1. c0e425d remove dead code (gsm_parse_reg) by Harald Welte · 6 years ago
  2. 9199f8b dead code removal by Harald Welte · 6 years ago
  3. d5db170 remove bsc_api.h and all users - they're all dead code by Harald Welte · 6 years ago
  4. d35038d Massive removal of unused code/structs/headers by Harald Welte · 6 years ago
  5. e591d47 Remove BTS-specific attributes by Max · 7 years ago
  6. f953d8b Remove SI-related code by Max · 7 years ago
  7. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  8. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago[Renamed (99%) from include/openbsc/gsm_data_shared.h]
  9. fbf6610 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  10. 3d18dda libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  11. 2483f1b Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  12. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/include/openbsc/gsm_data_shared.h]
  13. 2f8b9d2 Add vty command "radio-link-timeout infinite" for uplink rx testing by Harald Welte · 7 years ago
  14. 70fdd24 Update SI data structures and generation by Max · 7 years ago
  15. 9b97b00 Move SI-related defines by Max · 7 years ago
  16. 33e1357 Get TRX attributes by Max · 7 years ago
  17. aef6838 Add remote BTS feature storage and helpers by Max · 7 years ago
  18. 8254cf7 libbsc: Create pcu-socket only as specified in config file by Harald Welte · 7 years ago
  19. b4999b6 pcu_sock: add basic pcu interface support by Philipp Maier · 8 years ago
  20. 6f483d3 gsm_data_shared: add value strings for gsm_chreq by Philipp Maier · 7 years ago
  21. 71124de Remove errorneous include by Max · 7 years ago
  22. f39d03a Restructure SI2quater generation by Max · 7 years ago
  23. 1ebf23b Prepare for BTS attribute reporting via OML by Max · 7 years ago
  24. 7b62d54 Use define for limit on number of BTS features by Max · 7 years ago
  25. 7507aef Make BTS type and variant converters shareable by Max · 7 years ago
  26. 6d8e519 Add gsm_bts_type_variant to gsm_bts struct by Max · 7 years ago
  27. 6f0e50c Prepare for extended SI2quater support by Max · 7 years ago
  28. f9685c1 gsm_bts: add version and variant details by Max · 7 years ago
  29. ce49258 OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack by Harald Welte · 8 years ago
  30. 1136811 libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  31. abf53d8 Add MS time. offset to gsm_lchan by Max · 7 years ago
  32. f188623 rsl: Fix dropping of LAPDm UA message. by Minh-Quang Nguyen · 7 years ago
  33. 42def72 Implement VTY configuration to control Early Classmark Sending by Harald Welte · 7 years ago
  34. ec16c16 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  35. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  36. ac1f143 factor out & introduce struct gsm_encr, in common_cs.h by Neels Hofmeyr · 8 years ago
  37. 591e1d7 WIP: OM2000: Full state machine implementation using osmo_fsm by Harald Welte · 8 years ago
  38. 1b76a03 DTX DL: Add FACCH cache by Max · 8 years ago
  39. 582e4f6 Replace magic number with define by Max · 8 years ago
  40. 1e646f0 DTX DL: use FSM for AMR by Max · 8 years ago
  41. 2d66bb2 DTX: add flag for AMR HR P* by Max · 8 years ago
  42. 63c18ca DTX: extend SID cache by Max · 8 years ago
  43. 255dbfe dyn TS: fix: e1_config.c: switch(pchan) for dyn TS by Neels Hofmeyr · 8 years ago
  44. 292ec58 Modify SI 13 field for control_ack_type by Max · 8 years ago
  45. 76a0ad7 move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts by Neels Hofmeyr · 8 years ago
  46. b91e600 dyn TS: implement pchan switchover logic by Neels Hofmeyr · 8 years ago
  47. d384110 dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchan by Neels Hofmeyr · 8 years ago
  48. 6e999b7 dyn TS: rename lchan->dyn_pdch to lchan->dyn by Neels Hofmeyr · 8 years ago
  49. 350533c Modify SI 13 field to support 11 bit RACH by bhargava · 8 years ago
  50. 7458572 code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts by Neels Hofmeyr · 8 years ago
  51. 34b8b5b gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts logging by Neels Hofmeyr · 8 years ago
  52. c165876 dyn TS: add ts->dyn state by Neels Hofmeyr · 8 years ago
  53. 17a6bab fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCH by Neels Hofmeyr · 8 years ago
  54. 29048b2 rm dup: use channel type names from libosmocore by Neels Hofmeyr · 8 years ago
  55. 2ebacce dyn PDCH: TS flags: rename one, add three, as enum by Neels Hofmeyr · 8 years ago
  56. 9df268e dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel by Andreas Eversberg · 11 years ago
  57. ec74465 Add talkspurt indicator for gsm_lchan by Max · 8 years ago
  58. f5fe31d DTX: add data necessary for scheduling by Max · 8 years ago
  59. ae3f071 Add DTXd indicator to gsm_lchan by Max · 8 years ago
  60. d7df7ae Store last used FN for TCH by Max · 8 years ago
  61. c08ee71 Move DTX settings to BTS by Max · 8 years ago
  62. 26679e0 Add basic UARFCN support by Max · 8 years ago
  63. 27c3e76 Cleanup shared data structure by Max · 8 years ago
  64. 59a1bf3 Add basic SI2quater support by Max · 8 years ago
  65. c696cc2 gsm_data_shared: compute/sprintf the lchan name only once by Harald Welte · 9 years ago
  66. a2bbc5e Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  67. 615ed46 amr: Instead of putting ms/bts into the same struct.. use it twice by Holger Hans Peter Freyther · 9 years ago
  68. 7326652 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 10 years ago
  69. 56e1766 nokia: Allow to set the reset time for the nokia bts by Sipos Csaba · 9 years ago
  70. f6f86b0 osmo-bts: Introduce new struct for a power loop in the BTS code by Holger Hans Peter Freyther · 9 years ago
  71. 454140e lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  72. 142d12d move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-bts by Harald Welte · 10 years ago
  73. 30f1f37 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  74. c22930e bts: Add some simple dependency between different BTS by Holger Hans Peter Freyther · 10 years ago
  75. 27ca043 bts: Remove unused fields from the trx structure by Holger Hans Peter Freyther · 10 years ago
  76. b92a538 bts: Store the bcch_change_mark in the bts structure by Holger Hans Peter Freyther · 10 years ago
  77. 7ff4f0e port over to libosmocore include/osmocom/gsm/meas_rep.h by Harald Welte · 11 years ago
  78. 6e68808 move GSM_RESERVED_TMSI to libosmocore by Harald Welte · 10 years ago
  79. 101c5c2 gsm_data_shared: Add new trx_power_params for osmo-bts by Harald Welte · 10 years ago
  80. 1449c9f move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  81. 2c6b59c sysmobts: Add variable for N(S) + 1 needed for the sysmobts by Holger Hans Peter Freyther · 10 years ago
  82. 9b62580 openbsc: Add new fields for the osmo-bts software by Holger Hans Peter Freyther · 10 years ago
  83. 922ef5d bts: Remember the last AMR mode that we received by Holger Hans Peter Freyther · 10 years ago
  84. 1b148ec openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX by Álvaro Neira Ayuso · 10 years ago
  85. 1fe2412 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  86. 903aaea Do not expect all BTSs support TSC != BCC by Harald Welte · 10 years ago
  87. 65d114f si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messages by Jacob Erlbeck · 10 years ago
  88. a83d511 Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  89. 7d8fa34 Add VTY option for Nokia BTS that does not send RELease CONFirm message by Andreas Eversberg · 11 years ago
  90. 49976f4 shared: Introduce/Add procedure pending to the MO by Holger Hans Peter Freyther · 11 years ago
  91. fc7a75f bts: Add a flag to remember the kind of activation/release by Holger Hans Peter Freyther · 11 years ago
  92. caa98d5 osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now by Holger Hans Peter Freyther · 11 years ago
  93. 946d141 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  94. f0167dd hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  95. 30156e1 sysmobts: Add the necessary data structure and init for the SAPI queue by Holger Hans Peter Freyther · 11 years ago
  96. 0c8f9ca Add VTY option to set GPRS network-control-order to enable MS measurements by Andreas Eversberg · 11 years ago
  97. 8b29180 IPA: Allow RSL connection to different IP address as OML by Harald Welte · 11 years ago
  98. 1af682a BTS: Add S counter for link loss criterion to lchan structure by Andreas Eversberg · 11 years ago
  99. e30d40d bts: Allow to exclude a BTS from the global RF lock handling by Holger Hans Peter Freyther · 12 years ago
  100. 7d10983 osmo-bsc: Add VTY command show position by Daniel Willmann · 12 years ago