1. 6489afd fix some "implicit declaration" warnings in libbsc by Alexander Huemer · 13 years ago
  2. 45a0014 fix some "implicit declaration" warnings in libtrau by Alexander Huemer · 13 years ago
  3. ee8e7ee fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  4. 52bf91c gsm_data_shared: add some fields for voice support of sysmo-bts by Harald Welte · 13 years ago
  5. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  6. 924da55 add missing #include line to gsm_data_shared.h by Harald Welte · 13 years ago
  7. b0f63dc add missing ipaccess.h to Makefile.am by Harald Welte · 13 years ago
  8. 5c8e46e add control_cmd.h to Makefile.am by Harald Welte · 13 years ago
  9. 53ea2ba libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  10. 1c081dd libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  11. d78bee8 audio: From RTP point of view we can use one payload for HR/FR AMR by Holger Hans Peter Freyther · 13 years ago
  12. 7e75645 audio: Remove the hardcoding of the RTP Payload by Holger Hans Peter Freyther · 13 years ago
  13. 1c14d96 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  14. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  15. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  16. 32951ea RSL: add timer for lchan activation/deactivation without BTS response by Harald Welte · 13 years ago
  17. 2f55f15 E1 Input: Add rate counters for events related to E1 lines by Harald Welte · 13 years ago
  18. 3f66328 LAPD: Propagate lapd_receive() errors to the E1 driver by Pablo Neira Ayuso · 13 years ago
  19. 3a070b9 NOKIA: Move more static variables into 'struct gsm_bts' by Harald Welte · 13 years ago
  20. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  21. 45ca552 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  22. 5d977a8 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  23. cb66d47 libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  24. ad39db6 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  25. 26bd848 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  26. 410ee27 bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  27. a26aeba db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  28. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  29. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  30. ac950cb libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  31. 398e4a2 libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  32. 27da244 Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  33. 452119d properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago
  34. 0e4f7dc add lchan->meas for BTS side code by Harald Welte · 13 years ago
  35. ee3ce52 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  36. f38b31c use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  37. 2fa2797 system information related bits for osmo-bts by Harald Welte · 13 years ago
  38. e6d51f9 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  39. 4f215d0 add back-pointer for l1 as part of BTS role. by Harald Welte · 13 years ago
  40. 01f4d6b add mo->bts member so we can discover which BTS a MO belong sto by Harald Welte · 13 years ago
  41. c6ed928 move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  42. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  43. 3481b23 abis_nm.h: Use osmocom/core/abis_nm.h by Harald Welte · 13 years ago
  44. 85771a4 Introduce per-ts TSC by Harald Welte · 13 years ago
  45. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  46. 3da6b3f split gsm_data.h in gsm_data_shared.h and gsm_data.h by Harald Welte · 13 years ago
  47. 97c208b gsm_data: Use osmocom/gsm/sysinfo.h by Harald Welte · 13 years ago
  48. 1ed3927 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  49. d240407 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  50. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  51. ed42b13 nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  52. ce4e077 abis: Get the structs and values from libosmocore by Holger Hans Peter Freyther · 13 years ago
  53. 5b51749 move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  54. 6b77f0f Move system information related defines and code to libosmocore by Harald Welte · 13 years ago
  55. 28dce91 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  56. 1c41250 use new libosmogsm ip.access protocol header file by Harald Welte · 13 years ago
  57. 5bd96a7 bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  58. 1a91e67 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  59. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  60. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  61. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  62. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  63. 9561493 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  64. 698e4b9 nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  65. b1eb94f nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  66. 914ff19 paging: Provide the number of pending requests by Holger Hans Peter Freyther · 13 years ago
  67. bd421f2 paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  68. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  69. 848fec7 bsc: Allow the NAT to query the list of LACs by Holger Hans Peter Freyther · 13 years ago
  70. 8f6e20d bsc: Point back from struct osmo_msc_data to struct gsm_network by Daniel Willmann · 13 years ago
  71. 013dd14 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  72. db071d8 ipa: Reserve two new values for the Osmo IPA extensions by Holger Hans Peter Freyther · 13 years ago
  73. bd6d7dc crc24: Include stdint.h as a possible compile fix by Holger Hans Peter Freyther · 13 years ago
  74. 60ab41b ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  75. 38bc276 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  76. 99aaece nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  77. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  78. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  79. fae8dc0 libabis: ipaccess: more robust ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  80. bbb96d7 db: The forward declaration of the enum does not work with C++ by Holger Hans Peter Freyther · 13 years ago
  81. 84d8393 ipaccess: Add a function to prepend the osmocom ext header by Holger Hans Peter Freyther · 13 years ago
  82. b2ed87b libabis: ipaccess: export ipaccess_parse_unitid by Pablo Neira Ayuso · 13 years ago
  83. bdc90af libabis: ipaccess: export ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  84. b6a229e libabis: ipaccess: conclude new ipaccess_send_*() functions and use them by Pablo Neira Ayuso · 13 years ago
  85. 52b0921 bsc: Add the bsc-rf-socket command to master as well by Holger Hans Peter Freyther · 13 years ago
  86. dfc767e nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  87. 7c51ebe libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  88. dd7e85b nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  89. 9a9b3d1 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  90. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  91. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  92. e235c01 RBS2000: Automatically connect/start/configure/enable most MOs by Harald Welte · 13 years ago
  93. 4faaa40 OM2000: First attempt in automatically configuring most MOs by Harald Welte · 13 years ago
  94. b03c448 OML: Include a pointer to the BTS in NM STATE CHANGE signals by Harald Welte · 13 years ago
  95. 3ee1189 OM2000: Move IS conn group list generation out of VTY code by Harald Welte · 13 years ago
  96. a348c08 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  97. 429bed0 OM2000: Add support for configuring the TF (Timing Function) by Harald Welte · 13 years ago
  98. 00585d9 OM2000: Add support for sending TX, RX and TS configuration requests by Harald Welte · 13 years ago
  99. 08011e2 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  100. c638788 misc: Fix the make distcheck of the sources. by Holger Hans Peter Freyther · 13 years ago