1. 274b384 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  2. aa425a4 Make BTS type and variant converters shareable by Max · 7 years ago
  3. abf3eb1 gsm_bts: add version and variant details by Max · 7 years ago
  4. 22b7310 oap tests: fix after SQN scheme changes from libosmocore by Neels Hofmeyr · 7 years ago
  5. 86fe87b add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  6. 3863935 cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 7 years ago
  7. cf0136d logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  8. 3f6852d debug.h/c: remove unused cruft / cosmetic tweaks by Neels Hofmeyr · 7 years ago
  9. 0fa9534 logging: use central filter and ctx consts from libosmocore by Neels Hofmeyr · 7 years ago
  10. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  11. 64a40bf fix strncpy() invocation in vty_interface_layer3.c and 3 tests by Neels Hofmeyr · 7 years ago
  12. f1d15e0 oap_client: make use of OAP optional: disable for NULL config by Neels Hofmeyr · 8 years ago
  13. e4e1ebd oap_client: reject all messages in disabled/uninitialized state by Neels Hofmeyr · 8 years ago
  14. fe35504 oap_client: move logging to DLOAP logging category by Neels Hofmeyr · 8 years ago
  15. c1270fd move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  16. 0b2505b move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  17. e062d44 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  18. 0745c4f Support configuration of CON MO Groups/Paths from VTY by Harald Welte · 8 years ago
  19. 54723b0 talloc_cxt: Fix compiler warning / missing #include by Harald Welte · 8 years ago
  20. 3dca916 Replace magic number with define by Max · 8 years ago
  21. a73e5f1 msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  22. 4b4bc36 gsm_trx_name(): don't break if trx is NULL by Neels Hofmeyr · 8 years ago
  23. db5b2ee dyn TS: fix: e1_config.c: switch(pchan) for dyn TS by Neels Hofmeyr · 8 years ago
  24. bc9efd1 dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH mode by Neels Hofmeyr · 8 years ago
  25. a50599e mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctx by Neels Hofmeyr · 8 years ago
  26. 7fc312c cosmetic fixes in libcommon/talloc_ctx.c by Neels Hofmeyr · 8 years ago
  27. 88bdcd4 Modify SI 13 field for control_ack_type by Max · 8 years ago
  28. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  29. 8fdcaf9 move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts by Neels Hofmeyr · 8 years ago
  30. 2153404 gsm_pchan2chan_nr(): fix uninitialized cbits by Neels Hofmeyr · 8 years ago
  31. c121ca5 gsm_pchan2chan_nr: disable a chan_nr assert in BTS, to not break octphy by Neels Hofmeyr · 8 years ago
  32. 9d9621a dyn TS: rsl_lchan_lookup(): add dyn PCHAN by Neels Hofmeyr · 8 years ago
  33. 2cbc424 dyn TS: rsl *2chan_nr(): handle TCH/F_TCH/H_PDCH by Neels Hofmeyr · 8 years ago
  34. b597811 dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchan by Neels Hofmeyr · 8 years ago
  35. 9df13d0 gsm_ts2chan_nr(): add assertions for lchan_nr by Neels Hofmeyr · 8 years ago
  36. 0a77199 code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts by Neels Hofmeyr · 8 years ago
  37. fc578e6 gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts logging by Neels Hofmeyr · 8 years ago
  38. 1831a61 dyn TS: add ts->dyn state by Neels Hofmeyr · 8 years ago
  39. 266e7e0 fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCH by Neels Hofmeyr · 8 years ago
  40. a353b96 rm dup: use channel type names from libosmocore by Neels Hofmeyr · 8 years ago
  41. 44419bd bsc_version.c: update copyright date, add contributor by Neels Hofmeyr · 8 years ago
  42. 67286df add DSUA debug constant by Daniel Willmann · 8 years ago
  43. 59525c3 add DRANAP debug constant by Daniel Willmann · 8 years ago
  44. 0a378ba Add regexp authorization policy for IMSI by Max · 8 years ago
  45. b764f1c subscr_name(): Handle case for subscr == NULL by Harald Welte · 9 years ago
  46. 3d94aca Move DTX settings to BTS by Max · 8 years ago
  47. 53e4f18 move utils.h functions to libosmocore by Harald Welte · 8 years ago
  48. 02884f2 use new libosmocore gsm_23_003.h for IMEI/IMSI length by Harald Welte · 8 years ago
  49. 88ddcaa Add basic SI2quater support by Max · 8 years ago
  50. 45832bb gsm_data_shared: compute/sprintf the lchan name only once by Harald Welte · 9 years ago
  51. 7bb55f3 Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  52. 7209277 libcommon: soak up three static functions. by Neels Hofmeyr · 9 years ago
  53. 4ac8cd1 vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  54. f9248d9 Add option to set RADIO LINK TIMEOUT value via VTY by Andreas Eversberg · 11 years ago
  55. b0023f5 filter: Move from DNAT to DFILTER category by Holger Hans Peter Freyther · 9 years ago
  56. dcde4b6 nitb: Fix IMSI/IMEI buffer handling (Coverity) by Jacob Erlbeck · 9 years ago
  57. def87b4 nokia: Allow to set the reset time for the nokia bts by Sipos Csaba · 9 years ago
  58. 611f775 bsc/nitb: Allow to set the GPRS mode through the ctrl command by Holger Hans Peter Freyther · 9 years ago
  59. 5f3657d ctrl/bsc: Fix copy and paste error and update text by Holger Hans Peter Freyther · 9 years ago
  60. e144211 nitb: Make the last change configurable by Holger Hans Peter Freyther · 9 years ago
  61. 802c712 Revert "debug.c: use new libosmocore features to print and save log filter" by Harald Welte · 10 years ago
  62. 1c69ec1 debug.c: use new libosmocore features to print and save log filter by Harald Welte · 11 years ago
  63. 75cf52a logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  64. adbd96f move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-bts by Harald Welte · 10 years ago
  65. bf4ba72 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  66. c38653e bts: When one link drops.. check what needs to be dropped by Holger Hans Peter Freyther · 10 years ago
  67. 1515261 bts: Add some simple dependency between different BTS by Holger Hans Peter Freyther · 10 years ago
  68. 22ea7b7 msc: Add per subscriber keep_in_ram flag by Jacob Erlbeck · 10 years ago
  69. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  70. eacb178 bts: Store the bcch_change_mark in the bts structure by Holger Hans Peter Freyther · 10 years ago
  71. 699ecdf bsc: Move gsm_subscriber_base.c to libcommon by Jacob Erlbeck · 10 years ago
  72. c91a576 bsc: Move gsm_network_init function to libbsc by Jacob Erlbeck · 10 years ago
  73. c57eddd move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  74. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  75. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  76. e86c597 vty: Generalize ournode_exit() and ournode_end() by Jacob Erlbeck · 11 years ago
  77. ebdbaff oml: Add a missing break switch for NM_OC_BS11 by Holger Hans Peter Freyther · 11 years ago
  78. 1b0af51 hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  79. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  80. ca46798 sysmobts: Add the necessary data structure and init for the SAPI queue by Holger Hans Peter Freyther · 11 years ago
  81. dee934a Fix of IMMIDIATE ASSIGNMENT REJECT message by Andreas Eversberg · 11 years ago
  82. 1b7fe0e bsc: Auto RF Off in case of missing MSC connection by Holger Hans Peter Freyther · 13 years ago
  83. 5279dd8 debug: Fix typo in the debug category by Holger Hans Peter Freyther · 12 years ago
  84. 3e7db9e Stricter limits for T3212 (location update period) by Daniel Willmann · 12 years ago
  85. 5149c17 lchan: Introduce a BROKEN state for the lchan by Holger Hans Peter Freyther · 12 years ago
  86. b7dd661 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  87. d0a34ed sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  88. 2dba82d Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  89. 14e12f2 Allow setting of Control Channel Description parameters via VTY by Andreas Eversberg · 12 years ago
  90. f225f2d Fix: T3192 and T3193 must be similar by Andreas Eversberg · 12 years ago
  91. 387a85c bsc: Allow to configure more than one MSC in the VTY by Holger Hans Peter Freyther · 13 years ago
  92. 8c3483f gsm_data: Include a structure for the geographical location in gsm_bts by Daniel Willmann · 13 years ago
  93. dec95b3 gsm_data: Address compiler warning of unhandled switch by Holger Hans Peter Freyther · 12 years ago
  94. 85a77b1 VTY: dynamically create BTS "type" command syntax by Harald Welte · 12 years ago
  95. 2addf85 dynamically generate a proper VTY reference for phys_chan_config by Harald Welte · 12 years ago
  96. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  97. 1c6955a gsm_data_shared: add structure for decoded parameters of RLC config by Harald Welte · 12 years ago
  98. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  99. deb9017 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  100. 1d12338 libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago