1. 77cd112 gsm0408_rcvmsg: Release lchan if L3 fails to complete by Pau Espin Pedrol · 6 years ago
  2. c4ee002 ipaccess-config: cosmetic: Remove unneeded comment with hex values by Pau Espin Pedrol · 6 years ago
  3. 05d6644 ipaccess-config: Add -G cmdl opt to query OML IP and Unit ID by Pau Espin Pedrol · 6 years ago
  4. 0329c70 ipaccess-config: Fix whitespace by Pau Espin Pedrol · 6 years ago
  5. c74daf0 abis_nm: Introduce new signal S_NM_GET_ATTR_REP by Pau Espin Pedrol · 6 years ago
  6. 33ca613 bsc: vty: Verify and warn on invalid arfcn passed by Pau Espin Pedrol · 6 years ago
  7. 89f3a33 bsc: band_compatible: Return band non-compatible for invalid arfcn by Pau Espin Pedrol · 6 years ago
  8. 167cb82 bsc: Enable force-combined-si on nanoBTS by default by Pau Espin Pedrol · 6 years ago
  9. 1dd2775 bsc: si: Fix SI2ter L2 pseudo length by Pau Espin Pedrol · 6 years ago
  10. edad027 bsc: si: Fix SI2bis L2 pseudo length by Pau Espin Pedrol · 6 years ago
  11. f91e147 bsc: Prefix log string with related SI type during call to list_arfcn by Pau Espin Pedrol · 6 years ago
  12. 726b097 unlink socket path correctly in rf_create_socket() by Stefan Sperling · 6 years ago cid188836
  13. ec4de9c LCLS: make config and control redable in 'sh conns' by Max · 6 years ago
  14. 49c7d22 LCLS: move mode check into separate function by Max · 6 years ago
  15. 654bf62 LCLS: explicitly check for mode before closing the loop by Max · 6 years ago
  16. 5746571 add missing 'break' in switch statement by Stefan Sperling · 6 years ago
  17. cec88f1 always directly send BSSMAP Clear Request by Neels Hofmeyr · 6 years ago
  18. 2eb8814 osmo-bsc: gsm_timers_vty: Set global T_defs during vty_init by Pau Espin Pedrol · 6 years ago
  19. 42f59d5 check return value of gsm48_multirate_config() by Stefan Sperling · 6 years ago
  20. 42bd128 LCLS: tighten GCR check by Max · 6 years ago
  21. 8f02f0f bsc: gsm0808: Fix return code in bsc_compl_l3 by Pau Espin Pedrol · 6 years ago
  22. f1e31ca bsc: vty: Use enum value in neighbor-list check by Pau Espin Pedrol · 6 years ago
  23. e860208 bsc: bts_alloc: Use enum value during neigh_list_manual_mode initialization by Pau Espin Pedrol · 6 years ago
  24. c459699 show dynamic timeslot details in 'show timeslot' vty command by Stefan Sperling · 6 years ago
  25. ce4224f coverity: gscon_forget_lchan: squelch forward-null by Neels Hofmeyr · 6 years ago
  26. ad2c15d lchan: set cause for 4 instances of release_in_error = true by Neels Hofmeyr · 6 years ago
  27. 5bf71c7 cosmetic: abis_rsl.c: drop uneccesary braces by Neels Hofmeyr · 6 years ago
  28. eee24eb cosmetic: lchan: introduce sub-struct lchan->release.* by Neels Hofmeyr · 6 years ago
  29. 5b1a7d1 lchan release: always Deact SACCH by Neels Hofmeyr · 6 years ago
  30. d30922f lchan: release in error: fix missing messages / events by Neels Hofmeyr · 6 years ago
  31. 2b77556 abis_rsl.c: drop unused enum sacch_deact by Neels Hofmeyr · 6 years ago
  32. 478e991 fix: send RR Release (e.g. after BSSMAP Clear Cmd) by Neels Hofmeyr · 6 years ago
  33. 946d1fb dbug log: verbosely detach conn<->lchan by Neels Hofmeyr · 6 years ago
  34. 64b092e lchan: rf release: make sure conn is NULL by Neels Hofmeyr · 6 years ago
  35. fc9449c lchan_fsm_cleanup: drop redundant 'forget_lchan' call by Neels Hofmeyr · 6 years ago
  36. f535cc8 abis_nm: parse_attr_resp_info_unreported: Fix offset calculation by Pau Espin Pedrol · 6 years ago
  37. 9dfa53c abis_nm: Support parsing nanoBTS format for Get Attributes Info by Pau Espin Pedrol · 6 years ago
  38. 1cdf1d7 abis_nm: Add support to parse OML IP and Unit Id in Get Attributes by Pau Espin Pedrol · 6 years ago
  39. 6597b54 abis_nm: Add support to parse some nanoBTS Attribute Response attributes by Pau Espin Pedrol · 6 years ago
  40. 3639412 abis_nm: Allow sending and receiving Get Attributes (Response) against nanoBTS by Pau Espin Pedrol · 6 years ago
  41. 1495532 abis_nm: Split reported attr list parsing from Attribute Response Info into its own func by Pau Espin Pedrol · 6 years ago
  42. 3416c77 abis_nm: Split handling of Attribute Response Info into its own func by Pau Espin Pedrol · 6 years ago
  43. ac85894 abis_nm: Rename m_id_len to ease review of forthcoming patches by Pau Espin Pedrol · 6 years ago
  44. 89d72d8 gsm_data: make cgi_for_msc available for other modules by Philipp Maier · 6 years ago
  45. 01d4e03 re-order condition checks for clarity by Stefan Sperling · 6 years ago
  46. 6fb500f LCLS: expand logging to print the name of the mode in use by Max · 6 years ago
  47. 1bcdd73 constify rsl_tx_ipacc_*cx() parameters by Max · 6 years ago
  48. 5695f4b Make IP address helper accessible via header file by Max · 6 years ago
  49. 5962f23 LCLS: move MGCP MDCX into separate function by Max · 6 years ago
  50. 5a5c7fd vty doc: drop "(HO algo 2 only)" strings by Neels Hofmeyr · 6 years ago
  51. f0e20d6 ipaccess-config: Use enum value for OML IP by Pau Espin Pedrol · 6 years ago
  52. 366f727 vty: don't show GPRS details if not configured by Max · 6 years ago
  53. f2d2fef ipaccess_sign_link_reject: fix: use osmo_strlcpy() to safely copy IP by Oliver Smith · 6 years ago
  54. 8d8d710 vty: add 'show rejected-bts' by Oliver Smith · 6 years ago
  55. 9c29525 handover_fsm: fix failure logging of uninitialized chan mode by Neels Hofmeyr · 6 years ago
  56. 258d12f handover_fsm: fix missing newline for log statement by Neels Hofmeyr · 6 years ago
  57. 8821db2 abis_rsl.c: fix uninitialized RSL cause issues by Neels Hofmeyr · 6 years ago
  58. 75f038d cipher mode reject: send proper cause codes by Oliver Smith · 6 years ago
  59. dadd405 cosmetic: fix spec ref for gsm0808_cipher_mode() by Oliver Smith · 6 years ago
  60. 9108d47 lchan_fsm: generate proper multirate configuration IE on RSL by Philipp Maier · 6 years ago
  61. e4faf59 bsc_vty: check amr mode parameters by Philipp Maier · 6 years ago
  62. 3b9dcb3 gsm_04_08: improve gsm48_multirate_config() by Philipp Maier · 6 years ago
  63. bca82ed codec_pref: also check amr codec rates in check_codec_pref() by Philipp Maier · 6 years ago
  64. 5a63cd6 gsm_data: set meaningful default values for amr modes by Philipp Maier · 6 years ago
  65. bcbc537 handover_decision_2.c: implement HO to remote BSS by Neels Hofmeyr · 6 years ago
  66. f646451 handover_decision_2.c: refactor trigger_*() by Neels Hofmeyr · 6 years ago
  67. b0177b2 ipaccess-proxy: Add error handling to IAP CCM ID RESP parsing by Harald Welte · 6 years ago
  68. 7f2e851 acc_ramp: An unsigned int is always >= 0 by Harald Welte · 6 years ago
  69. a52eed1 subscr_conn_fsm: Fix null-pointer deref / N-CONNECT.ind from unknown MSC by Harald Welte · 6 years ago
  70. 3c4661b bssmap_handle_cipher_mode(): Don't sent reject if !conn by Harald Welte · 6 years ago
  71. 60f08b5 ipaccess-config: Fix open() return value checking by Harald Welte · 6 years ago
  72. b1f66fe gsm_08_08: do not include zero length speech codec list. by Philipp Maier · 6 years ago
  73. 298da0a handover_start_inter_bsc_in(): Uninitialized variable by Harald Welte · 6 years ago
  74. d4c391e range_enc_determine_range(): Don't dereference array on size=0 by Harald Welte · 6 years ago
  75. 7656f5f gsm_08_08: allow zero length speech codec lists in compl l3 info. by Philipp Maier · 6 years ago
  76. f105190 vty 'show bts'/'show trx': display IPs and ports by Oliver Smith · 6 years ago
  77. acd2919 remote-BSS neighbors: allow only one cell ID by Neels Hofmeyr · 6 years ago
  78. b047949 handover_fsm: adjust inter-BSC HO failure handling to spec by Neels Hofmeyr · 6 years ago
  79. 6fe1252 lchan_fsm: notify conn of released lchan upon RF Release by Neels Hofmeyr · 6 years ago
  80. cd46adb handover_decision_2.c: drop redundant debug_candidate() args by Neels Hofmeyr · 6 years ago
  81. ffa49cf handover_decision_2.c: find_alternative_lchan: drop goto by Neels Hofmeyr · 6 years ago
  82. d72c126 handover_decision_2.c: tweak ho candidate logging by Neels Hofmeyr · 6 years ago
  83. bc6bc0a handover_decision_2.c: tweak comments by Neels Hofmeyr · 6 years ago
  84. 0d91fb5 lchan_fsm: fix failure handling: notify conn when released by Neels Hofmeyr · 6 years ago
  85. 8b818a0 subscr conn: properly forget lchan before release by Neels Hofmeyr · 6 years ago
  86. 6c5f5ef gscon_forget_lchan(): Clear Request iff no lchans remain by Neels Hofmeyr · 6 years ago
  87. 83ca9ed gscon_forget_lchan(): no Clear Request after Clear Command by Neels Hofmeyr · 6 years ago
  88. 30ca2a6 fix counters for inter-BSC outgoing by Neels Hofmeyr · 6 years ago
  89. b15af63 codec_pref: also check physical channels by Philipp Maier · 6 years ago
  90. bf3eb8f codec_pref: cosmetic: seperate half/full rate determination by Philipp Maier · 6 years ago
  91. b5208d4 codec_pref: check codec configuration before start by Philipp Maier · 6 years ago
  92. d4d4f91 nanoBTS: Allow BCCH with CBCH on TS0 by Harald Welte · 6 years ago
  93. 524a2d2 osmo_bsc_msc: Set reasonable codec list defaults by Philipp Maier · 6 years ago
  94. b9d3c71 gsm_08_08: abort complete L3 3 msg gen when no codecs are set by Philipp Maier · 6 years ago
  95. c9a4f69 codec_pref: handle S0-S15 in ASSIGNMENT REQUEST by Philipp Maier · 6 years ago
  96. 2043db0 osmo_bsc_main.c: initialize rate counters by Oliver Smith · 6 years ago
  97. 6e141b1 abis_nm_get_ts: Return TS of correct TRX, not always TRX0 by Pau Espin Pedrol · 6 years ago
  98. ba68fe4 osmo-bsc: Add default case for switch(enum) by Pau Espin Pedrol · 6 years ago
  99. a82fc59 cosmetics: Fix typo in bsc_vty.c by Martin Hauke · 6 years ago
  100. 0cdd712 fix unaligned access in abis_nm_rx_ipacc() by Stefan Sperling · 6 years ago