1. 30d7bc3 OML: fix potential OOB memory access by Max · 7 years ago
  2. c0b43d9 Request and parse BTS feature list via OML by Max · 7 years ago
  3. fa4b2b8 Get TRX attributes by Max · 7 years ago
  4. dce7076 don't re-implement osmo_talloc_replace_string() by Harald Welte · 7 years ago
  5. 1378df4 Adjust BTS model feature check by Max · 7 years ago
  6. 653cdaf libbsc: Create pcu-socket only as specified in config file by Harald Welte · 7 years ago
  7. c165ac3 bsc_vty: Add command to manually issue IPAC MDCX by Harald Welte · 7 years ago
  8. c5569de bsc_vty.c: Add command for manual [de]actiovation of logical channels by Harald Welte · 7 years ago
  9. 441e9cd bsc_vty.c: Further simplify vty_get_ts() by Harald Welte · 7 years ago
  10. fb7b8ab bsc_vty: Factor vty_get_ts() out of pdch_act_cmd() by Harald Welte · 7 years ago
  11. d44d4e0 bsc_api.c: Documentation for handle_mr_config() by Harald Welte · 7 years ago
  12. 2a91f81 costmetic: Document gsm48_multirate_config() + const-ify input by Harald Welte · 7 years ago
  13. ad7f7fc Use new e1inp_signal_names from libosmo-abis to print input signal names by Harald Welte · 7 years ago
  14. 1646bca abis_rsl: use msgb_pull to parse tlli from msg by Alexander Couzens · 7 years ago
  15. b15833e abis_rsl: fix off-by-one length check when parsing ericson tlli field by Alexander Couzens · 7 years ago
  16. b46179b pcu_sock: Fix broken paging command by Philipp Maier · 8 years ago
  17. 3afc67f pcu_sock: Forward imm.ass PCU originated messages by Philipp Maier · 8 years ago
  18. fe072f7 pcu_sock: implement direct tlli on AGCH by Alexander Couzens · 8 years ago
  19. 6fb6783 pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0 by Alexander Couzens · 8 years ago
  20. 531a9e3 pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1 by Alexander Couzens · 8 years ago
  21. 4d20529 pcu_sock: Send non-NULL hLayer1 to PCU by Harald Welte · 8 years ago
  22. ea1056f pcu_sock: Forward paging request from PCU via RSL to BTS by Harald Welte · 8 years ago
  23. 9bf76c8 pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iteration by Harald Welte · 8 years ago
  24. e623ccb pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num() by Harald Welte · 8 years ago
  25. e1fb066 pcu_sock: add basic pcu interface support by Philipp Maier · 8 years ago
  26. 7f07f1a libbsc: add debug log message to S_L_INP_* callbacks by Philipp Maier · 8 years ago
  27. 07922cd Get basic BTS attributes by Max · 7 years ago
  28. d7ce8c3 SI2quater: fix EARFCN inclusion check by Max · 7 years ago
  29. bc78e6d Restructure SI2quater generation by Max · 7 years ago
  30. c81178a Prepare for BTS attribute reporting via OML by Max · 7 years ago
  31. 274b384 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  32. aa425a4 Make BTS type and variant converters shareable by Max · 7 years ago
  33. 82df691 Use libosmocore for SW Description parsing by Max · 7 years ago
  34. 000d9b6 Prepare for extended SI2quater support by Max · 7 years ago
  35. c9f43c1 Save PCU version reported by BTS by Max · 7 years ago
  36. 2c7690a Fix MS TO measurement representation by Max · 7 years ago
  37. abf3eb1 gsm_bts: add version and variant details by Max · 7 years ago
  38. 7efc263 abis: log known ACKs and unknown messages by Max · 7 years ago
  39. c859f1a VTY: add the dyn_ts_allow_tch_f option by Vadim Yanitskiy · 7 years ago
  40. ab4b150 Handle PCU version received via OML alert by Max · 7 years ago
  41. 4e2030d libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message by Alexander Couzens · 8 years ago
  42. 1f8cbf1 RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS by Harald Welte · 8 years ago
  43. e6fdf77 RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH by Harald Welte · 8 years ago
  44. 5807435 abis_om2k: protect MO FSMs by NULL check by Alexander Couzens · 8 years ago
  45. 74b60f8 OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack by Harald Welte · 8 years ago
  46. 94a9362 bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSI by Neels Hofmeyr · 7 years ago
  47. 9a90afa Don't drop OML links for Get Attributes NACK by Max · 7 years ago
  48. 90fdc25 OM2000: Change the order of MO initialization by Harald Welte · 7 years ago
  49. 3f8ad5e gprs: fix T3186 encoding in Sysinfo 13 by Philipp Maier · 8 years ago
  50. dacd29c libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  51. c37ced9 unixsocket: start sabm for UNIXSOCKET by Alexander Couzens · 8 years ago
  52. 3234810 OM2000: Add FIXME comments for missing resolving of RX/TX MO! by Harald Welte · 8 years ago
  53. 86fe87b add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  54. 25369ed subscriber conn: add indicator for originating RAN by Neels Hofmeyr · 7 years ago
  55. 3863935 cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 7 years ago
  56. cf0136d logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  57. 0fa9534 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  58. eee605b Add support for extended SI2q parameters by Max · 7 years ago
  59. 6b23839 Remove duplicating define by Max · 7 years ago
  60. f7f79ca Expand chan allocation logging by Max · 7 years ago
  61. 09c26f1 vty: remove ignored logging parameters by Max · 8 years ago
  62. 10e77ba om2000: add VTY command to delete CON groups by Philipp Maier · 7 years ago
  63. 49692af compiler warning: bsc_vty: remove two unused vars by Neels Hofmeyr · 7 years ago
  64. 08995d7 OM2000: use assoc_so *only* for TS objects by Harald Welte · 8 years ago
  65. 44ccb0d Implement VTY configuration to control Early Classmark Sending by Harald Welte · 8 years ago
  66. 78a5803 CTRL: remove boilerplate by Max · 8 years ago
  67. 500dc76 SI2q: add support for multiple UARFCNs by Max · 8 years ago
  68. 8749599 Prevent segfault in range encoding by Max · 8 years ago
  69. 5a9d8bc Improve OML failure report by Max · 8 years ago
  70. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 8 years ago
  71. 6617c15 Cosmetic fixes around SI generation by Max · 8 years ago
  72. 365b230 bsc_vty: Fix missing break statements in switch() by Harald Welte · 8 years ago
  73. 6a161e1 Fix some typos in stdout output by Ruben Undheim · 8 years ago
  74. fe14df7 channel_mode_from_lchan(): Add missing break statement by Harald Welte · 8 years ago
  75. c10042b cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value by Harald Welte · 8 years ago
  76. 188d3db Fix TCH/F_PDCH: no need to check ts subslots for PDCH by Neels Hofmeyr · 8 years ago
  77. ddc93b1 cosmetic: chan_alloc: use switch instead of if-cascade by Neels Hofmeyr · 8 years ago
  78. 5b27402 Replace duplicated code with macro call by Max · 8 years ago
  79. e062d44 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  80. 8d05665 abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s by Neels Hofmeyr · 8 years ago
  81. d07e9e7 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  82. 093d8f8 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  83. 21edaef Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  84. 0303b38 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  85. d416b48 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  86. bfe2727 move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  87. 191933d move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  88. 6318d9f split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  89. c58c0e5 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  90. bf216ec bsc_msc.c: Check setsockopt() return value by Harald Welte · 8 years ago
  91. ad13b57 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  92. bfc4beb abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  93. 00724f1 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  94. 7bd1a74 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() by Neels Hofmeyr · 8 years ago
  95. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  96. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  97. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  98. 2ba6b73 define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  99. a56c349 OM2000: Fix missing dynamic TCH initialization by Harald Welte · 8 years ago
  100. 891be22 OM2000: Add three IEs to TCH activation about which we have no clue by Harald Welte · 8 years ago