1. e6fdf77 RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH by Harald Welte · 8 years ago
  2. 5807435 abis_om2k: protect MO FSMs by NULL check by Alexander Couzens · 8 years ago
  3. 74b60f8 OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack by Harald Welte · 8 years ago
  4. 94a9362 bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSI by Neels Hofmeyr · 7 years ago
  5. 9a90afa Don't drop OML links for Get Attributes NACK by Max · 7 years ago
  6. 90fdc25 OM2000: Change the order of MO initialization by Harald Welte · 7 years ago
  7. 3f8ad5e gprs: fix T3186 encoding in Sysinfo 13 by Philipp Maier · 8 years ago
  8. dacd29c libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  9. c37ced9 unixsocket: start sabm for UNIXSOCKET by Alexander Couzens · 8 years ago
  10. 3234810 OM2000: Add FIXME comments for missing resolving of RX/TX MO! by Harald Welte · 8 years ago
  11. 86fe87b add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  12. 25369ed subscriber conn: add indicator for originating RAN by Neels Hofmeyr · 7 years ago
  13. 3863935 cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 7 years ago
  14. cf0136d logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  15. 0fa9534 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  16. eee605b Add support for extended SI2q parameters by Max · 7 years ago
  17. 6b23839 Remove duplicating define by Max · 7 years ago
  18. f7f79ca Expand chan allocation logging by Max · 7 years ago
  19. 09c26f1 vty: remove ignored logging parameters by Max · 7 years ago
  20. 10e77ba om2000: add VTY command to delete CON groups by Philipp Maier · 7 years ago
  21. 49692af compiler warning: bsc_vty: remove two unused vars by Neels Hofmeyr · 7 years ago
  22. 08995d7 OM2000: use assoc_so *only* for TS objects by Harald Welte · 8 years ago
  23. 44ccb0d Implement VTY configuration to control Early Classmark Sending by Harald Welte · 7 years ago
  24. 78a5803 CTRL: remove boilerplate by Max · 7 years ago
  25. 500dc76 SI2q: add support for multiple UARFCNs by Max · 8 years ago
  26. 8749599 Prevent segfault in range encoding by Max · 8 years ago
  27. 5a9d8bc Improve OML failure report by Max · 7 years ago
  28. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  29. 6617c15 Cosmetic fixes around SI generation by Max · 8 years ago
  30. 365b230 bsc_vty: Fix missing break statements in switch() by Harald Welte · 8 years ago
  31. 6a161e1 Fix some typos in stdout output by Ruben Undheim · 8 years ago
  32. fe14df7 channel_mode_from_lchan(): Add missing break statement by Harald Welte · 8 years ago
  33. c10042b cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value by Harald Welte · 8 years ago
  34. 188d3db Fix TCH/F_PDCH: no need to check ts subslots for PDCH by Neels Hofmeyr · 8 years ago
  35. ddc93b1 cosmetic: chan_alloc: use switch instead of if-cascade by Neels Hofmeyr · 8 years ago
  36. 5b27402 Replace duplicated code with macro call by Max · 8 years ago
  37. e062d44 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  38. 8d05665 abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s by Neels Hofmeyr · 8 years ago
  39. d07e9e7 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  40. 093d8f8 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  41. 21edaef Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  42. 0303b38 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  43. d416b48 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  44. bfe2727 move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  45. 191933d move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  46. 6318d9f split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  47. c58c0e5 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  48. bf216ec bsc_msc.c: Check setsockopt() return value by Harald Welte · 8 years ago
  49. ad13b57 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  50. bfc4beb abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  51. 00724f1 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  52. 7bd1a74 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() by Neels Hofmeyr · 8 years ago
  53. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  54. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  55. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  56. 2ba6b73 define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  57. a56c349 OM2000: Fix missing dynamic TCH initialization by Harald Welte · 8 years ago
  58. 891be22 OM2000: Add three IEs to TCH activation about which we have no clue by Harald Welte · 8 years ago
  59. f8321be rsl: support for ericssons propritary SI13 format by Philipp · 8 years ago
  60. f347a86 OM2000: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  61. c762a78 rbs2000: Add missing bts feature definitions by Philipp · 8 years ago
  62. 02df462 OM2000: CON MO: Allow larger range for CCP and CI values by Harald Welte · 8 years ago
  63. 0745c4f Support configuration of CON MO Groups/Paths from VTY by Harald Welte · 8 years ago
  64. 63bee78 RBS2000: Ensure the is-connection-list command is only used on RBS2000 by Harald Welte · 8 years ago
  65. 5d26775 RBS2000: Avoid segfault if ts->lapd instance doesn't exist by Harald Welte · 8 years ago
  66. 52233ac OM2000: disallow ip.access style TCH/F_PDCH pchan type by Neels Hofmeyr · 8 years ago
  67. df488d4 OM2000: for TS conf of dyn TS, always send TCH/F chan comb by Neels Hofmeyr · 8 years ago
  68. c5d6d72 OM2000: Throw error when MO can not be enabled by Philipp · 8 years ago
  69. a5a90a2 om2000: added support for ericssons sabm negotiation by Philipp · 8 years ago
  70. b2453af OM2000: Add fault report parsing by Philipp · 8 years ago
  71. 22b28b3 RBS2000: re-establish any lost signalling links by Harald Welte · 8 years ago
  72. 27cf95d om2000: Add support for querying RBS capabilities by root · 8 years ago
  73. 18e514c lchan: Release channel in case of late activation ack by Holger Hans Peter Freyther · 8 years ago
  74. 8452500 OM2000: Fix state machien for CF/TRXC on START Result by Harald Welte · 8 years ago
  75. 018877b WIP: OM2000: Full state machine implementation using osmo_fsm by Harald Welte · 8 years ago
  76. a7488ae bsc_vty: include dyn TS info in vty show lchan by Neels Hofmeyr · 8 years ago
  77. 2a4a915 log: count_codecs(): drop logging of non-TCH lchan types by Neels Hofmeyr · 8 years ago
  78. 112d76f gsm0408: Adding log output for 3g specific RR messages by Philipp · 8 years ago
  79. 38d64b6 OML: Improve OML attribute handling by Philipp · 8 years ago
  80. e59e4a0 Decrease count_codecs logging verbosity by Max · 8 years ago
  81. 4f598fc bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  82. 1ed84d2 fix mistypes, spaces and tabs by Alexander Couzens · 8 years ago
  83. d5e4ee9 Log use of incompatible BS-AG-BLKS-RES value by Max · 8 years ago
  84. 0f4e895 abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULL by Neels Hofmeyr · 8 years ago
  85. a8d0825 Revert "bsc: count the usage of codec by setting the lchan active" by Neels Hofmeyr · 8 years ago
  86. 3913c4f msc: add counters to track call attempts/active/success/failed by Alexander Couzens · 8 years ago
  87. f3c8959 bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  88. 97fe7a0 cosmetic: bs11: also use ts_is_tch() by Neels Hofmeyr · 8 years ago
  89. db5b2ee dyn TS: fix: e1_config.c: switch(pchan) for dyn TS by Neels Hofmeyr · 8 years ago
  90. f871b57 dyn TS: fix: abis_om2000: also handle dyn TS as TCH by Neels Hofmeyr · 8 years ago
  91. 7c0b45b Revert "bts: extend bts_chan_load to allow counting tch only" by Neels Hofmeyr · 8 years ago
  92. 5793ba5 cosmetic: comment typo on e1_config.c by Neels Hofmeyr · 8 years ago
  93. 7d3365f log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  94. ba0fbb3 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  95. 0655539 mscsplit: add gsm_network backpointer to gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  96. 0c620ef mscsplit: abis vty: decouple from global bsc_gsmnet variable by Neels Hofmeyr · 8 years ago
  97. d5cd265 mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  98. c1c4dc1 mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  99. d3f52f7 mscsplit: move subscriber conns list into struct gsm_network by Neels Hofmeyr · 8 years ago
  100. 9467a82 mscsplit: bsc_init: don't pass telnet dummy conn by Neels Hofmeyr · 8 years ago