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