1. acd2919 remote-BSS neighbors: allow only one cell ID by Neels Hofmeyr · 6 years ago
  2. b047949 handover_fsm: adjust inter-BSC HO failure handling to spec by Neels Hofmeyr · 6 years ago
  3. 6fe1252 lchan_fsm: notify conn of released lchan upon RF Release by Neels Hofmeyr · 6 years ago
  4. cd46adb handover_decision_2.c: drop redundant debug_candidate() args by Neels Hofmeyr · 6 years ago
  5. ffa49cf handover_decision_2.c: find_alternative_lchan: drop goto by Neels Hofmeyr · 6 years ago
  6. d72c126 handover_decision_2.c: tweak ho candidate logging by Neels Hofmeyr · 6 years ago
  7. bc6bc0a handover_decision_2.c: tweak comments by Neels Hofmeyr · 6 years ago
  8. 0d91fb5 lchan_fsm: fix failure handling: notify conn when released by Neels Hofmeyr · 6 years ago
  9. 8b818a0 subscr conn: properly forget lchan before release by Neels Hofmeyr · 6 years ago
  10. 6c5f5ef gscon_forget_lchan(): Clear Request iff no lchans remain by Neels Hofmeyr · 6 years ago
  11. 83ca9ed gscon_forget_lchan(): no Clear Request after Clear Command by Neels Hofmeyr · 6 years ago
  12. 30ca2a6 fix counters for inter-BSC outgoing by Neels Hofmeyr · 6 years ago
  13. b15af63 codec_pref: also check physical channels by Philipp Maier · 6 years ago
  14. bf3eb8f codec_pref: cosmetic: seperate half/full rate determination by Philipp Maier · 6 years ago
  15. b5208d4 codec_pref: check codec configuration before start by Philipp Maier · 6 years ago
  16. d4d4f91 nanoBTS: Allow BCCH with CBCH on TS0 by Harald Welte · 6 years ago
  17. 524a2d2 osmo_bsc_msc: Set reasonable codec list defaults by Philipp Maier · 6 years ago
  18. b9d3c71 gsm_08_08: abort complete L3 3 msg gen when no codecs are set by Philipp Maier · 6 years ago
  19. c9a4f69 codec_pref: handle S0-S15 in ASSIGNMENT REQUEST by Philipp Maier · 6 years ago
  20. 2043db0 osmo_bsc_main.c: initialize rate counters by Oliver Smith · 6 years ago
  21. 6e141b1 abis_nm_get_ts: Return TS of correct TRX, not always TRX0 by Pau Espin Pedrol · 6 years ago
  22. ba68fe4 osmo-bsc: Add default case for switch(enum) by Pau Espin Pedrol · 6 years ago
  23. a82fc59 cosmetics: Fix typo in bsc_vty.c by Martin Hauke · 6 years ago
  24. 0cdd712 fix unaligned access in abis_nm_rx_ipacc() by Stefan Sperling · 6 years ago
  25. 8afdeee vty: write local neighbors by bts nr, not lac-ci by Neels Hofmeyr · 6 years ago
  26. 0812db2 neighbor vty: allow setting local neighbors by CGI by Neels Hofmeyr · 6 years ago
  27. 20482c7 neighbor vty: rather 'no neighbor', not 'neighbor del' by Neels Hofmeyr · 6 years ago
  28. c7365ae neighbor vty: drop keyword 'add' by Neels Hofmeyr · 6 years ago
  29. db531c0 vty: add SCCP related vty commands by Neels Hofmeyr · 6 years ago
  30. f06918f cosmetic: drop param from send_assignment_complete() by Neels Hofmeyr · 6 years ago
  31. beb7481 fix LCLS during Assignment: actually use new TCH lchan by Neels Hofmeyr · 6 years ago
  32. 0d4a98a lcls: log channel type and lchan names on LCLS codec mismatch by Philipp Maier · 6 years ago
  33. 65c62e5 check for overlong unix socket paths by Stefan Sperling · 6 years ago
  34. 67e47c6 codec_pref: Add Codec List to COMPLETE LAYER 3 INFORMATION by Philipp Maier · 6 years ago
  35. 5a43b55 gsm_data.c: Set reasonable AMR codec defaults in gsm_bts_alloc() by Philipp Maier · 6 years ago
  36. 878954a assignment_fsm: only include speech codec (choosen) on AoIP networks by Philipp Maier · 6 years ago
  37. e2209c2 Implement RR Classmark Enquiry by Neels Hofmeyr · 6 years ago
  38. ef121b2 gsm_data: remove unused struct member chan_mode by Philipp Maier · 6 years ago
  39. bf39996 LCLS: fix codec mismatch detection by Philipp Maier · 6 years ago
  40. 63c81ef codec_pref: fix missing breaks in switch-case statement by Philipp Maier · 6 years ago
  41. 5a87137 codec_pref: fix typo in comment by Philipp Maier · 6 years ago
  42. 526b4a5 ts,lchan_fsm: do not attempt to allocate CBCH subslots by Neels Hofmeyr · 6 years ago
  43. 0219717 lchan_fsm: allow late RTP release events without erroring by Neels Hofmeyr · 6 years ago
  44. c21681d ho fsm: handle RR HO Failure for inter-BSC outgoing by Neels Hofmeyr · 6 years ago
  45. 981f8b9 CBCH: Fix gsm_bts_get_cbch() by Harald Welte · 6 years ago
  46. 20703eb CBCH: Fix SI4 CBCH IE generation by Harald Welte · 6 years ago
  47. 24286f3 Introduce gsm48_lchan2chan_desc_as_configured() by Harald Welte · 6 years ago
  48. 0bc5365 cbch: Don't send cell-broadcast command on BTS without CBCH channel by Harald Welte · 6 years ago
  49. 5ac4d80 inter-BSC HO outgoing: fix L3 forwarding by Neels Hofmeyr · 6 years ago
  50. a15dd1f inter-BSC HO incoming: send BSSMAP HO Complete directly by Neels Hofmeyr · 6 years ago
  51. 320352f SCCPlite Assignment Complete: include Speech Codec (Chosen) by Neels Hofmeyr · 6 years ago
  52. c3751a3 codec_pref.c: Add comment in expected switch case without break by Pau Espin Pedrol · 6 years ago
  53. 5aac651 assignment: remove unnecessary call to gsm0808_speech_codec_from_chan_type() by Philipp Maier · 6 years ago
  54. 9134d33 codec_pref: Log HR2 specifically as never specified by Pau Espin Pedrol · 6 years ago
  55. c0b6dd0 codec_pref: Log unsupported codec name used by Pau Espin Pedrol · 6 years ago
  56. dd6849d lchan: pick proper power and ta values by Neels Hofmeyr · 6 years ago
  57. f213fcb cosmetic: lchan activ: drop todo comments by Neels Hofmeyr · 6 years ago
  58. 8d4faf1 cosmetic: lchan activ: no need to clear mr again by Neels Hofmeyr · 6 years ago
  59. 6ba4058 fix dependency bug: include mgcp_client/, not mgcp/ by Neels Hofmeyr · 6 years ago
  60. e706a15 log: tweaks and more context in osmo_bsc_sigtran_send() by Neels Hofmeyr · 6 years ago
  61. 128600c inter-BSC HO: send failure msg directly by Neels Hofmeyr · 6 years ago
  62. 721c762 log: 'sending BSSMAP HO Request ACK' by Neels Hofmeyr · 6 years ago
  63. 1752ab3 log: lchan_rtp_fsm: add missing '\n' by Neels Hofmeyr · 6 years ago
  64. 193c1e3 lchan_fsm: safer 'concluded' flag by Neels Hofmeyr · 6 years ago
  65. e23e1ae cosmetic: lchan_fsm failure: log about state transitions by Neels Hofmeyr · 6 years ago
  66. 3ea8bae lchan_fsm: lchan_fail_to(): store target state early by Neels Hofmeyr · 6 years ago
  67. d8b41fc inter-BSC HO incoming: drop old/wrong RTP port code by Neels Hofmeyr · 6 years ago
  68. 4c6d3ea inter-BSC HO incoming: continue despite missing Classmark by Neels Hofmeyr · 6 years ago
  69. 4122c15 neighbor_ident_vty.c: fix CI format, should be 16bit by Neels Hofmeyr · 6 years ago
  70. a7b8841 cosmetic: neighbor_ident_vty.c: add and use common string defs by Neels Hofmeyr · 6 years ago
  71. d8f46c0 MGCP: add 'X-Osmo-IGN: C' for SCCPlite by default by Neels Hofmeyr · 6 years ago
  72. 24f2f55 abis_nm_ipaccess_rsl_connect: Log bts and trx nr by Pau Espin Pedrol · 6 years ago
  73. 9862bcb Fix heap-use-after-free due to OML link destruction by Pau Espin Pedrol · 6 years ago
  74. 5f0a63d fix lchan_rtp_fsm: missing event handling by Neels Hofmeyr · 6 years ago
  75. dcbcbad abis_nm: Fix trailing whitespacing by Pau Espin Pedrol · 6 years ago
  76. 889e016 abis_nm: Fix heap-use-after-free in abis_nm_set_channel_attr by Pau Espin Pedrol · 6 years ago
  77. 4db9855 bsc: Use libosmocore API to track osmo_signal structs by Pau Espin Pedrol · 6 years ago
  78. 4833857 lcls: do not LCLS call legs with different codecs by Philipp Maier · 6 years ago
  79. 628a05e GSCON: call api of a_reset.c with msc object directly by Philipp Maier · 6 years ago
  80. bf4e29a GSCON: avoid sending connection oriented data when not connected by Philipp Maier · 6 years ago
  81. c1a0f7a sigtran: fix memleak in osmo_bsc_sigtran_send() by Philipp Maier · 6 years ago
  82. 1152362 handover_fsm.c: Fix -Werror=format-security errors by Harald Welte · 6 years ago
  83. 13af4d7 Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() by Harald Welte · 6 years ago
  84. c80cce6 gscon: use BSS-common payload types on BSS side by Philipp Maier · 6 years ago
  85. a406b16 endpoint_fsm: add missing return in mgcp_pick_codec by Philipp Maier · 6 years ago
  86. 94d30f2 cosmetic: gscon: don't re-enter ST_CLEARING by Neels Hofmeyr · 6 years ago
  87. 34c881a cosmetic: rename osmo_bsc_api.c to gsm_08_08.c by Neels Hofmeyr · 6 years ago
  88. 81a4963 cosmetic: rename bsc_api.h to gsm_08_08.h by Neels Hofmeyr · 6 years ago
  89. b5ce49f cosmetic: reduce bsc_api.h by Neels Hofmeyr · 6 years ago
  90. 8757f42 cosmetic: dissolve bsc_api.c by Neels Hofmeyr · 6 years ago
  91. a07b667 vty: 'handover any': pick more random chans, use lchan_select_by_type() by Neels Hofmeyr · 6 years ago
  92. 6d568ed cosmetic: constify gsm_bts_num() net arg by Neels Hofmeyr · 6 years ago
  93. 3c5612f create separate logging categories for lchan,ts,as FSMs by Neels Hofmeyr · 6 years ago
  94. 2fc79dd allocate larger lchans if no SDCCH are available by Neels Hofmeyr · 6 years ago
  95. d5df9a1 lchan_fsm: add in_release_handler flag by Neels Hofmeyr · 6 years ago
  96. ac85b34 lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlier by Neels Hofmeyr · 6 years ago
  97. 73ecfbb cosmetic: FSMs: allow ignorable events by Neels Hofmeyr · 6 years ago
  98. 18ce10b timeslot FSM: permit entering broken state from anywhere by Neels Hofmeyr · 6 years ago
  99. 52b5298 timeslot FSM: fix infinite recursion on failure to send PDCH ACT by Neels Hofmeyr · 6 years ago
  100. 459113d fix: dispatch TS_EV_RSL_DOWN when losing RSL by Neels Hofmeyr · 6 years ago