1. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libbsc/abis_nm.c]
  2. 5a44d25 Fix BTS features length check by Max · 7 years ago
  3. a60bb3d OML: fix potential OOB memory access by Max · 7 years ago
  4. c51c1e7 Request and parse BTS feature list via OML by Max · 7 years ago
  5. 33e1357 Get TRX attributes by Max · 7 years ago
  6. defb6c9 Get basic BTS attributes by Max · 7 years ago
  7. 1ebf23b Prepare for BTS attribute reporting via OML by Max · 7 years ago
  8. fd2c1f9 Use libosmocore for SW Description parsing by Max · 7 years ago
  9. a18001d Save PCU version reported by BTS by Max · 7 years ago
  10. f9685c1 gsm_bts: add version and variant details by Max · 7 years ago
  11. 689e7e5 abis: log known ACKs and unknown messages by Max · 7 years ago
  12. b1e6b37 Handle PCU version received via OML alert by Max · 7 years ago
  13. a5e3693 Improve OML failure report by Max · 7 years ago
  14. 93bafb6 cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  15. be67050 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  16. b0993e6 abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  17. 7b6bae6 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  18. 9518ffc dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_* by Neels Hofmeyr · 8 years ago
  19. 3a38ee6 abis: Send the message without enforcing to wait for a response by Holger Hans Peter Freyther · 8 years ago
  20. 74b2028 bsc: Fix use-after-free on OML NM messages from the BTS by Jacob Erlbeck · 10 years ago
  21. 686191a oml: Fix compiler warning about aliasing by Holger Hans Peter Freyther · 10 years ago
  22. 8a080be abis: Check for failure of ftell by Holger Hans Peter Freyther · 10 years ago
  23. 8a158bb ctrl/abis: When the max_power_reduction changes, send it to the BTS by Holger Hans Peter Freyther · 10 years ago
  24. 1fe2412 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  25. 0c48fc7 abis: Consistent usage of LOGP/DEBUGP for "RSL CONNECT NACK" by Alexander Chemeris · 11 years ago
  26. f0167dd hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  27. 608ac2a abis: Fix the verification of BCCH/SDCCH8 on TRX != 0 for the BS11 by Holger Hans Peter Freyther · 11 years ago
  28. 2f25747 abis: Activate the newest available installed on the BTS by Holger Hans Peter Freyther · 12 years ago
  29. bce5675 abis: Create a routine that can parse all SW Descriptions of a SW Config by Holger Hans Peter Freyther · 12 years ago
  30. de1674a bts: Really drop the BTS in case of an OML NACK by Holger Hans Peter Freyther · 12 years ago
  31. d49eb74 libbsc: fix message leaks on several error paths by Pablo Neira Ayuso · 12 years ago
  32. 34203bd abis_nm: Provide a reason when an invalid channel configuration is used by Holger Hans Peter Freyther · 12 years ago
  33. 9ceea68 abis_nm: Log an error when the channel combination can not be set. by Holger Hans Peter Freyther · 12 years ago
  34. a5050b1 misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  35. fe568f2 abis_nm: Add function abis_nm_get_attr() to get attributes from BTS by Harald Welte · 12 years ago
  36. f383aa1 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  37. dae5307 misc: abis_nm.c Use the result of ret. by Holger Hans Peter Freyther · 12 years ago
  38. 15eae8d Fix Ericsson RBS2000 support after libosmo-abis merge by Harald Welte · 13 years ago
  39. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago 0.9.15 openbsc/0.9.15
  40. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  41. 142c4b8 abis_nm: fix signedness error (uint8_t len cannot be negative) by Harald Welte · 13 years ago
  42. 978714d move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  43. 135a648 Introduce per-ts TSC by Harald Welte · 13 years ago
  44. d64c0bc gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  45. 4e4fa4c move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  46. cdc59ff abis_nm: Some more fall-out from the abis_nm move to libosmocore by Harald Welte · 13 years ago
  47. 867d9f3 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  48. 15c6172 abis_nm: Move lots of generic definitions + code to libosmocore by Harald Welte · 13 years ago
  49. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  50. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  51. 5deb6c3 abis: Use LOGL_ERROR for the Failure Event Report by Holger Hans Peter Freyther · 13 years ago
  52. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  53. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  54. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  55. f38ca9a OML: Include a pointer to the BTS in NM STATE CHANGE signals by Harald Welte · 13 years ago
  56. af9b810 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  57. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  58. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/abis_nm.c]
  59. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/abis_nm.c]
  60. 6a458ea oml: Parse probable cause and additional text in failure reports by Dieter Spaar · 13 years ago
  61. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  62. d88a387 OM2000: Route outgoing NM message depending on MO by Harald Welte · 13 years ago
  63. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  64. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  65. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  66. f751a10 bs11_config: show the BPORT0 / BPORT1 configuration in 'query' by Harald Welte · 14 years ago
  67. a780a3d network-listen: The BSIC flag is not set as expected by Harald Welte · 14 years ago
  68. c95cf10 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  69. af109b9 [abis_nm] fix 2 bugs in parsing IPA Test response messages by Harald Welte · 14 years ago
  70. 887deab ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  71. 549faad move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  72. 6d2b66e abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  73. 1afbd76 abis_nm.c: Reading the in_addr can lead to unaligned memory access by Holger Hans Peter Freyther · 14 years ago
  74. f87ebe6 [BSC] NM: Correct treatment of ARFCN_LIST for BS-11 by laforge · 14 years ago
  75. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  76. 6e0cd04 unfinished support for hopping channels by Harald Welte · 15 years ago
  77. 81c9b9c OML: Introduce minimal VTY command set to interact with OML managed objects by Harald Welte · 14 years ago
  78. 64278ed sw_load: Specify the trx_nr for the software load by Holger Hans Peter Freyther · 14 years ago
  79. 52fd4e4 ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRX by Holger Hans Peter Freyther · 14 years ago
  80. aa0db80 abis: Pass the abis_om_obj_inst in the nm_state_event.. by Holger Hans Peter Freyther · 14 years ago
  81. b998d7b abis_nm: Fix ACTIVATE SW parameters by Sylvain Munaut · 15 years ago
  82. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  83. 92b1fe4 increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  84. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  85. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  86. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  87. 2ef156d bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTS by Harald Welte · 14 years ago
  88. 7b1dd74 [abis_nm] Add abis_nm_bs11_set_pll function to change the set/work value by Daniel Willmann · 14 years ago
  89. 4b054c8 [abis_nm] Add abis_nm_bs11_infield_logon to logon as user field by Daniel Willmann · 14 years ago
  90. 493db4e [abis_nm] Add generic abis_nm_bs11_logon function by Daniel Willmann · 14 years ago
  91. 65542c7 abis_nm: Consider a STATE CHG without avail_status as an empty avail_status by Sylvain Munaut · 15 years ago
  92. 1f6c11f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  93. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  94. 7992867 [abis] Refactor sw descr generation to a new methods by Holger Hans Peter Freyther · 15 years ago
  95. 1356c08 [abis] Dispatch a IPAC restart ACK/NACK signal by Holger Hans Peter Freyther · 15 years ago
  96. 2e83782 [ipaccess] Restart only after setting the OML IP, software load by Holger Hans Peter Freyther · 15 years ago
  97. 086ffa5 [abis] Add ACK signal and send it on SET NVATTR ACK by Holger Hans Peter Freyther · 15 years ago
  98. c7aabca [ipaccess] Handle LoadAbort coming from the BTS. by Holger Hans Peter Freyther · 15 years ago
  99. 8f31a8f [abis] Set rc to 0 to avoid running into a warning about unknown states by Holger Hans Peter Freyther · 15 years ago
  100. 326a632 [ipacess] Implement sw_load_end for the nanoBTS by Holger Hans Peter Freyther · 15 years ago