1. d49eb74 libbsc: fix message leaks on several error paths by Pablo Neira Ayuso · 12 years ago
  2. 34203bd abis_nm: Provide a reason when an invalid channel configuration is used by Holger Hans Peter Freyther · 12 years ago
  3. 9ceea68 abis_nm: Log an error when the channel combination can not be set. by Holger Hans Peter Freyther · 12 years ago
  4. a5050b1 misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  5. fe568f2 abis_nm: Add function abis_nm_get_attr() to get attributes from BTS by Harald Welte · 12 years ago
  6. f383aa1 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  7. dae5307 misc: abis_nm.c Use the result of ret. by Holger Hans Peter Freyther · 12 years ago
  8. 15eae8d Fix Ericsson RBS2000 support after libosmo-abis merge by Harald Welte · 13 years ago
  9. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  10. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  11. 142c4b8 abis_nm: fix signedness error (uint8_t len cannot be negative) by Harald Welte · 13 years ago
  12. 978714d move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  13. 135a648 Introduce per-ts TSC by Harald Welte · 13 years ago
  14. d64c0bc gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  15. 4e4fa4c move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  16. cdc59ff abis_nm: Some more fall-out from the abis_nm move to libosmocore by Harald Welte · 13 years ago
  17. 867d9f3 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  18. 15c6172 abis_nm: Move lots of generic definitions + code to libosmocore by Harald Welte · 13 years ago
  19. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  20. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  21. 5deb6c3 abis: Use LOGL_ERROR for the Failure Event Report by Holger Hans Peter Freyther · 13 years ago
  22. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  23. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  24. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  25. f38ca9a OML: Include a pointer to the BTS in NM STATE CHANGE signals by Harald Welte · 13 years ago
  26. af9b810 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  27. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  28. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/abis_nm.c]
  29. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/abis_nm.c]
  30. 6a458ea oml: Parse probable cause and additional text in failure reports by Dieter Spaar · 13 years ago
  31. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  32. d88a387 OM2000: Route outgoing NM message depending on MO by Harald Welte · 13 years ago
  33. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  34. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  35. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  36. f751a10 bs11_config: show the BPORT0 / BPORT1 configuration in 'query' by Harald Welte · 14 years ago
  37. a780a3d network-listen: The BSIC flag is not set as expected by Harald Welte · 14 years ago
  38. c95cf10 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  39. af109b9 [abis_nm] fix 2 bugs in parsing IPA Test response messages by Harald Welte · 14 years ago
  40. 887deab ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  41. 549faad move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  42. 6d2b66e abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  43. 1afbd76 abis_nm.c: Reading the in_addr can lead to unaligned memory access by Holger Hans Peter Freyther · 14 years ago
  44. f87ebe6 [BSC] NM: Correct treatment of ARFCN_LIST for BS-11 by laforge · 14 years ago
  45. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  46. 6e0cd04 unfinished support for hopping channels by Harald Welte · 15 years ago
  47. 81c9b9c OML: Introduce minimal VTY command set to interact with OML managed objects by Harald Welte · 14 years ago
  48. 64278ed sw_load: Specify the trx_nr for the software load by Holger Hans Peter Freyther · 14 years ago
  49. 52fd4e4 ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRX by Holger Hans Peter Freyther · 14 years ago
  50. aa0db80 abis: Pass the abis_om_obj_inst in the nm_state_event.. by Holger Hans Peter Freyther · 14 years ago
  51. b998d7b abis_nm: Fix ACTIVATE SW parameters by Sylvain Munaut · 15 years ago
  52. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  53. 92b1fe4 increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  54. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  55. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  56. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  57. 2ef156d bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTS by Harald Welte · 14 years ago
  58. 7b1dd74 [abis_nm] Add abis_nm_bs11_set_pll function to change the set/work value by Daniel Willmann · 14 years ago
  59. 4b054c8 [abis_nm] Add abis_nm_bs11_infield_logon to logon as user field by Daniel Willmann · 14 years ago
  60. 493db4e [abis_nm] Add generic abis_nm_bs11_logon function by Daniel Willmann · 14 years ago
  61. 65542c7 abis_nm: Consider a STATE CHG without avail_status as an empty avail_status by Sylvain Munaut · 15 years ago
  62. 1f6c11f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  63. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  64. 7992867 [abis] Refactor sw descr generation to a new methods by Holger Hans Peter Freyther · 15 years ago
  65. 1356c08 [abis] Dispatch a IPAC restart ACK/NACK signal by Holger Hans Peter Freyther · 15 years ago
  66. 2e83782 [ipaccess] Restart only after setting the OML IP, software load by Holger Hans Peter Freyther · 15 years ago
  67. 086ffa5 [abis] Add ACK signal and send it on SET NVATTR ACK by Holger Hans Peter Freyther · 15 years ago
  68. c7aabca [ipaccess] Handle LoadAbort coming from the BTS. by Holger Hans Peter Freyther · 15 years ago
  69. 8f31a8f [abis] Set rc to 0 to avoid running into a warning about unknown states by Holger Hans Peter Freyther · 15 years ago
  70. 326a632 [ipacess] Implement sw_load_end for the nanoBTS by Holger Hans Peter Freyther · 15 years ago
  71. c5dc0f7 [ipaccess] Properly increment the segs_in_window by Holger Hans Peter Freyther · 15 years ago
  72. 5a2291e [ipaccess] No need to use fdopen for the file (that was leaked too) by Holger Hans Peter Freyther · 15 years ago
  73. 71bc11e [ipaccess] Implement the Load Segment messages... by Holger Hans Peter Freyther · 15 years ago
  74. 64d9ddd [abis] Warn if sw_load_segment is not implemented for the given bts type by Holger Hans Peter Freyther · 15 years ago
  75. cf269a7 [ipaccess] Send the correct Software Load Init for the ipaccess BTS by Holger Hans Peter Freyther · 15 years ago
  76. a6faea8 [ipaccess] Verify the SDP header before flashing by Holger Hans Peter Freyther · 15 years ago
  77. 5b8ed43 [logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSL by Harald Welte · 15 years ago
  78. d6847a9 use enum for operational state by Harald Welte · 15 years ago
  79. 66e8219 [sw_load] It turns out there is a header that needs to be read by Holger Hans Peter Freyther · 15 years ago
  80. e7ff913 [sw_load] For the nanoBTS just open the firmware by Holger Hans Peter Freyther · 15 years ago
  81. 306b721 [abis] Do not access an array with N elements at index N by Holger Hans Peter Freyther · 15 years ago
  82. 17c24c9 [abis] Properly compare obj_inst->trx_nr to bts->num_trx by Holger Hans Peter Freyther · 15 years ago
  83. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  84. 7bcb893 remove execute permission from abis_nm.c by Harald Welte · 15 years ago
  85. d6575f9 ip.access: add nanoBTS channel combination constraints by Harald Welte · 15 years ago
  86. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  87. d8cfc90 [abis_nm] avoid integer-to-pointer casting and associated gcc warnings by Harald Welte · 15 years ago
  88. 654c9df [OML] don't hexdump bcch info by Harald Welte · 15 years ago
  89. aff237d [OML] fix bugs in BCCH info parser for ip.access by Harald Welte · 15 years ago
  90. 999549d [OML] more verbose error reporting in case object instance unknown by Harald Welte · 15 years ago
  91. b40a38f [ip.access] Parse cell global ID as part of BCCH info by Harald Welte · 15 years ago
  92. 0f25585 ip.access: Introduce parser function for BCCH Info test result by Harald Welte · 15 years ago
  93. 423bfe9 abis_nm.c: Remove duplicate entry from the table by Holger Hans Peter Freyther · 15 years ago
  94. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  95. daef521 [OML] Add support for ip.access SET ATTRIBUTE message by Harald Welte · 15 years ago
  96. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  97. 2c481b2 Fix compiler warning. 0 does not work on strings by Holger Hans Peter Freyther · 15 years ago
  98. a8bd6d4 [abis_nm] introduce debugp_foh() function for object class printing by Harald Welte · 15 years ago
  99. 31a7490 [abis_nm] print ip.access TCP port in correct byte order by Harald Welte · 15 years ago
  100. 35d447b [abis_nm] print ip.access stream_id in RSL connect ack by Harald Welte · 15 years ago