1. 5b1a7d1 lchan release: always Deact SACCH by Neels Hofmeyr · 6 years ago
  2. d30922f lchan: release in error: fix missing messages / events by Neels Hofmeyr · 6 years ago
  3. 2b77556 abis_rsl.c: drop unused enum sacch_deact by Neels Hofmeyr · 6 years ago
  4. 478e991 fix: send RR Release (e.g. after BSSMAP Clear Cmd) by Neels Hofmeyr · 6 years ago
  5. 946d1fb dbug log: verbosely detach conn<->lchan by Neels Hofmeyr · 6 years ago
  6. 64b092e lchan: rf release: make sure conn is NULL by Neels Hofmeyr · 6 years ago
  7. fc9449c lchan_fsm_cleanup: drop redundant 'forget_lchan' call by Neels Hofmeyr · 6 years ago
  8. f535cc8 abis_nm: parse_attr_resp_info_unreported: Fix offset calculation by Pau Espin Pedrol · 6 years ago
  9. 9dfa53c abis_nm: Support parsing nanoBTS format for Get Attributes Info by Pau Espin Pedrol · 6 years ago
  10. 1cdf1d7 abis_nm: Add support to parse OML IP and Unit Id in Get Attributes by Pau Espin Pedrol · 6 years ago
  11. 6597b54 abis_nm: Add support to parse some nanoBTS Attribute Response attributes by Pau Espin Pedrol · 6 years ago
  12. 3639412 abis_nm: Allow sending and receiving Get Attributes (Response) against nanoBTS by Pau Espin Pedrol · 6 years ago
  13. 1495532 abis_nm: Split reported attr list parsing from Attribute Response Info into its own func by Pau Espin Pedrol · 6 years ago
  14. 3416c77 abis_nm: Split handling of Attribute Response Info into its own func by Pau Espin Pedrol · 6 years ago
  15. ac85894 abis_nm: Rename m_id_len to ease review of forthcoming patches by Pau Espin Pedrol · 6 years ago
  16. 89d72d8 gsm_data: make cgi_for_msc available for other modules by Philipp Maier · 6 years ago
  17. 01d4e03 re-order condition checks for clarity by Stefan Sperling · 6 years ago
  18. 6fb500f LCLS: expand logging to print the name of the mode in use by Max · 6 years ago
  19. 1bcdd73 constify rsl_tx_ipacc_*cx() parameters by Max · 6 years ago
  20. 5695f4b Make IP address helper accessible via header file by Max · 6 years ago
  21. 5962f23 LCLS: move MGCP MDCX into separate function by Max · 6 years ago
  22. 5a5c7fd vty doc: drop "(HO algo 2 only)" strings by Neels Hofmeyr · 6 years ago
  23. f0e20d6 ipaccess-config: Use enum value for OML IP by Pau Espin Pedrol · 6 years ago
  24. 366f727 vty: don't show GPRS details if not configured by Max · 6 years ago
  25. f2d2fef ipaccess_sign_link_reject: fix: use osmo_strlcpy() to safely copy IP by Oliver Smith · 6 years ago
  26. 8d8d710 vty: add 'show rejected-bts' by Oliver Smith · 6 years ago
  27. a5ff974 fix build: revert bad neighbor_ident.vty change by Neels Hofmeyr · 6 years ago
  28. 9c29525 handover_fsm: fix failure logging of uninitialized chan mode by Neels Hofmeyr · 6 years ago
  29. 258d12f handover_fsm: fix missing newline for log statement by Neels Hofmeyr · 6 years ago
  30. 8821db2 abis_rsl.c: fix uninitialized RSL cause issues by Neels Hofmeyr · 6 years ago
  31. 75f038d cipher mode reject: send proper cause codes by Oliver Smith · 6 years ago
  32. dadd405 cosmetic: fix spec ref for gsm0808_cipher_mode() by Oliver Smith · 6 years ago
  33. 9108d47 lchan_fsm: generate proper multirate configuration IE on RSL by Philipp Maier · 6 years ago
  34. e4faf59 bsc_vty: check amr mode parameters by Philipp Maier · 6 years ago
  35. 3b9dcb3 gsm_04_08: improve gsm48_multirate_config() by Philipp Maier · 6 years ago
  36. bca82ed codec_pref: also check amr codec rates in check_codec_pref() by Philipp Maier · 6 years ago
  37. 5a63cd6 gsm_data: set meaningful default values for amr modes by Philipp Maier · 6 years ago
  38. bcbc537 handover_decision_2.c: implement HO to remote BSS by Neels Hofmeyr · 6 years ago
  39. f646451 handover_decision_2.c: refactor trigger_*() by Neels Hofmeyr · 6 years ago
  40. b0177b2 ipaccess-proxy: Add error handling to IAP CCM ID RESP parsing by Harald Welte · 6 years ago
  41. 7f2e851 acc_ramp: An unsigned int is always >= 0 by Harald Welte · 6 years ago
  42. a52eed1 subscr_conn_fsm: Fix null-pointer deref / N-CONNECT.ind from unknown MSC by Harald Welte · 6 years ago
  43. 3c4661b bssmap_handle_cipher_mode(): Don't sent reject if !conn by Harald Welte · 6 years ago
  44. 60f08b5 ipaccess-config: Fix open() return value checking by Harald Welte · 6 years ago
  45. b1f66fe gsm_08_08: do not include zero length speech codec list. by Philipp Maier · 6 years ago
  46. 298da0a handover_start_inter_bsc_in(): Uninitialized variable by Harald Welte · 6 years ago
  47. d4c391e range_enc_determine_range(): Don't dereference array on size=0 by Harald Welte · 6 years ago
  48. 7656f5f gsm_08_08: allow zero length speech codec lists in compl l3 info. by Philipp Maier · 6 years ago
  49. f105190 vty 'show bts'/'show trx': display IPs and ports by Oliver Smith · 6 years ago
  50. acd2919 remote-BSS neighbors: allow only one cell ID by Neels Hofmeyr · 6 years ago
  51. b047949 handover_fsm: adjust inter-BSC HO failure handling to spec by Neels Hofmeyr · 6 years ago
  52. 6fe1252 lchan_fsm: notify conn of released lchan upon RF Release by Neels Hofmeyr · 6 years ago
  53. cd46adb handover_decision_2.c: drop redundant debug_candidate() args by Neels Hofmeyr · 6 years ago
  54. ffa49cf handover_decision_2.c: find_alternative_lchan: drop goto by Neels Hofmeyr · 6 years ago
  55. d72c126 handover_decision_2.c: tweak ho candidate logging by Neels Hofmeyr · 6 years ago
  56. bc6bc0a handover_decision_2.c: tweak comments by Neels Hofmeyr · 6 years ago
  57. 0d91fb5 lchan_fsm: fix failure handling: notify conn when released by Neels Hofmeyr · 6 years ago
  58. 8b818a0 subscr conn: properly forget lchan before release by Neels Hofmeyr · 6 years ago
  59. 6c5f5ef gscon_forget_lchan(): Clear Request iff no lchans remain by Neels Hofmeyr · 6 years ago
  60. 83ca9ed gscon_forget_lchan(): no Clear Request after Clear Command by Neels Hofmeyr · 6 years ago
  61. 30ca2a6 fix counters for inter-BSC outgoing by Neels Hofmeyr · 6 years ago
  62. 54a80ab debian: Require libcdk and install meas_vis osmo-bsc-meas-utils by Daniel Willmann · 6 years ago
  63. b15af63 codec_pref: also check physical channels by Philipp Maier · 6 years ago
  64. bf3eb8f codec_pref: cosmetic: seperate half/full rate determination by Philipp Maier · 6 years ago
  65. b5208d4 codec_pref: check codec configuration before start by Philipp Maier · 6 years ago
  66. d4d4f91 nanoBTS: Allow BCCH with CBCH on TS0 by Harald Welte · 6 years ago
  67. 524a2d2 osmo_bsc_msc: Set reasonable codec list defaults by Philipp Maier · 6 years ago
  68. b9d3c71 gsm_08_08: abort complete L3 3 msg gen when no codecs are set by Philipp Maier · 6 years ago
  69. c9a4f69 codec_pref: handle S0-S15 in ASSIGNMENT REQUEST by Philipp Maier · 6 years ago
  70. 2043db0 osmo_bsc_main.c: initialize rate counters by Oliver Smith · 6 years ago
  71. 6e141b1 abis_nm_get_ts: Return TS of correct TRX, not always TRX0 by Pau Espin Pedrol · 6 years ago
  72. ba68fe4 osmo-bsc: Add default case for switch(enum) by Pau Espin Pedrol · 6 years ago
  73. a82fc59 cosmetics: Fix typo in bsc_vty.c by Martin Hauke · 6 years ago
  74. 0cdd712 fix unaligned access in abis_nm_rx_ipacc() by Stefan Sperling · 6 years ago
  75. 8afdeee vty: write local neighbors by bts nr, not lac-ci by Neels Hofmeyr · 6 years ago
  76. 0812db2 neighbor vty: allow setting local neighbors by CGI by Neels Hofmeyr · 6 years ago
  77. 20482c7 neighbor vty: rather 'no neighbor', not 'neighbor del' by Neels Hofmeyr · 6 years ago
  78. c7365ae neighbor vty: drop keyword 'add' by Neels Hofmeyr · 6 years ago
  79. ceb4c11 test neighbor ident vty docs by Neels Hofmeyr · 6 years ago
  80. 6a5f002 make: allow vty-tests without configure by Neels Hofmeyr · 6 years ago
  81. db531c0 vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  82. f06918f cosmetic: drop param from send_assignment_complete() by Neels Hofmeyr · 6 years ago
  83. beb7481 fix LCLS during Assignment: actually use new TCH lchan by Neels Hofmeyr · 6 years ago
  84. 0d4a98a lcls: log channel type and lchan names on LCLS codec mismatch by Philipp Maier · 6 years ago
  85. 65c62e5 check for overlong unix socket paths by Stefan Sperling · 6 years ago
  86. 67e47c6 codec_pref: Add Codec List to COMPLETE LAYER 3 INFORMATION by Philipp Maier · 6 years ago
  87. 5a43b55 gsm_data.c: Set reasonable AMR codec defaults in gsm_bts_alloc() by Philipp Maier · 6 years ago
  88. 878954a assignment_fsm: only include speech codec (choosen) on AoIP networks by Philipp Maier · 6 years ago
  89. e2209c2 Implement RR Classmark Enquiry by Neels Hofmeyr · 6 years ago
  90. ef121b2 gsm_data: remove unused struct member chan_mode by Philipp Maier · 6 years ago
  91. 7f52bda gsm_data: remove unused struct member full_rate. by Philipp Maier · 6 years ago
  92. bf39996 LCLS: fix codec mismatch detection by Philipp Maier · 6 years ago
  93. 63c81ef codec_pref: fix missing breaks in switch-case statement by Philipp Maier · 6 years ago
  94. f96c04a codec_pref: add AMR configuration bits to make_scl_config() in unit-test by Philipp Maier · 6 years ago
  95. 5a87137 codec_pref: fix typo in comment by Philipp Maier · 6 years ago
  96. f552166 Install sample cfg file to /etc/osmocom by Pau Espin Pedrol · 6 years ago
  97. d58ddb2 Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  98. 526b4a5 ts,lchan_fsm: do not attempt to allocate CBCH subslots by Neels Hofmeyr · 6 years ago
  99. 0219717 lchan_fsm: allow late RTP release events without erroring by Neels Hofmeyr · 6 years ago
  100. c21681d ho fsm: handle RR HO Failure for inter-BSC outgoing by Neels Hofmeyr · 6 years ago