1. 135a6bd gsm_data_shared: add some fields for voice support of sysmo-bts by Harald Welte · 13 years ago
  2. ab386e6 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  3. 0eae613 add missing #include line to gsm_data_shared.h by Harald Welte · 13 years ago
  4. 90dc467 add missing ipaccess.h to Makefile.am by Harald Welte · 13 years ago
  5. bc56b0b add control_cmd.h to Makefile.am by Harald Welte · 13 years ago
  6. 05ac9e3 libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  7. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  8. ed999b2 audio: From RTP point of view we can use one payload for HR/FR AMR 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. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  11. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  12. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  13. e8bd9e8 RSL: add timer for lchan activation/deactivation without BTS response by Harald Welte · 13 years ago
  14. 0000ca5 E1 Input: Add rate counters for events related to E1 lines by Harald Welte · 13 years ago
  15. cd98656 LAPD: Propagate lapd_receive() errors to the E1 driver by Pablo Neira Ayuso · 13 years ago
  16. c8755af NOKIA: Move more static variables into 'struct gsm_bts' by Harald Welte · 13 years ago
  17. 1664602 Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  18. 4b2ed35 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  19. b226864 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  20. 1c33d4c libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  21. 31f5f71 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  22. 74db774 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  23. 5e3bbba bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  24. d1476bc db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  25. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  26. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  27. fc5391f libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  28. e467929 libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  29. 4462f8c Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  30. b784998 properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago openbsc/0.9.14
  31. c7921c9 add lchan->meas for BTS side code by Harald Welte · 13 years ago
  32. bc82f92 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  33. 457a081 use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  34. 2c1ae47 system information related bits for osmo-bts by Harald Welte · 13 years ago
  35. f6093a4 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  36. d134cc7 add back-pointer for l1 as part of BTS role. by Harald Welte · 13 years ago
  37. 32bc116 add mo->bts member so we can discover which BTS a MO belong sto by Harald Welte · 13 years ago
  38. 978714d move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  39. 3300c01 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  40. 472e7e9 abis_nm.h: Use osmocom/core/abis_nm.h by Harald Welte · 13 years ago
  41. 135a648 Introduce per-ts TSC by Harald Welte · 13 years ago
  42. d64c0bc gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  43. 6be350c split gsm_data.h in gsm_data_shared.h and gsm_data.h by Harald Welte · 13 years ago
  44. b96be39 gsm_data: Use osmocom/gsm/sysinfo.h by Harald Welte · 13 years ago
  45. acc4031 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  46. 9c20571 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  47. df8e6e9 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  48. ad75eab nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  49. f2c1f25 abis: Get the structs and values from libosmocore by Holger Hans Peter Freyther · 13 years ago
  50. 4e4fa4c move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  51. 80cffaf Move system information related defines and code to libosmocore by Harald Welte · 13 years ago
  52. f142c97 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  53. a85515b use new libosmogsm ip.access protocol header file by Harald Welte · 13 years ago
  54. 0d2881a bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  55. ab46cf3 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  56. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  57. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  58. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  59. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  60. 6860c44 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  61. 474698a nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  62. 1ffe98c nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  63. 66e14cd paging: Provide the number of pending requests by Holger Hans Peter Freyther · 13 years ago
  64. 5a081bb paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  65. e1880105 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  66. 2a9eeaa bsc: Allow the NAT to query the list of LACs by Holger Hans Peter Freyther · 13 years ago
  67. 163f612 bsc: Point back from struct osmo_msc_data to struct gsm_network by Daniel Willmann · 13 years ago
  68. de2b860 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  69. c3f2832 ipa: Reserve two new values for the Osmo IPA extensions by Holger Hans Peter Freyther · 13 years ago
  70. 71dd06c crc24: Include stdint.h as a possible compile fix by Holger Hans Peter Freyther · 13 years ago
  71. 123bc32 ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  72. 91b9a45 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  73. e5d3249 nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  74. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  75. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  76. 0d20b63 libabis: ipaccess: more robust ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  77. 81863cd db: The forward declaration of the enum does not work with C++ by Holger Hans Peter Freyther · 13 years ago
  78. 5d7b65b ipaccess: Add a function to prepend the osmocom ext header by Holger Hans Peter Freyther · 13 years ago
  79. c281b4e libabis: ipaccess: export ipaccess_parse_unitid by Pablo Neira Ayuso · 13 years ago
  80. 66add64 libabis: ipaccess: export ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  81. 22f58a9 libabis: ipaccess: conclude new ipaccess_send_*() functions and use them by Pablo Neira Ayuso · 13 years ago
  82. 55ef5fb bsc: Add the bsc-rf-socket command to master as well by Holger Hans Peter Freyther · 13 years ago
  83. ef38e85 nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  84. 165fe56 libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  85. 4c9557e nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  86. a18b116 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  87. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  88. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  89. 40d1c3f RBS2000: Automatically connect/start/configure/enable most MOs by Harald Welte · 13 years ago
  90. 1484d88 OM2000: First attempt in automatically configuring most MOs by Harald Welte · 13 years ago
  91. f38ca9a OML: Include a pointer to the BTS in NM STATE CHANGE signals by Harald Welte · 13 years ago
  92. d529db6 OM2000: Move IS conn group list generation out of VTY code by Harald Welte · 13 years ago
  93. af9b810 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  94. f9cf961 OM2000: Add support for configuring the TF (Timing Function) by Harald Welte · 13 years ago
  95. a0ce349 OM2000: Add support for sending TX, RX and TS configuration requests by Harald Welte · 13 years ago
  96. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  97. 955c3d1 misc: Fix the make distcheck of the sources. by Holger Hans Peter Freyther · 13 years ago openbsc/0.9.12
  98. 44016fe mgcp: Fix the static allocation of E1 trunks for the BTS/NET side by Holger Hans Peter Freyther · 13 years ago
  99. 1f0c5b4 mgcp: Allocate the endpoints for the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  100. 0e939fe mgcp: Introduce a trunk config for multiple trunks. by Holger Hans Peter Freyther · 13 years ago