1. aca5320 Move struct gsm_bts_trx: gsm-data.* => bts_trx.* by Pau Espin Pedrol · 4 years, 2 months ago
  2. e2f1c95 bts: Drop duplicated function to get trx by number by Pau Espin Pedrol · 4 years, 2 months ago
  3. 388ed58 Move struct gsm_bts: gsm_data.* => bts.* by Pau Espin Pedrol · 4 years, 2 months ago
  4. 3405c77 propagate RSL error cause codes to RR Channel Release cause by Neels Hofmeyr · 4 years, 2 months ago
  5. b523f54 RR Channel Release: pass Cause code from BSSMAP Clear to the BTS by Neels Hofmeyr · 4 years, 3 months ago
  6. a6ab8ce Fix trailing whitespace in several files by Pau Espin Pedrol · 4 years, 2 months ago
  7. 1ee7e55 gsm_data.h: Drop duplicated include stdint.h by Pau Espin Pedrol · 4 years, 2 months ago
  8. 19ec374 SI2quater: allow storing 48 EARFCNs by Neels Hofmeyr · 4 years, 3 months ago
  9. f6983f6 system_information: publicly declare generate_cell_chan_list() by Vadim Yanitskiy · 4 years, 3 months ago
  10. 6281d4f fix crashes due to OSMO_ASSERT(conn->lchan) by Vadim Yanitskiy · 4 years, 3 months ago
  11. 0415a5c Count RSL DELETE INDICATION received from BTS by Harald Welte · 4 years, 3 months ago
  12. 1c963eb MSC pooling: add rate counters by Neels Hofmeyr · 4 years, 3 months ago
  13. b69db82 MSC pooling: add 'no allow-attach' for MSC off-loading by Neels Hofmeyr · 4 years, 3 months ago
  14. 4099f1d MSC pooling: make NRI mappings VTY configurable by Neels Hofmeyr · 4 years, 4 months ago
  15. a87646c use osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 4 months ago
  16. 2c61245 remove extract_sub(), add bsc_subscr_find_or_create_by_mi() by Neels Hofmeyr · 4 years, 4 months ago
  17. b5ccf09 Count assignment rates per BTS as well by Daniel Willmann · 4 years, 4 months ago
  18. fea5d64 abis_rsl: Count successful channel requests by Daniel Willmann · 4 years, 4 months ago
  19. ce7aa0d gsm_data.h: Remove period at end of counter description by Daniel Willmann · 4 years, 4 months ago
  20. eec776e refactor bsc_find_msc()'s round-robin by Neels Hofmeyr · 4 years, 4 months ago
  21. 4f3a641 handover_test: use 'unknown' BTS type instead of 'sysmobts' by Vadim Yanitskiy · 4 years, 4 months ago
  22. c1b141c gsm_data: cosmetic: mark argument of is_*_bts() as const by Vadim Yanitskiy · 4 years, 4 months ago
  23. 06a14d2 flatten: move network->bsc_data->* to network->* by Neels Hofmeyr · 4 years, 4 months ago
  24. b281b1c drop MSC types "local" vs "normal" by Neels Hofmeyr · 4 years, 4 months ago
  25. 6a8955b drop all BSC originated USSD notification features by Neels Hofmeyr · 4 years, 4 months ago
  26. bf4134e drop CC 'local-prefix' feature by Neels Hofmeyr · 4 years, 4 months ago
  27. 001a2df stats: Count paging requests flushed due to MSC Reset. by Alexander Chemeris · 4 years, 4 months ago
  28. 5cda1d0 drop IMSI filter and libfilter completely by Neels Hofmeyr · 4 years, 4 months ago
  29. c8f432a deprecate 'msc' / 'ip.access rtp-base <port>' by Neels Hofmeyr · 4 years, 4 months ago
  30. 3a656da bssap: Handle BSSMAP CONFUSION message. by Alexander Chemeris · 4 years, 4 months ago
  31. 43def74 stats: Add a BTS/BSC counter PAGING_NO_ACTIVE_PAGING. by Alexander Chemeris · 4 years, 4 months ago
  32. 5d63827 stats: Add counters and gauges for BORKEN lchans/TS by Alexander Chemeris · 4 years, 4 months ago
  33. aac5423 stats: Rename BSSMAP Rx message counters to match Tx ones. by Alexander Chemeris · 4 years, 5 months ago
  34. 98824b8 stats: Add counters for Tx BSSMAP messages. by Alexander Chemeris · 4 years, 5 months ago
  35. 8b0f687 stats: Export connected OML/RSL links count per BTS. by Alexander Chemeris · 4 years, 5 months ago
  36. e26b153 stats: Add counters for received BSSMAP messages. by Alexander Chemeris · 4 years, 5 months ago
  37. db54283 stats: report a number of configured BTS to a stats gauge. by Alexander Chemeris · 4 years, 5 months ago
  38. 5e89333 stats: Add a stats gauge for the MSC links count. by Alexander Chemeris · 4 years, 5 months ago
  39. 57a1ec5 gsm_data: Update trx_is_usable for ericsson BTS by Sylvain Munaut · 4 years, 5 months ago
  40. b091def stats: Report per channel type load to statsd counters. by Alexander Chemeris · 4 years, 5 months ago
  41. cbaa179 om2k: Add support for MCTR configuration by Sylvain Munaut · 4 years, 5 months ago
  42. dbd1b50 om2k: Add option to limit OML version during negotiation by Sylvain Munaut · 4 years, 5 months ago
  43. 456a62e bts_nokia_site: Fix LAPD segfault during reset procedure by Harald Welte · 4 years, 5 months ago
  44. 1d7349f gsm_data.h: Comment the 'nokia' BTS fields by Harald Welte · 4 years, 5 months ago
  45. e55e76f om2k: Add VTY command to allow TX of arbitrary message for testing by Sylvain Munaut · 4 years, 5 months ago
  46. d9fe61c om2k: Allow the CON configuration request to be triggered via VTY by Sylvain Munaut · 4 years, 5 months ago
  47. 63d7661 om2k: Add definitions for the TG object by Sylvain Munaut · 4 years, 5 months ago
  48. 7463285 handorer.h: Fix compilation with gcc-10 by Harald Welte · 4 years, 5 months ago
  49. e981f17 vty: clarify EGPRS Packet Channel Request message support by Vadim Yanitskiy · 4 years, 6 months ago
  50. 0c94d72 rest_octets: cosmetic: fix alignment in gprs_cell_options by Vadim Yanitskiy · 4 years, 6 months ago
  51. 25e41af remove 'NAT' log category by Harald Welte · 4 years, 6 months ago
  52. ba0a122 VTY: add show bts failure report by Oliver Smith · 4 years, 6 months ago
  53. cd1df99 abis_nm: move fail report parsing to extra func by Oliver Smith · 4 years, 6 months ago
  54. a595db1 main: exit on mutually exclusive codecs settings by Oliver Smith · 4 years, 6 months ago
  55. 2fa9763 OM2000: Add some more message types and IEs we now understand by Harald Welte · 4 years, 8 months ago
  56. 35d07b7 Introduce nm_fail_rep_signal_data for "SS_NM, S_NM_FAIL_REP" signal by Harald Welte · 5 years ago
  57. 7950e5d bsc: Adapt maximum MS Power Ctrl level based on band and MS Power class by Pau Espin Pedrol · 5 years ago
  58. a29affd Fix some typos by Martin Hauke · 4 years, 10 months ago
  59. 73bd463 osmo_bsc_main.c: verify the physical channel mapping at startup by Vadim Yanitskiy · 5 years ago
  60. 00201b6 gsm_data.h: Remove unused func declarations by Pau Espin Pedrol · 5 years ago
  61. 74e0b5b gsm_data.h: Remove unused field classmark from gsm_subscriber_connection by Pau Espin Pedrol · 5 years ago
  62. b37e963 Remove unused API classmark_is_r99() by Pau Espin Pedrol · 5 years ago
  63. 120746e gsm_08_08.c: Mark func bsc_find_msc() static by Pau Espin Pedrol · 5 years ago
  64. 7d88844 SMSCB: Send ETWS Primary Notifiation via RSL to BTS by Harald Welte · 5 years ago
  65. bbd0bff SMSCB: Send ETWS primary warning message via all dedicated channels by Harald Welte · 5 years ago
  66. d41b7c7 Cell Broadcast: CBSP and CBCH scheduling support by Harald Welte · 5 years ago
  67. 91a202d neighbor config: allow re-using ARFCN+BSIC pairs by Neels Hofmeyr · 5 years ago
  68. 3bc9b16 bsc_msc_data: remove unused member is_authenticated by Philipp Maier · 5 years ago
  69. afe987f logging: introduce LOG_BTS and LOG_TRX and use it everywhere by Harald Welte · 5 years ago
  70. 08822a3 comment and VTY doc tweaks by Neels Hofmeyr · 5 years ago
  71. 08371ec doc/manuals, vty doc: more handover doc clarifications by Neels Hofmeyr · 5 years ago
  72. 0fb9206 make bsc_clear_request() static by Neels Hofmeyr · 5 years ago
  73. 1626f90 Re-introduce support for IPA-encapsulated MGCP by Harald Welte · 6 years ago
  74. 062cd20 Remove extern declarations of libosmovty symbols by Pau Espin Pedrol · 5 years ago
  75. ed41e8c Introduce msc_is_{sccplite,aoip}() helpers by Pau Espin Pedrol · 5 years ago
  76. 1540025 Allow VTY to set the CCCH Load Indication Threshold by Harald Welte · 5 years ago
  77. be86caa keep per-BTS stat_items about RACH busy / RACH access percentage by Harald Welte · 5 years ago
  78. ae46685 abis_rsl: Add support for extended CBCH to rsl_sms_cb_command() by Harald Welte · 5 years ago
  79. 83c0f76 bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCP by Pau Espin Pedrol · 5 years ago
  80. a94907e bssap: Detect MSC Osmux support on RESET (ACK) recv by Pau Espin Pedrol · 5 years ago
  81. 6c548dc vty: Add option to enable osmux towards MSC by Pau Espin Pedrol · 5 years ago
  82. 5a06da1 fix inter-BSC-HO-incoming for AoIP (1/2) by Neels Hofmeyr · 6 years ago
  83. aa82492 assignment_fsm: Properly support assigning signalling mode TCH/x by Sylvain Munaut · 6 years ago
  84. f14aaa4 move mgw endpoint FSM to osmo-mgw.git by Neels Hofmeyr · 5 years ago
  85. a6078fe use libosmocore osmo_tdef by Neels Hofmeyr · 6 years ago
  86. 62f3b30 Revert "fix inter-BSC-HO-incoming for AoIP (1/2)" by Daniel Willmann · 5 years ago
  87. 1d5eda4 gsm_data.h: Remove unused variable from OpenBSC times by Daniel Willmann · 5 years ago
  88. d46a7a0 Drop unused old osmux leftover code by Pau Espin Pedrol · 5 years ago
  89. 94c9324 fix inter-BSC-HO-incoming for AoIP (1/2) by Neels Hofmeyr · 6 years ago
  90. c15f6cd Handover Request: also parse Chosen Algorithm IE, pass to lchan activation by Neels Hofmeyr · 6 years ago
  91. 58cf1b1 lchan activation: add explicit encryption info to activation by Neels Hofmeyr · 6 years ago
  92. 0d9a1a7 AMR: Signal usage of octet-aligned or bandwith-efficient mode to MSC by Philipp Maier · 6 years ago
  93. 0848ff8 Revert "assignment_fsm: Properly support assigning signalling mode TCH/x" by Neels Hofmeyr · 6 years ago
  94. a115052 Move msc related code from gsm_data to bsc_msc by Pau Espin Pedrol · 6 years ago
  95. 2cfd000 Move LCLS references from gsm_data to osmo_bsc_lcls by Pau Espin Pedrol · 6 years ago
  96. 4d3a212 assignment_fsm: Properly support assigning signalling mode TCH/x by Sylvain Munaut · 6 years ago
  97. 90db2a1 cosmetic: drop unused struct mgcp_ctx shadow by Neels Hofmeyr · 6 years ago
  98. bb66d10 assignment_fsm: fix channel allocator preferences by Philipp Maier · 6 years ago
  99. 7cfdbe7 comments: clarify usage of conn.assignment and .handover scopes by Neels Hofmeyr · 6 years ago
  100. 4daa210 handover_fsm: do not access conn->assignment.req, it may be outdated by Neels Hofmeyr · 6 years ago