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