1. 65a13b4 compl l3: move Paging Response handling out of bsc_find_msc() by Neels Hofmeyr · 4 years ago
  2. 90391fc compl l3: populate conn's bsc subscr from MI by Neels Hofmeyr · 4 years ago
  3. 2001dd6 compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.c by Neels Hofmeyr · 4 years ago
  4. e828988 compl l3: cosmetics around Create Layer 3 by Neels Hofmeyr · 4 years ago
  5. ca2759b compl l3: parse Mobile Identity once by Neels Hofmeyr · 4 years ago
  6. a4e71a6 compl l3: separate paging handling from bsc_scan_bts_msg() by Neels Hofmeyr · 4 years ago
  7. c065ea0 gscon_bssmap_clear(): guard against NULL msc by Neels Hofmeyr · 4 years ago
  8. c58a384 bsc_vty: parse the return code to make coverity happy by Alexander Couzens · 4 years ago
  9. c47d80a bsc_vty: cfg_bts_gprs_nsvc_rip: add missing breaks by Alexander Couzens · 4 years ago
  10. 62af292 pcuif_proto: version 10: add support for IPv6 NSVCs by Alexander Couzens · 4 years ago
  11. 97d3978 pcuif_proto: version 10: add frequency hopping parameters by Alexander Couzens · 4 years ago
  12. 2f9df96 oml: encode IPv6 NSVC using the new OML attribute NM_ATT_OSMO_NS_LINK_CFG by Alexander Couzens · 4 years ago
  13. 37474b2 ipa oml: tx OPSTART after unlocking, not before by Pau Espin Pedrol · 4 years ago
  14. 5fa7253 pcuif_proto: protocol 9: add missing fields by Alexander Couzens · 4 years ago
  15. 9bdc6e4 pcu_sock: use tn as variable name to improve readability by Alexander Couzens · 4 years ago
  16. d712451 remove unused signature gsm48_handle_paging_resp() by Neels Hofmeyr · 4 years ago
  17. 71def15 log MSC nr for opening new A conn by Neels Hofmeyr · 4 years ago
  18. 1559b12 tests: add missing *.vty to EXTRA_DIST by Neels Hofmeyr · 4 years ago
  19. f875783 cosmetic: tests/ctrl_test_runner.py: Fix trailing whitespace by Pau Espin Pedrol · 4 years ago
  20. 946d679 abis_nm: Remove duplicated log line by Pau Espin Pedrol · 4 years ago
  21. beac3d2 abis_nm: Log no state change detected by Pau Espin Pedrol · 4 years ago
  22. d231354 abis_nm: Log Rx Change Administrative State ACK by Pau Espin Pedrol · 4 years ago
  23. f680938 vty: fix unreacheable code / wrong check in lchan_act_all_trx() by Vadim Yanitskiy · 4 years ago
  24. 68fc19f bssap: Use new DTAP DLCI helper fields from libosmocore by Pau Espin Pedrol · 4 years, 10 months ago
  25. 9a701d7 abis_nm: abis_nm_perform_test: fix a potential null deref by Alexander Couzens · 4 years ago
  26. 1a7e3cc oml: Fix premature Opstart to Radio Carrier by Pau Espin Pedrol · 4 years ago
  27. 77189b5 bsc_vty: fix wrong else-if statement by Philipp Maier · 4 years ago
  28. 3b3a6ba lchan_fsm, lchan_rtp_fsm: make all timers configurable by Oliver Smith · 4 years, 6 months ago
  29. 638eb99 clean up timer definitions: introduce groups, move some T to X by Neels Hofmeyr · 4 years ago
  30. 9d71f96 bsc_vty: fix manual channel activation by Philipp Maier · 4 years ago
  31. e62f6a7 osmo-bsc: fix a crash when receiving a RACH LOAD IND with 0 by Alexander Couzens · 4 years ago
  32. 127aedd generate_ma_for_ts(): simplify MA bit-mask computation by Vadim Yanitskiy · 4 years ago
  33. c221b3b abis_nm: improve logging message in abis_nm_get_attr() by Vadim Yanitskiy · 4 years ago
  34. d3a7eb1 abis_nm: use LOGPFOH()/DEBUGPFOH() in parse_attr_resp_info_unreported() by Vadim Yanitskiy · 4 years ago
  35. 1eaa821 add timer.vty by Neels Hofmeyr · 4 years ago
  36. 689b0e4 drop unused Tdef for 992427 by Neels Hofmeyr · 4 years ago
  37. aa826cd drop bsc_subscr.lac by Neels Hofmeyr · 4 years ago
  38. e602541 dissolve bsc_grace_paging_request() by Neels Hofmeyr · 4 years ago
  39. f072fba abis_nm: use DEBUGPFOH() in abis_nm_rx_sw_act_req() by Vadim Yanitskiy · 4 years ago
  40. 1df9f5b abis_nm: use btstype2str() in abis_nm_rcvmsg_manuf() by Vadim Yanitskiy · 4 years ago
  41. c584945 abis_nm: abis_nm_get_ts(): use LOGPFOH() instead of generic LOGP() by Vadim Yanitskiy · 4 years ago
  42. 86f5cdd abis_nm: LOGPFOH()/DEBUGPFOH(): remove redundant context info by Vadim Yanitskiy · 4 years ago
  43. 35f4212 abis_nm: fix msgb memleak in _abis_nm_sendmsg() by Vadim Yanitskiy · 4 years ago
  44. 5715237 abis_nm: fix erroneous use of LOGPC() instead of LOGP() by Vadim Yanitskiy · 4 years ago
  45. 380831e gsm 04.08: correct calculate the Cell Selection Indicator after release of all TCH and SDCCH by Alexander Couzens · 4 years ago
  46. f150c25 bsc_vty: improve manual activation of lchans (debug / labtest) by Philipp Maier · 4 years ago
  47. 68f1025 vty: clarify NM state owner printed by 'show trx N' command by Vadim Yanitskiy · 4 years ago
  48. fcc5ffb abis_rsl: fix memleak in rach dos reduction function by Philipp Maier · 4 years ago
  49. 3c6e86a abis_rsl: inform user when expired channel requests get tossed by Philipp Maier · 4 years ago
  50. 1482ec4 abis_rsl.c: flush channel request queue on RSL bootstrap by Philipp Maier · 4 years ago
  51. 27a887f gsm 04.08: encode the LTE neighbors measurement bandwindth in Channel Release by Alexander Couzens · 4 years ago
  52. cdfd687 gsm_data: always set spare bits in channel description by Alexander Couzens · 4 years ago
  53. 0098b5c abis_om2000: check result of gsm_bts_trx_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  54. f087c1e lchan_rtp_fsm: Deferr IPACC MDCX after BTS side MGCP MDCX by Pau Espin Pedrol · 4 years, 1 month ago
  55. 422b751 fix bootstrap_rsl(): check result of gsm_bts_trx_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  56. ccf2017 vty: propagate result of gsm_bts_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  57. 2eda570 SI Type 4: prevent potential buffer overflow by Vadim Yanitskiy · 4 years, 1 month ago
  58. 16ca3fa Fix creating MGCP proxy socket if MGW listens on an IPv6 address by Pau Espin Pedrol · 4 years, 1 month ago
  59. cc6d35d abis_rsl: prioritize emergency calls over regular calls by Philipp Maier · 4 years, 1 month ago
  60. e2b20c4 generate_ma_for_ts(): fix: properly encode ARFCN 0 (corner case) by Vadim Yanitskiy · 4 years, 1 month ago
  61. 31fab3e generate_ma_for_ts(): use OSMO_BYTES_FOR_BITS() macro by Vadim Yanitskiy · 4 years, 1 month ago
  62. 92eed41 lchan_fsm: make rsl mode-modify working again by Philipp Maier · 4 years, 1 month ago
  63. 7e9ac64 CBSP VTY: re-add legacy cbc config for backwards compat by Neels Hofmeyr · 4 years, 1 month ago
  64. ca979b7 CBSP: adjust manual to reflect new 'cbc' VTY config by Neels Hofmeyr · 4 years, 1 month ago
  65. 7630a29 SI Type 4: fix missing CBCH Mobile Allocation IE by Vadim Yanitskiy · 4 years, 1 month ago
  66. 9ff1c3d gsm_04_08_rr: fix hopping parameters in RR Handover Command by Vadim Yanitskiy · 4 years, 1 month ago
  67. 94972dc vty: add a command to clear hopping ARFCN list by Vadim Yanitskiy · 4 years, 1 month ago
  68. b26dd1e drop some unused members and function decls by Neels Hofmeyr · 4 years, 1 month ago
  69. 75b3cba Fail on invalid IP addresses passed to IPACC MDCX by Pau Espin Pedrol · 4 years, 1 month ago
  70. 783960f vty: Hide show running-config ACC ramping params if not enabled by Pau Espin Pedrol · 4 years, 1 month ago
  71. d7e2be6 CBSP: fix link startup when enabled in config file by Neels Hofmeyr · 4 years, 1 month ago
  72. 4d26688 handover: fix detection for ambiguous HO neighbor ident by Neels Hofmeyr · 4 years, 1 month ago
  73. cd219d8 handover_fsm: signal Clear from gscon, for proper HO result counts by Neels Hofmeyr · 4 years, 1 month ago
  74. 90f7c3c bssap: do not send a Clear Request after a Clear Command by Neels Hofmeyr · 4 years, 1 month ago
  75. dbe59f6 add {BTS,BSC}_CTR_INTER_BSC_HO_OUT_FAILED for RR HO Failure by Neels Hofmeyr · 4 years, 1 month ago
  76. e6142d0 fix HO inter-BSC-IN target bts for counters by Neels Hofmeyr · 4 years, 1 month ago
  77. 01c06a9 fix 'handover:*' counters: remove bogus increments by Neels Hofmeyr · 4 years, 1 month ago
  78. c859ef6 fix 'handover:*' counters: add missing / move increments by Neels Hofmeyr · 4 years, 1 month ago
  79. 5a7d017 ho counters: count invalid target cell as 'error', not 'no_channel' by Neels Hofmeyr · 4 years, 1 month ago
  80. 8a3b507 cosmetic: dissolve error-goto with single source in handover_start() by Neels Hofmeyr · 4 years, 1 month ago
  81. 09ea10d cosmetic: use local var in handover_start_intra_bsc() by Neels Hofmeyr · 4 years, 1 month ago
  82. 22826ff abis_rsl: fix IAR Rest Octets in rsl_send_imm_ass_rej() by Vadim Yanitskiy · 4 years, 1 month ago
  83. d41247d CBSP: add local bind to client mode by Neels Hofmeyr · 4 years, 1 month ago
  84. 641f7f0 CBSP: rewrite the CBSP link setup and 'cbc' VTY section by Neels Hofmeyr · 4 years, 1 month ago
  85. 657f310 Allow storing IPv6 address strings in BSSAP structs by Pau Espin Pedrol · 4 years, 1 month ago
  86. c8ec051 tests: acc_test: Test more rotating scenarios by Pau Espin Pedrol · 4 years, 1 month ago
  87. 88cef63 acc: Fix ACC rotate barring highest ACCs too quickly during wraparound by Pau Espin Pedrol · 4 years, 1 month ago
  88. c7b85d3 acc_test: Print allowed ACC from t2 and t3 by Pau Espin Pedrol · 4 years, 1 month ago
  89. 6a26e2c bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECT by Vadim Yanitskiy · 4 years, 1 month ago
  90. e76de16 bsc_subscr_conn_fsm: fix a memleak in rll_ind_cb() by Vadim Yanitskiy · 4 years, 1 month ago
  91. f1339df fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_t by Vadim Yanitskiy · 4 years, 1 month ago
  92. bfc85e4 ctrl: Fix CTRL TRAP for {msc.X,msc_)connection_status not sent by Pau Espin Pedrol · 4 years, 1 month ago
  93. 551321e Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 4 years, 1 month ago
  94. 6adb246 CBSP: log CBSP RESET on NOTICE by Neels Hofmeyr · 4 years, 1 month ago
  95. 13011f6 CBSP: on RESET, also clear the etws_timer, and stop ETWS PN broadcast by Neels Hofmeyr · 4 years, 1 month ago
  96. eb1306d lchan_fsm: make internal functions static. by Philipp Maier · 4 years, 1 month ago
  97. fce7e29 lchan_fsm: merge lchan_mr_config() by Philipp Maier · 4 years, 1 month ago
  98. aa420ce Add bts counters to count BTS events where we don't have a bts by Daniel Willmann · 4 years, 1 month ago
  99. bf2a4b6 Count intra-cell and intra-bsc handover separately by Daniel Willmann · 4 years, 1 month ago
  100. 02f0b30 Count handover per BTS as well as per BSC by Daniel Willmann · 4 years, 1 month ago