1. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  2. e555c2b VTY: dynamically create BTS "type" command syntax by Harald Welte · 12 years ago
  3. f383aa1 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  4. 8645e10 libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  5. 67161f2 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  6. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  7. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  8. 694c82d mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  9. 128892f audio: Remove the hardcoding of the RTP Payload by Holger Hans Peter Freyther · 13 years ago
  10. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  11. 3300c01 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  12. 6be350c split gsm_data.h in gsm_data_shared.h and gsm_data.h by Harald Welte · 13 years ago
  13. b96be39 gsm_data: Use osmocom/gsm/sysinfo.h by Harald Welte · 13 years ago
  14. 4e4fa4c move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  15. f142c97 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  16. 0d2881a bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  17. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  18. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  19. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  20. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  21. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  22. af9b810 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  23. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  24. 64c07d2 Allow configuration of SI5 neighbor list != SI2 neighbor list by Harald Welte · 13 years ago
  25. face7ed VTY: Allow for per-BTS-model specific config file write functions by Harald Welte · 13 years ago
  26. a02085d OM2000: Allow configuration of CON from VTY by Harald Welte · 13 years ago
  27. a8e6a65 OM2000: Allow VTY based configuration of IS connection groups by Harald Welte · 13 years ago
  28. 15ccc77 INPUT: Allow for a per-TRX OML link by Harald Welte · 13 years ago
  29. db44f60 [RBS2000] Initial attempt at Ericsson RBS2000 support by Harald Welte · 13 years ago
  30. 09cefee [OML] Allow each BTS model to specify the OML callback by Harald Welte · 13 years ago
  31. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 14 years ago
  32. 32c0962 [BSC] Allow manual override of neighbor cell list by Harald Welte · 14 years ago
  33. 182c81f subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  34. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  35. fea236e MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  36. 54209c2 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  37. 11b28f9 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  38. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  39. daee5ca subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 14 years ago
  40. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  41. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  42. 434bb3f MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  43. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  44. 81a8bf1 include: Small fixes to gsm_data.h by Sylvain Munaut · 14 years ago
  45. e0b06b0 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  46. 77cd95d bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  47. 85334f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  48. 928ca74 subscr: Move the TMSI reserved into the gsm_data by Holger Hans Peter Freyther · 14 years ago
  49. 8cc5903 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  50. 2f9d1ef bsc: Prepare to store the SCCP connection inside the subscriber by Holger Hans Peter Freyther · 14 years ago
  51. 79f763f bsc: Keep all active subscriber connections in a list. by Holger Hans Peter Freyther · 14 years ago
  52. 3e8e046 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  53. e66bf1f [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  54. 6410d93 [paging] When we ran down to 0 available paging slots start a credit timer by Holger Hans Peter Freyther · 14 years ago
  55. 76fc4a3 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  56. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  57. 5a3a61d bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  58. 4b85a32 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  59. 9fbff4a [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  60. a0b0f36 ipaccess-config/network-listen update by Harald Welte · 14 years ago
  61. 887deab ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  62. 549faad move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  63. 02d39b2 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  64. e071ab7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  65. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  66. 2412a07 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  67. 5ba05f4 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  68. 29aca17 [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  69. 7401ae6 [BSC] Keep a SYSTEM INFORMATION cache for each BTS by Harald Welte · 14 years ago
  70. fd37089 [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  71. f3d8e92 [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  72. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  73. 6e0cd04 unfinished support for hopping channels by Harald Welte · 15 years ago
  74. 9764331 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  75. ca999a9 msc: Add msc ip-tos NR option for the BSC by Holger Hans Peter Freyther · 14 years ago
  76. 9c595b7 bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  77. e824d9c auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  78. 2030a2a gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  79. 30a1538 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  80. b48216f auth: Add #define for special value for key_seq by Sylvain Munaut · 14 years ago
  81. abcddf1 bsc_api: Add init, dispatch the clear request when a channel is going missing by Holger Hans Peter Freyther · 14 years ago
  82. 4b4dd10 [rsl] Introduce an error state for the lchan and set it on release by Holger Hans Peter Freyther · 14 years ago
  83. f30c0dc [rsl] Implement the T3111 timer to delay the RF Channel release by Holger Hans Peter Freyther · 14 years ago
  84. 197dea9 VTY: Introduce common code to add 'description' to objects like BTS by Harald Welte · 14 years ago
  85. 615e956 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  86. 721961c [gprs] correctly calculate the length of the BSSGP PDUs by Harald Welte · 14 years ago
  87. 11d7c10 [gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layer by Harald Welte · 14 years ago
  88. e6afd60 [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  89. fd3fa1d [gprs] Ensure msgb->l3h points to Layer3 (04.08) by Harald Welte · 14 years ago
  90. 44f1c27 gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI by Harald Welte · 14 years ago
  91. 06aa111 gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it was received by Harald Welte · 14 years ago
  92. 943c5bc gprs: Update gprs-sgsn branch to use new msgb->cb layout by Harald Welte · 14 years ago
  93. ab88a62 some more GPRS related comments by Harald Welte · 14 years ago
  94. 9624364 'struct gprs_ra_id' is now defined in libosmocore by Harald Welte · 14 years ago
  95. 0809d79 define 'struct openbsc_msgb_cb' and accessor macro OBSC_MSGB_CB() by Harald Welte · 14 years ago
  96. 52e8da6 remove any reference to 'struct gsm_bts_link' by Harald Welte · 14 years ago
  97. 95c2290 [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  98. 4511d89 GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  99. bb110f9 [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  100. 3ba36d5 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago