1. 3c6e86a abis_rsl: inform user when expired channel requests get tossed by Philipp Maier · 4 years ago
  2. 1482ec4 abis_rsl.c: flush channel request queue on RSL bootstrap by Philipp Maier · 4 years ago
  3. 27a887f gsm 04.08: encode the LTE neighbors measurement bandwindth in Channel Release by Alexander Couzens · 4 years ago
  4. cdfd687 gsm_data: always set spare bits in channel description by Alexander Couzens · 4 years ago
  5. 0098b5c abis_om2000: check result of gsm_bts_trx_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  6. f087c1e lchan_rtp_fsm: Deferr IPACC MDCX after BTS side MGCP MDCX by Pau Espin Pedrol · 4 years, 1 month ago
  7. 422b751 fix bootstrap_rsl(): check result of gsm_bts_trx_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  8. ccf2017 vty: propagate result of gsm_bts_set_system_infos() by Vadim Yanitskiy · 4 years, 1 month ago
  9. 2eda570 SI Type 4: prevent potential buffer overflow by Vadim Yanitskiy · 4 years, 1 month ago
  10. 16ca3fa Fix creating MGCP proxy socket if MGW listens on an IPv6 address by Pau Espin Pedrol · 4 years, 1 month ago
  11. cc6d35d abis_rsl: prioritize emergency calls over regular calls by Philipp Maier · 4 years, 1 month ago
  12. e2b20c4 generate_ma_for_ts(): fix: properly encode ARFCN 0 (corner case) by Vadim Yanitskiy · 4 years, 1 month ago
  13. 31fab3e generate_ma_for_ts(): use OSMO_BYTES_FOR_BITS() macro by Vadim Yanitskiy · 4 years, 1 month ago
  14. 92eed41 lchan_fsm: make rsl mode-modify working again by Philipp Maier · 4 years, 1 month ago
  15. 7e9ac64 CBSP VTY: re-add legacy cbc config for backwards compat by Neels Hofmeyr · 4 years, 1 month ago
  16. ca979b7 CBSP: adjust manual to reflect new 'cbc' VTY config by Neels Hofmeyr · 4 years, 1 month ago
  17. 7630a29 SI Type 4: fix missing CBCH Mobile Allocation IE by Vadim Yanitskiy · 4 years, 1 month ago
  18. 9ff1c3d gsm_04_08_rr: fix hopping parameters in RR Handover Command by Vadim Yanitskiy · 4 years, 1 month ago
  19. 94972dc vty: add a command to clear hopping ARFCN list by Vadim Yanitskiy · 4 years, 1 month ago
  20. b26dd1e drop some unused members and function decls by Neels Hofmeyr · 4 years, 1 month ago
  21. 75b3cba Fail on invalid IP addresses passed to IPACC MDCX by Pau Espin Pedrol · 4 years, 1 month ago
  22. 783960f vty: Hide show running-config ACC ramping params if not enabled by Pau Espin Pedrol · 4 years, 1 month ago
  23. d7e2be6 CBSP: fix link startup when enabled in config file by Neels Hofmeyr · 4 years, 1 month ago
  24. 4d26688 handover: fix detection for ambiguous HO neighbor ident by Neels Hofmeyr · 4 years, 1 month ago
  25. cd219d8 handover_fsm: signal Clear from gscon, for proper HO result counts by Neels Hofmeyr · 4 years, 1 month ago
  26. 90f7c3c bssap: do not send a Clear Request after a Clear Command by Neels Hofmeyr · 4 years, 1 month ago
  27. dbe59f6 add {BTS,BSC}_CTR_INTER_BSC_HO_OUT_FAILED for RR HO Failure by Neels Hofmeyr · 4 years, 1 month ago
  28. e6142d0 fix HO inter-BSC-IN target bts for counters by Neels Hofmeyr · 4 years, 1 month ago
  29. 01c06a9 fix 'handover:*' counters: remove bogus increments by Neels Hofmeyr · 4 years, 1 month ago
  30. c859ef6 fix 'handover:*' counters: add missing / move increments by Neels Hofmeyr · 4 years, 1 month ago
  31. 5a7d017 ho counters: count invalid target cell as 'error', not 'no_channel' by Neels Hofmeyr · 4 years, 1 month ago
  32. 8a3b507 cosmetic: dissolve error-goto with single source in handover_start() by Neels Hofmeyr · 4 years, 1 month ago
  33. 09ea10d cosmetic: use local var in handover_start_intra_bsc() by Neels Hofmeyr · 4 years, 1 month ago
  34. 22826ff abis_rsl: fix IAR Rest Octets in rsl_send_imm_ass_rej() by Vadim Yanitskiy · 4 years, 1 month ago
  35. d41247d CBSP: add local bind to client mode by Neels Hofmeyr · 4 years, 1 month ago
  36. 641f7f0 CBSP: rewrite the CBSP link setup and 'cbc' VTY section by Neels Hofmeyr · 4 years, 1 month ago
  37. 657f310 Allow storing IPv6 address strings in BSSAP structs by Pau Espin Pedrol · 4 years, 1 month ago
  38. c8ec051 tests: acc_test: Test more rotating scenarios by Pau Espin Pedrol · 4 years, 1 month ago
  39. 88cef63 acc: Fix ACC rotate barring highest ACCs too quickly during wraparound by Pau Espin Pedrol · 4 years, 1 month ago
  40. c7b85d3 acc_test: Print allowed ACC from t2 and t3 by Pau Espin Pedrol · 4 years, 1 month ago
  41. 6a26e2c bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECT by Vadim Yanitskiy · 4 years, 1 month ago
  42. e76de16 bsc_subscr_conn_fsm: fix a memleak in rll_ind_cb() by Vadim Yanitskiy · 4 years, 1 month ago
  43. f1339df fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_t by Vadim Yanitskiy · 4 years, 1 month ago
  44. bfc85e4 ctrl: Fix CTRL TRAP for {msc.X,msc_)connection_status not sent by Pau Espin Pedrol · 4 years, 1 month ago
  45. 551321e Change default SCTP conn NULL->127.0.0.1 to localhost->localhost by Pau Espin Pedrol · 4 years, 1 month ago
  46. 6adb246 CBSP: log CBSP RESET on NOTICE by Neels Hofmeyr · 4 years, 1 month ago
  47. 13011f6 CBSP: on RESET, also clear the etws_timer, and stop ETWS PN broadcast by Neels Hofmeyr · 4 years, 1 month ago
  48. eb1306d lchan_fsm: make internal functions static. by Philipp Maier · 4 years, 1 month ago
  49. fce7e29 lchan_fsm: merge lchan_mr_config() by Philipp Maier · 4 years, 1 month ago
  50. aa420ce Add bts counters to count BTS events where we don't have a bts by Daniel Willmann · 4 years, 1 month ago
  51. bf2a4b6 Count intra-cell and intra-bsc handover separately by Daniel Willmann · 4 years, 1 month ago
  52. 02f0b30 Count handover per BTS as well as per BSC by Daniel Willmann · 4 years, 1 month ago
  53. 893e688 osmo_bsc_sigtran.c: Remove unused #defines by Harald Welte · 4 years, 1 month ago
  54. 90717c0 mscpool: fix refcount leak for unusual case of no bts by Neels Hofmeyr · 4 years, 1 month ago
  55. 45062b4 Remove punctuation in counter description by Daniel Willmann · 4 years, 1 month ago
  56. da5b2f8 Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 4 years, 1 month ago
  57. 6624c22 vty: fix copy-pasted 'no gprs control-ack-type-rach' description by Vadim Yanitskiy · 4 years, 1 month ago
  58. 210aa95 Implement support for receiving BSSMAP CommonID from MSC by Harald Welte · 4 years, 3 months ago
  59. fe12b70 debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 4 years, 1 month ago
  60. 59da486 info, error log: show MSC nr for new conn by Neels Hofmeyr · 4 years, 1 month ago
  61. 4829015 debug log: add RR Release cause code to the log by Neels Hofmeyr · 4 years, 1 month ago
  62. e8ec9e5 gscon timeout: use proper cause code for lchan release by Neels Hofmeyr · 4 years, 1 month ago
  63. 6a67fa5 cosmetic: bscon: use GSM48_RR_CAUSE_NORMAL instead of 0 by Neels Hofmeyr · 4 years, 1 month ago
  64. f954e35 abis_rsl.c: make sure emergency calls are rejected early by Philipp Maier · 4 years, 1 month ago
  65. abf03a1 timeslot_fsm: Name TS FSM instances on allocation. by Alexander Chemeris · 4 years, 4 months ago
  66. 29993a9 chan_alloc: Fix typo in a comment. by Alexander Chemeris · 4 years, 4 months ago
  67. ca3b18c paging: Remove obsolete comment. by Alexander Chemeris · 4 years, 4 months ago
  68. e8296d2 gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are denied by Philipp Maier · 4 years, 2 months ago
  69. a7f02c6 e1: encode line number as trunk number in MGCP endpoint by Philipp Maier · 4 years, 1 month ago
  70. 6728085 vty: allow enabling freq. hopping regardless of the feature vector by Vadim Yanitskiy · 4 years, 1 month ago
  71. f1d4f36 vty: introduce and use GPRS_CHECK_ENABLED() macro by Vadim Yanitskiy · 4 years, 1 month ago
  72. 5e465d5 vty: fix missing comma in a warning message by Vadim Yanitskiy · 4 years, 1 month ago
  73. 9c0b6ba vty: ensure that all warning messages are prefixed with '%%' by Vadim Yanitskiy · 4 years, 1 month ago
  74. bd6a4c3 hodec2: log requirements of best candidate, log rxlev in dBm by Neels Hofmeyr · 4 years, 1 month ago
  75. 9ed0d17 hodec2: do not keep candidates with zero requirements met by Neels Hofmeyr · 4 years, 1 month ago
  76. f5dab9a hodec2 congestion: consider only congested pchan types by Neels Hofmeyr · 4 years, 1 month ago
  77. dfc2d84 hodec2: fix logging of requirements flags by Neels Hofmeyr · 4 years, 1 month ago
  78. 1336d94 handover_test.c: typo s/more/less in test 19 description by Neels Hofmeyr · 4 years, 1 month ago
  79. 7a11fce lchan_rtp_fsm: use E1 endpoints if the BTS is not ipaccess type by Philipp Maier · 4 years, 3 months ago
  80. e1ec35a lchan_rtp_fsm: make _fsm_timer_cb and _fsm_cleanup static by Philipp Maier · 4 years, 3 months ago
  81. 7b2b430 handover_test.c: add test case 29: TCH/F -> TCH/H by Neels Hofmeyr · 4 years, 2 months ago
  82. 2428bab BS-11: Fix "CONNECT TERRESTRIAL TRAFFIC" by Harald Welte · 4 years, 2 months ago
  83. 1e5e700 Introduce support for ACC ramping during whole BTS life cycle by Pau Espin Pedrol · 4 years, 2 months ago
  84. b764f44 fix CBSP server: actually open the srv_link by Neels Hofmeyr · 4 years, 2 months ago
  85. c4b2570 acc.c: Don't use C99 constructs, this breaks builds on Debian 8 by Harald Welte · 4 years, 2 months ago
  86. 981a7cc Add example config files for Ericsson DUG20 based BTS by Harald Welte · 4 years, 2 months ago
  87. deaa6fd Introduce support for ACC subset rotation by Pau Espin Pedrol · 4 years, 2 months ago
  88. 3e2e820 lchan_fsm: silently ignore LCHAN_EV_RLL_ERR_IND by Harald Welte · 4 years, 2 months ago
  89. 2abb506 debian: Package E1 configuration file examples by Harald Welte · 4 years, 2 months ago
  90. 02f2056 rename files acc_ramp.* -> acc.c* by Pau Espin Pedrol · 4 years, 2 months ago
  91. 5487387 {bts,bsc}.adoc: Drop deprecated OsmoNITB references by Pau Espin Pedrol · 4 years, 2 months ago
  92. 1db53c8 doc: Copy {bsc,bts}.adoc from osmo-gsm-manuals by Pau Espin Pedrol · 4 years, 2 months ago
  93. 911d076 configure.ac: Fix trailing whitespace by Pau Espin Pedrol · 4 years, 2 months ago
  94. 01eedbf osmo-bsc.spec.in: Add missing directories to package by Harald Welte · 4 years, 2 months ago
  95. bd5b92f Move acc_ramp_init inside gsm_bts_alloc by Pau Espin Pedrol · 4 years, 2 months ago
  96. 8d4f94a Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.* by Pau Espin Pedrol · 4 years, 2 months ago
  97. aca5320 Move struct gsm_bts_trx: gsm-data.* => bts_trx.* by Pau Espin Pedrol · 4 years, 2 months ago
  98. e2f1c95 bts: Drop duplicated function to get trx by number by Pau Espin Pedrol · 4 years, 2 months ago
  99. 388ed58 Move struct gsm_bts: gsm_data.* => bts.* by Pau Espin Pedrol · 4 years, 2 months ago
  100. 6b23d71 osmo-bsc.spec.in: Package E1 config files by Harald Welte · 4 years, 2 months ago