1. 5531fae handover_test: add 'set-ts-use' by Neels Hofmeyr · 3 years, 10 months ago
  2. 4366654 handover test: add 'expect-ts-use' to clarify tests by Neels Hofmeyr · 3 years, 10 months ago
  3. fb6d9dc handover test: fix dyn ts: set pchan_is on act / rel by Neels Hofmeyr · 3 years, 10 months ago
  4. cfbf11f handover_test: allow arbitrary timeslot config and multiple TRX by Neels Hofmeyr · 3 years, 10 months ago
  5. b5a107d handover_test cosmetic: eliminate bts array and bts_num from main() by Neels Hofmeyr · 3 years, 10 months ago
  6. 4942da8 handover_test prep: rename 'create-bts' to 'create-n-bts' by Neels Hofmeyr · 3 years, 10 months ago
  7. dd7b710 handover_test prep: allow configuring several trx in create_bts() by Neels Hofmeyr · 3 years, 10 months ago
  8. e3eb67c handover_test prep: allow arbitrary timeslots in create_bts() code by Neels Hofmeyr · 3 years, 10 months ago
  9. 780f028 handover_test prep: move generate_si() into create_bts() by Neels Hofmeyr · 3 years, 10 months ago
  10. 2f58de5 handover_test prep: move arfcn into create_bts() by Neels Hofmeyr · 3 years, 10 months ago
  11. 72d64e7 handover_test: fix comment by Neels Hofmeyr · 3 years, 10 months ago
  12. 09544ab Introduce Radio Channel FSM by Pau Espin Pedrol · 4 years ago
  13. d9d105c Introduce NM RadioCarrier FSM by Pau Espin Pedrol · 4 years ago
  14. 95486f2 Introduce NM BaseBand Transceiver FSM by Pau Espin Pedrol · 4 years ago
  15. 6adeb60 Introduce NM BTS FSM by Pau Espin Pedrol · 4 years ago
  16. 4338de5 Introduce NM BTS Site Manager FSM by Pau Espin Pedrol · 4 years ago
  17. e95b92b BSSMAP RESET: move RESET-ACK into reset fsm by Neels Hofmeyr · 4 years ago
  18. c27ae2d BSSMAP RESET: generalize a_reset FSM by Neels Hofmeyr · 4 years ago
  19. 4ae338d LCS: implement the bulk of Location Services by Neels Hofmeyr · 4 years ago
  20. d1e7d39 cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3 by Neels Hofmeyr · 4 years ago
  21. 86a1dca introduce osmo_use_count for bsc_subscr by Neels Hofmeyr · 4 years ago
  22. 86ce105 refactor paging: introduce bsc_paging_start() by Neels Hofmeyr · 4 years ago
  23. 2001dd6 compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.c by Neels Hofmeyr · 4 years ago
  24. 6a26e2c bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECT by Vadim Yanitskiy · 4 years, 1 month ago
  25. f1339df fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_t by Vadim Yanitskiy · 4 years, 1 month ago
  26. 1336d94 handover_test.c: typo s/more/less in test 19 description by Neels Hofmeyr · 4 years, 1 month ago
  27. 7b2b430 handover_test.c: add test case 29: TCH/F -> TCH/H by Neels Hofmeyr · 4 years, 2 months ago
  28. 02f2056 rename files acc_ramp.* -> acc.c* by Pau Espin Pedrol · 4 years, 2 months ago
  29. aca5320 Move struct gsm_bts_trx: gsm-data.* => bts_trx.* by Pau Espin Pedrol · 4 years, 2 months ago
  30. 388ed58 Move struct gsm_bts: gsm_data.* => bts.* by Pau Espin Pedrol · 4 years, 2 months ago
  31. cce0ae1 Avoid selecting channels from administratively locked trx by Pau Espin Pedrol · 4 years, 3 months ago
  32. a68c79b merge files: absorb osmo_bsc_vty.c into bsc_vty.c by Neels Hofmeyr · 4 years, 3 months ago
  33. 4f3a641 handover_test: use 'unknown' BTS type instead of 'sysmobts' by Vadim Yanitskiy · 4 years, 4 months ago
  34. 6a8955b drop all BSC originated USSD notification features by Neels Hofmeyr · 4 years, 4 months ago
  35. 5cda1d0 drop IMSI filter and libfilter completely by Neels Hofmeyr · 4 years, 4 months ago
  36. 69ba8be handover_test: Properly allocate MSC data struct. by Alexander Chemeris · 4 years, 4 months ago
  37. a29affd Fix some typos by Martin Hauke · 4 years, 10 months ago
  38. d41b7c7 Cell Broadcast: CBSP and CBCH scheduling support by Harald Welte · 5 years ago
  39. 0fb9206 make bsc_clear_request() static by Neels Hofmeyr · 5 years ago
  40. 1626f90 Re-introduce support for IPA-encapsulated MGCP by Harald Welte · 6 years ago
  41. f14aaa4 move mgw endpoint FSM to osmo-mgw.git by Neels Hofmeyr · 5 years ago
  42. a6078fe use libosmocore osmo_tdef by Neels Hofmeyr · 6 years ago
  43. a115052 Move msc related code from gsm_data to bsc_msc by Pau Espin Pedrol · 6 years ago
  44. eda6bfa handover_fsm: copy old S15_S0 to new lchan by Philipp Maier · 6 years ago
  45. 0a4d2e5 handover_fsm: send HANDOVER PERFORMED msg on internal ho by Philipp Maier · 6 years ago
  46. 5b1a7d1 lchan release: always Deact SACCH by Neels Hofmeyr · 6 years ago
  47. 9108d47 lchan_fsm: generate proper multirate configuration IE on RSL by Philipp Maier · 6 years ago
  48. 81a4963 cosmetic: rename bsc_api.h to gsm_08_08.h by Neels Hofmeyr · 6 years ago
  49. 8757f42 cosmetic: dissolve bsc_api.c by Neels Hofmeyr · 6 years ago
  50. 3c5612f create separate logging categories for lchan,ts,as FSMs by Neels Hofmeyr · 6 years ago
  51. ac85b34 lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlier by Neels Hofmeyr · 6 years ago
  52. bcdbfb7 fix nanobts: timeslot FSM: use flags to remember OML,RSL status by Neels Hofmeyr · 6 years ago
  53. 31f525e large refactoring: use FSMs for lchans; add inter-BSC HO by Neels Hofmeyr · 6 years ago
  54. 596c402 add gsm_timers, for Tnnn definitions usable by FSMs by Neels Hofmeyr · 6 years ago
  55. 6242742 rename gsm_04_08_utils.[hc] to gsm_04_08_rr by Neels Hofmeyr · 6 years ago
  56. 431e085 inter-BSC HO: neighbor_ident API: drop 9bit BSIC by Neels Hofmeyr · 7 years ago
  57. 19bed23 inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cells by Neels Hofmeyr · 7 years ago
  58. bb6c13b cosmetic: handover_test: add IMSI to subscr for logging by Neels Hofmeyr · 6 years ago
  59. c19581f remove struct bsc_api by Neels Hofmeyr · 6 years ago
  60. 958f259 dissolve libbsc: move all to src/osmo-bsc, link .o files by Neels Hofmeyr · 6 years ago
  61. d925c7c Cosmetic: Fix typo: Siganlling->Signalling by Keith · 6 years ago
  62. e341618 ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2() by Neels Hofmeyr · 7 years ago
  63. e249045 tests: handover_test.c: Add missing header by Pau Espin Pedrol · 7 years ago
  64. 3561bd4 introduce an osmo_fsm for gsm_subscriber_connection by Harald Welte · 7 years ago
  65. 1d7473c handover_test: explicitly wrap abis_rsl_sendmsg() by Neels Hofmeyr · 7 years ago
  66. f7a6329 cosmetic: bsc_network_init(): imply default 001-01 PLMN by Neels Hofmeyr · 7 years ago
  67. 0072755 HO: fix minor issues found by coverity by Neels Hofmeyr · 7 years ago
  68. fd7b51e fix handover_test link error by Stefan Sperling · 7 years ago
  69. 909e972 HO: Implement load based handover, as handover_decision_2.c by Neels Hofmeyr · 7 years ago