1. 00965dc VTY: Print some more information in "show conns" by Harald Welte · 6 years ago
  2. 8bf8142 abis_rsl: rsl_rx_chan_rqd: Format bts log string as in everywhere else by Pau Espin Pedrol · 6 years ago
  3. fe82012 abis_rsl.c: Fix whitespace by Pau Espin Pedrol · 6 years ago
  4. 18a4ae8 chan_alloc: Print bts nr on chan alloc failure by Pau Espin Pedrol · 6 years ago
  5. 67f20bc acc_ramp: Increase log level of some messages by Pau Espin Pedrol · 6 years ago
  6. 1876c31 move 'extern struct gsm_network *bsc_gsmnet" to header file by Harald Welte · 6 years ago
  7. 68e4be9 Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRL by Harald Welte · 6 years ago
  8. 7b897df bsc: Don't create MSC-side MGCP connection in IPA/SCCPlite case by Harald Welte · 6 years ago
  9. 200a0e2 bsc: Don't include AoIP IEs in ASSIGNMENT COMPLETE over SCCPlite by Harald Welte · 6 years ago
  10. 2dd05a8 bsc: Use correct MGCP endpoint name for IPA/SCCPlite by Harald Welte · 6 years ago
  11. 631bde0 bsc: Fix check for MSC-side FSM allocation failure by Harald Welte · 6 years ago
  12. 5de80ca fix misaligned memory write access in abis_nm_ipaccess_rsl_connect() by Stefan Sperling · 6 years ago
  13. 02d20da gscon: remove dead code by Philipp Maier · 6 years ago
  14. 74e4daa cosmetic: logging and ordering in handle_ass_compl() by Neels Hofmeyr · 6 years ago
  15. 746d1ea cosmetic: bsc_dyn_ts.c: make local functions static by Neels Hofmeyr · 6 years ago
  16. 8da2233 bsc_api.c: actually log with context by Neels Hofmeyr · 6 years ago
  17. 7926d98 add counter for connection attempts from BTS with unknown unit id by Stefan Sperling · 6 years ago
  18. 71d524c show all global counters of osmo-bsc in vty by Stefan Sperling · 6 years ago
  19. 0b10399 a_reset: cleanup + remove dead code by Philipp Maier · 6 years ago
  20. 5deea62 cosmetic: dyn ts init: undup logging for gprs = none by Neels Hofmeyr · 6 years ago
  21. 78faf70 deprecate dyn_ts_allow_tch_f and by default allow all TCH by Neels Hofmeyr · 6 years ago
  22. a70084b debug log: verbosely log all lchan alloc choices by Neels Hofmeyr · 6 years ago
  23. 4281b7d dyn TS: allow any pchan type changes, fix for gprs mode none by Neels Hofmeyr · 6 years ago
  24. 91aa68f dyn TS: init only when both RSL and the Channel OM are established by Neels Hofmeyr · 6 years ago
  25. 968c142 dyn TS, assignment: allow switch from PDCH with associated conn by Neels Hofmeyr · 6 years ago
  26. a82c0b1 dyn TS, assignment: set lchan state to LCHAN_S_ACT_REQ in the proper place by Neels Hofmeyr · 6 years ago
  27. bf70992 dyn ts, bts_ipaccess_nanobts.c: init PDCH on Chan OPSTART ACK by Neels Hofmeyr · 6 years ago
  28. f28f1ef resurrect meas_feed.c: vty, vty-test by Neels Hofmeyr · 6 years ago
  29. ad72770 bsc_api/GSCON: prevent unnecessary channel mode modifications by Philipp Maier · 6 years ago
  30. 42ab17b resurrect meas_feed.c: make it compile, add logging by Neels Hofmeyr · 7 years ago
  31. 79176bf resurrect meas_feed.c from openbsc.git history by Neels Hofmeyr · 7 years ago
  32. 7b70926 flush paging when RSL link is dropped by Stefan Sperling · 6 years ago
  33. 0eb9169 extend documentation of paging_flush_bts() by Stefan Sperling · 6 years ago
  34. be32b4c abis_rsl.c: Clean ericsson specific imm assign code by Pau Espin Pedrol · 6 years ago
  35. 286212c abis_rsl.c: abis_rsl_rx_cchan: Print msg type name for unimplemented messages received by Pau Espin Pedrol · 6 years ago
  36. c04d404 properly skip paging is OML link is down by Stefan Sperling · 6 years ago
  37. fa42255 chan_alloc.c: Fix log var formatting issues by Pau Espin Pedrol · 6 years ago
  38. 1f4851e gscon: fix assignment of signalling channels by Philipp Maier · 6 years ago
  39. 3ddb12d inform A-RESET FSM about MSC CR timeouts by Philipp Maier · 6 years ago
  40. cda994e fix handling of state changes in acc ramping by Stefan Sperling · 6 years ago
  41. 4d3d243 only trigger acc ramping if trx 0 is usable and unlocked by Stefan Sperling · 6 years ago
  42. b06c7a2 trigger acc ramping on state-changed-event reports by Stefan Sperling · 6 years ago
  43. 0ad90b3 rename helper functions in the acc ramp code to avoid confusion by Stefan Sperling · 6 years ago
  44. 60ecdef trigger acc ramping based on trx rf-locked state by Stefan Sperling · 6 years ago
  45. ea33341 ensure that acc_ramp_init() is only called once by Stefan Sperling · 6 years ago
  46. 8ae7337 libbsc: set_net_mcc_mnc_apply: Fix memleak on parsing incorrect mcc mnc by Pau Espin Pedrol · 6 years ago
  47. 53d40e0 only log actual access control class ramping changes by Stefan Sperling · 6 years ago
  48. c0587d0 fix initialization of acc ramping by Stefan Sperling · 6 years ago
  49. 5b6aa65 fix a format string error in bts_update_t3122_chan_load() by Stefan Sperling · 6 years ago
  50. 0383a09 "show timeslot": Show dynamic PDCH state also for Osmocom-style dyn PDCH by Harald Welte · 6 years ago
  51. 0a405f1 Start Dynamic PDCH Initialization after RSL is up by Harald Welte · 6 years ago
  52. 44311ea Generate the S_L_INP_TEI_UP signal earlier. by Stefan Sperling · 6 years ago
  53. 8206f20 move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_test by Neels Hofmeyr · 6 years ago
  54. cf4a573 range_enc_arfcns: avoid runtime error on zero size by Neels Hofmeyr · 6 years ago
  55. ecb0308 gscon: fix illegal state transitions by Philipp Maier · 6 years ago
  56. a9e4268 paging: paging_request_bts: Fix wrong return value by Pau Espin Pedrol · 6 years ago
  57. cf48c54 bsc_vty: Fix uninitialized var false positive on gcc 7.3.1 by Pau Espin Pedrol · 6 years ago
  58. 39fb1fb libbsc: nokia_site: Fix uninitialized return val by Pau Espin Pedrol · 6 years ago
  59. ead291a bssmap: State correct speech codec in ASSIGNMENT COMPLETE by Harald Welte · 7 years ago
  60. 6900f81 GSCON FSM: Fix argument order when calling gsm0808_assign_req() by Harald Welte · 7 years ago
  61. 70fcde6 Cosmetic: fix missing semicolon after osmo-assert by Philipp Maier · 7 years ago
  62. 393165c cosmetic: fix incomplete sentence in comment. by Philipp Maier · 7 years ago
  63. 8ff02fc cosmetic: remove needless fixme note. by Philipp Maier · 7 years ago
  64. 4be98dc cosmetic: fix argument order of forward_dtap() by Philipp Maier · 7 years ago
  65. 458d8a1 cosmetic: remove unused enum members by Philipp Maier · 7 years ago
  66. da5b09a cosmetic: abis_nm: use osmo_cell_global_id, parse 3-digit MNC by Neels Hofmeyr · 7 years ago
  67. 9d075ea pcu_sock.c: Avoid breaking strict-aliasing on ptr derreference by Pau Espin Pedrol · 7 years ago
  68. f94cbf6 RR: Send RR STATUS in case of unsupported/unknown message by Harald Welte · 7 years ago
  69. 4a1580b paging: Unify formatting of log messages with (bts=%d) prefix by Harald Welte · 7 years ago
  70. fe00eda abis_nm: Improve and fix OML logging by Harald Welte · 7 years ago
  71. e9903fd cosmetic: Fix infinite number of formatting errors in gscon_fsm_states by Harald Welte · 7 years ago
  72. 55677de bsc_subscr_conn_fsm.c: Fix wrong param list passed to LOGPFSML by Pau Espin Pedrol · 7 years ago
  73. f738869 bsc_api.c: bsc_handle_lchan_signal: Remove unused variable by Pau Espin Pedrol · 7 years ago
  74. 3561bd4 introduce an osmo_fsm for gsm_subscriber_connection by Harald Welte · 7 years ago
  75. f27dbc5 bsc_vty: display bts features in show bts by Philipp Maier · 7 years ago
  76. 8c498fc gsm_data: use feature list from libosmocore by Philipp Maier · 7 years ago
  77. d6012ff sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6 by Harald Welte · 7 years ago
  78. 4ac7763 pcu_if: implement support for 3-digit MNC by Neels Hofmeyr · 7 years ago
  79. 7ec2756 cosmetic: typo in log: handover_decision2.c: 'measuements' by Neels Hofmeyr · 7 years ago
  80. 7e52ae1 cosmetic: hodec2: log nr of neighbors in meas report by Neels Hofmeyr · 7 years ago
  81. f0141b9 gsm48_parse_meas_rep(): set num_cell=0 if no neighbor cells are reported by Neels Hofmeyr · 7 years ago
  82. f93970b implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 7 years ago
  83. 56dec0c libbsc/bsc_vty.c: prevent uninitialized access by Vadim Yanitskiy · 7 years ago
  84. f7a6329 cosmetic: bsc_network_init(): imply default 001-01 PLMN by Neels Hofmeyr · 7 years ago
  85. 4d358c0 gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of buf by Neels Hofmeyr · 7 years ago
  86. 302f865 compiler warning: chan_compat_with_mode(): clearly handle all enum vals by Neels Hofmeyr · 7 years ago
  87. 0bfd8d9 bsc_vty: Merge more VTY documentation string #defines by Harald Welte · 7 years ago
  88. 383a059 Revert "Generate the S_L_INP_TEI_UP signal earlier." by Harald Welte · 7 years ago
  89. 3d5818a a_reset: Add FSM event names by Philipp Maier · 7 years ago
  90. 0a5a47a fix build: gprs_ra_id_by_bts(): ensure to init all values by Neels Hofmeyr · 7 years ago
  91. faf0982 Generate the S_L_INP_TEI_UP signal earlier. by Stefan Sperling · 7 years ago
  92. b22dcb8 Align syntax of "handover" + "assignment" command with that of lchan act/deact by Harald Welte · 7 years ago
  93. 6442e43 Add support for Access Control Class ramping. by Stefan Sperling · 7 years ago
  94. 5d22458 osmo-bts/nanobts: Set RACH_Busy Threshold to -90 dBm by Harald Welte · 7 years ago
  95. c9b0b26 paging: fix paging attemt rate counter by Philipp Maier · 7 years ago
  96. ec00fcf bsc_api.c: fix log string format by Neels Hofmeyr · 7 years ago
  97. e4b0ebb bsc_api: drop unknown RR messages. by Philipp Maier · 7 years ago
  98. 0072755 HO: fix minor issues found by coverity by Neels Hofmeyr · 7 years ago
  99. 162a3fe drop unused libbsc/meas_proc.c by Neels Hofmeyr · 7 years ago
  100. bedbef4 HO: vty: clearly mark 'handover foo' as legacy alias for 'handover1 foo' by Neels Hofmeyr · 7 years ago