1. e9bf271 vty: join UL/DL SACCH repetition commands together by Vadim Yanitskiy · 3 years, 5 months ago
  2. c01c58d power_control: vty: do not print 'no (rxlev-avg|rxqual-avg)' by Vadim Yanitskiy · 3 years, 5 months ago
  3. 6d46677 smscb: Avoid scheduler array overflow by Harald Welte · 3 years, 5 months ago
  4. ae449f3 abis_om2000: Handle DP object in get_om2k_mo() by Harald Welte · 3 years, 5 months ago
  5. 15911eb om2000: Add "show bts 0 om2k-mo" command by Harald Welte · 3 years, 5 months ago
  6. c77cea4 abis_om2000: keep OM2K FSMs around, don't terminate by Harald Welte · 3 years, 5 months ago
  7. cde3d1f vty: fix NULL-pointer dereference in cfg_bts_rep_dl_facch() by Vadim Yanitskiy · 3 years, 5 months ago
  8. c5f51ee power_control: vty: some commands are not vendor specific by Vadim Yanitskiy · 3 years, 5 months ago
  9. a3b91de abis_om2000: Mark om2k_mo_fsm_start() as static by Harald Welte · 3 years, 5 months ago
  10. 1a7bdb2 [cosmetic] abis_om2000: Re-format to use longer lines by Harald Welte · 3 years, 5 months ago
  11. a34ced0 abis_om2000: make om2k_mo_name() an exported function by Harald Welte · 3 years, 5 months ago
  12. c57333e Add a bts_model->bts_init() and trx_init() call-back function by Harald Welte · 3 years, 5 months ago
  13. ade9435 power_control: enable dynamic MS power control for osmo-bts by Vadim Yanitskiy · 3 years, 5 months ago
  14. f4674e3 power_control: fix swapped lower/upper RxQual threshold values by Vadim Yanitskiy · 3 years, 5 months ago
  15. 06b8a78 power_control: encoding of H_REQAVE and H_REQT for ip.access by Vadim Yanitskiy · 3 years, 5 months ago
  16. 598ed06 vty: cosmetic: make all 'struct cmd_node' definitions static by Vadim Yanitskiy · 3 years, 5 months ago
  17. f2adcd4 power_control: reflect MS/BS Power difference in the VTY prompt by Vadim Yanitskiy · 3 years, 5 months ago
  18. 3410f6e handover_test: rename test scripts from numbers to names by Neels Hofmeyr · 3 years, 5 months ago
  19. 1adf038 handover_test: set a fake osmo_mgcpc_ep_ci pointer by Neels Hofmeyr · 3 years, 5 months ago
  20. edf3359 handover_test: adjust logging for reproducability by Neels Hofmeyr · 3 years, 5 months ago
  21. e0dfe96 handover_test: send ho detection by Neels Hofmeyr · 3 years, 5 months ago
  22. 64982dd handover_test: log sending ho complete by Neels Hofmeyr · 3 years, 5 months ago
  23. 1a3eaef handover_test: implement as VTY shell by Neels Hofmeyr · 3 years, 6 months ago
  24. 53866d3 power_control: add VTY command to set static / maximum BS Power by Vadim Yanitskiy · 3 years, 5 months ago
  25. 040d220 power_control: add VTY command for re-sending default parameters by Vadim Yanitskiy · 3 years, 5 months ago
  26. 0ce12e7 power_control: add VTY commands for per-BTS configuration by Vadim Yanitskiy · 3 years, 5 months ago
  27. c551583 OM2K: Skip the entire CON MO if there are no connection groups by Harald Welte · 3 years, 5 months ago
  28. 65c02ae OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPT by Harald Welte · 3 years, 5 months ago
  29. 3731302 osmobsc-usermanual: Add Chapter with AoIP message flow examples by Harald Welte · 3 years, 6 months ago
  30. 2d5fa29 abis_om2000: Force TRX NM state to UNLOCKED once TRX is up by Harald Welte · 3 years, 5 months ago
  31. 7887dc2 power_control: make use of MS/BS parameters in RSL messages by Vadim Yanitskiy · 3 years, 5 months ago
  32. 2d7c2ce power_control: add encoder for ip.access nanoBTS and OsmoBTS by Vadim Yanitskiy · 3 years, 5 months ago
  33. f31c42e power_control: send default parameters from bootstrap_rsl() by Vadim Yanitskiy · 3 years, 5 months ago
  34. 8a2907e power_control: add encoding/init API to 'struct gsm_bts_model' by Vadim Yanitskiy · 3 years, 5 months ago
  35. 8bde75c power_control: add new structures and default parameters by Vadim Yanitskiy · 3 years, 5 months ago
  36. e0adb24 abis_rsl: turn rsl_msgb_alloc() a macro and move it to header by Vadim Yanitskiy · 3 years, 5 months ago
  37. 6e27ce6 bsc_vty: mark repeated ACCH value of 1.9% to 2.7% BER as default by Philipp Maier · 3 years, 6 months ago
  38. 0597745 Use rest_octets functionalities from libosmocore by Pau Espin Pedrol · 3 years, 5 months ago
  39. 027b506 vty: add new attribute for vendor-specific commands by Vadim Yanitskiy · 3 years, 5 months ago
  40. 626b7a0 NM FSMs: fix DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLED by Vadim Yanitskiy · 3 years, 5 months ago
  41. 7c5b7ad gsm_lchan_name: assert on NULL lchan by Pau Espin Pedrol · 3 years, 5 months ago
  42. ef65d3d hodec 2: prefer moving TCH/H from half-used dyn TS by Neels Hofmeyr · 3 years, 6 months ago
  43. 44a0e0f oml: Delay configuring NSVC until BTS features are negotiated by Pau Espin Pedrol · 3 years, 6 months ago
  44. 396eb76 Fix typo in function nanobts_attr_nsvc_get by Pau Espin Pedrol · 3 years, 6 months ago
  45. 10364c8 Handle BTS/BBTRANSC Get Attributes (Ack) in NM FSMs by Pau Espin Pedrol · 3 years, 6 months ago
  46. dd6af77 abis_nm: Simplify param passing to abis_nm_rx_get_attr_resp() by Pau Espin Pedrol · 3 years, 6 months ago
  47. d74bb1e Introduce NM GPRS NSVC FSM by Alexander Couzens · 3 years, 6 months ago
  48. aab54b4 Introduce NM GPRS CELL FSM by Pau Espin Pedrol · 3 years, 6 months ago
  49. ee9f02f Introduce NM GPRS NSE FSM by Pau Espin Pedrol · 3 years, 6 months ago
  50. dd9abff nm_bts_sm_fsm: Fix peer_has_no_avstate_offline not applied for nanobts by Pau Espin Pedrol · 3 years, 6 months ago
  51. 64c4228 Store GPRS MOs directly under BTS SiteMgr object by Pau Espin Pedrol · 3 years, 6 months ago
  52. 8c03bf3 gsm_08_08: fix NULL pointer dereference in bsc_cm_update() by Vadim Yanitskiy · 3 years, 6 months ago
  53. 18aff1f ctrl_test_runner.py: remove per-test startup delay by Neels Hofmeyr · 3 years, 6 months ago
  54. 0eb479e abis_rsl: parse cm3 and indicate ACCH repetition cap to BTS by Philipp Maier · 3 years, 6 months ago
  55. ca878ff bts: add repeated acch mode flags + vty config by Philipp Maier · 3 years, 6 months ago
  56. c93b2a2 AMR start-mode auto: send smod bits as zero by Neels Hofmeyr · 3 years, 6 months ago
  57. 2e8ddb4 AMR start-mode: send proper smod bits by Neels Hofmeyr · 3 years, 6 months ago
  58. 551cec4 fix AMR start-mode auto: reflect proper ICMI in MultiRate Config IE by Neels Hofmeyr · 3 years, 6 months ago
  59. 9402d1e ipaccess-proxy: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  60. f81c4bd sysmobts: expect feature IPV6_NSVC by Alexander Couzens · 3 years, 7 months ago
  61. 60e3280 bts_ipaccess_nanobts: check if msgb_alloc fails by Alexander Couzens · 3 years, 6 months ago
  62. 55d7ee5 main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  63. baa25b0 update aoip-mgw-options document with reality of 2020 by Harald Welte · 3 years, 6 months ago
  64. 6a6db09 fix some size-t format string characters by Harald Welte · 3 years, 6 months ago
  65. 2978e74 handover_test: add test 32: half used TCH/H on dyn TS by Neels Hofmeyr · 3 years, 6 months ago
  66. e0792fd handover test 30: play through filling up all lchans by Neels Hofmeyr · 3 years, 6 months ago
  67. dc69da1 hodec 2: favor moving dyn TS by Neels Hofmeyr · 3 years, 6 months ago
  68. 829db22 hodec 2: prep: common pick_better_lchan_to_move() function by Neels Hofmeyr · 3 years, 6 months ago
  69. dad4e7c fix TCH/H allocation: use half occupied dyn TS instead of switching more dyn TS by Neels Hofmeyr · 3 years, 6 months ago
  70. b08ec40 handover_test: add test 31: TCH/H: re-use dyn TS by Neels Hofmeyr · 3 years, 6 months ago
  71. 25e8f76 handover test: add test 30: de-congest TCH/F by moving to dyn TS TCH/H by Neels Hofmeyr · 3 years, 6 months ago
  72. 7424bd2 handover_test: drop secondary array of lchans by Neels Hofmeyr · 3 years, 6 months ago
  73. 90d4b98 handover_test: change 'meas-rep' params to bts-trx-ts-ss nr by Neels Hofmeyr · 3 years, 6 months ago
  74. 5531fae handover_test: add 'set-ts-use' by Neels Hofmeyr · 3 years, 6 months ago
  75. 4366654 handover test: add 'expect-ts-use' to clarify tests by Neels Hofmeyr · 3 years, 6 months ago
  76. fb6d9dc handover test: fix dyn ts: set pchan_is on act / rel by Neels Hofmeyr · 3 years, 6 months ago
  77. cfbf11f handover_test: allow arbitrary timeslot config and multiple TRX by Neels Hofmeyr · 3 years, 6 months ago
  78. b5a107d handover_test cosmetic: eliminate bts array and bts_num from main() by Neels Hofmeyr · 3 years, 6 months ago
  79. 4942da8 handover_test prep: rename 'create-bts' to 'create-n-bts' by Neels Hofmeyr · 3 years, 6 months ago
  80. dd7b710 handover_test prep: allow configuring several trx in create_bts() by Neels Hofmeyr · 3 years, 6 months ago
  81. e3eb67c handover_test prep: allow arbitrary timeslots in create_bts() code by Neels Hofmeyr · 3 years, 6 months ago
  82. 780f028 handover_test prep: move generate_si() into create_bts() by Neels Hofmeyr · 3 years, 6 months ago
  83. 2f58de5 handover_test prep: move arfcn into create_bts() by Neels Hofmeyr · 3 years, 6 months ago
  84. 72d64e7 handover_test: fix comment by Neels Hofmeyr · 3 years, 6 months ago
  85. 4d8a469 handover vty doc: explain rxqual values by Neels Hofmeyr · 3 years, 6 months ago
  86. eb77a29 Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 7 months ago
  87. 98439ed osmo_bsc_bssap: actually check for lchan by Philipp Maier · 3 years, 6 months ago
  88. 47899f1 configure.ac: Require python3 for ext_tests by Daniel Willmann · 3 years, 7 months ago
  89. 39b92ff debian/control: Recommend installation of osmo-mgw by Harald Welte · 3 years, 6 months ago
  90. c6f38a4 vty: add reminder messages about the radio link timeout by Vadim Yanitskiy · 3 years, 7 months ago
  91. eca6a57 minor code dup: smlc_set_cs7_instance() by Neels Hofmeyr · 3 years, 7 months ago
  92. 3e5f081 add fixme comment for OS#3833 by Neels Hofmeyr · 3 years, 7 months ago
  93. fe60875 fix missing RR release when there is no MSC by Neels Hofmeyr · 3 years, 7 months ago
  94. 88a0789 manual: describe LCS and Lb interface by Neels Hofmeyr · 3 years, 7 months ago
  95. c4c6ba4 nm_channel_fsm: Fix innocuous transition not permitted log error by Pau Espin Pedrol · 3 years, 7 months ago
  96. c5a0ab6 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 7 months ago
  97. 806e7a3 use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 7 months ago
  98. 218b375 bts: move rate counter / stat item definitions from *.h to *.c by Vadim Yanitskiy · 3 years, 7 months ago
  99. 0aa4892 ipa: Fix use of null pointer in log macro by Pau Espin Pedrol · 3 years, 7 months ago
  100. 60e5ddf drop features 'core-location-area-code' and 'core-cell-identity' by Neels Hofmeyr · 3 years, 7 months ago