1. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  2. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  3. 1c6955a gsm_data_shared: add structure for decoded parameters of RLC config by Harald Welte · 12 years ago
  4. 6e96c33 use new external libosmogb (part of libosmocore.git) by Harald Welte · 12 years ago
  5. e053156 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  6. a084f12 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  7. 40b2575 libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  8. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  9. a62e9fe libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  10. 1e8b946 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  11. deb9017 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  12. 1d12338 libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  13. 7ed98e3 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  14. 14f112a libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  15. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  16. dddccd4 gsm_data_shared: add handover related bits for osmo-bts by Harald Welte · 12 years ago
  17. 9b77f61 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  18. 51ade84 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  19. 125c1b8 add loopback flag to lchan (for osmo-bts) by Harald Welte · 12 years ago
  20. b90b4a3 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  21. 3ac27c5 add 'ciph_state' member to BTS-side lchan definition by Harald Welte · 12 years ago
  22. 9c5dc14 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  23. 6d2c8ec bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  24. 5e84584 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  25. 4d61417 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  26. ec4f01b mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 13 years ago
  27. a6ca237 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  28. 285af69 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  29. fdd7cc1 mgcp: add missing prototypes for send_mgcp_reset_* by Harald Welte · 13 years ago
  30. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 13 years ago
  31. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 13 years ago
  32. 21e5c61 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 13 years ago
  33. 6d6bf6b rsl: This is provided by libosmo-abis, remove it here by Holger Hans Peter Freyther · 13 years ago
  34. 1ad1aa8 bts: Convert the rsl_link to be a struct ipabis_link by Holger Hans Peter Freyther · 13 years ago
  35. e3fe41d abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 13 years ago
  36. 460d84a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 13 years ago
  37. e3be5ca lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 13 years ago
  38. 5d880c6 channel: Fix a typo in the lchan state documentation by Holger Hans Peter Freyther · 13 years ago
  39. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 13 years ago
  40. 6721a08 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  41. 18cc84c gprs_sgsn.h: Include timer.h for the timer struct by Holger Hans Peter Freyther · 13 years ago
  42. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  43. 73b3cac BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  44. 3177ebe BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  45. 630bb2b GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  46. f0e71e7 mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  47. 812d87a gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  48. 41cc7ea mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  49. cb8e843 libbsc/nokia_site: Fix reset procedure and add option to skip it. by Sylvain Munaut · 13 years ago
  50. ac687be LLC: Add minimal LLGMM-RESET.req implementation by Harald Welte · 13 years ago
  51. f9839f6 gprs: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  52. 68fc02e gprs: This comes from libosmocore, remove it here by Holger Hans Peter Freyther · 13 years ago
  53. cd6b079 add missing include files to noinst_HEADERS to make distcheck work by Harald Welte · 13 years ago
  54. 607044f Fix Ericsson RBS2000 support after libosmo-abis merge by Harald Welte · 13 years ago
  55. 6073216 gsm_data_shared: use 'const' whenever applicable by Harald Welte · 13 years ago
  56. b0ea7c0 bsc_api.h: Add some comments to the API structure by Harald Welte · 13 years ago
  57. 9e2b33b add a per-lchan buffer for the last SID frame for osmo-bts by Harald Welte · 13 years ago
  58. 886a5a5 add AMR mode member of gsm_lchan for osmo-bts by Harald Welte · 13 years ago
  59. 6489afd fix some "implicit declaration" warnings in libbsc by Alexander Huemer · 13 years ago
  60. 45a0014 fix some "implicit declaration" warnings in libtrau by Alexander Huemer · 13 years ago
  61. ee8e7ee fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  62. 52bf91c gsm_data_shared: add some fields for voice support of sysmo-bts by Harald Welte · 13 years ago
  63. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  64. 924da55 add missing #include line to gsm_data_shared.h by Harald Welte · 13 years ago
  65. b0f63dc add missing ipaccess.h to Makefile.am by Harald Welte · 13 years ago
  66. 5c8e46e add control_cmd.h to Makefile.am by Harald Welte · 13 years ago
  67. 53ea2ba libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  68. 1c081dd libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  69. d78bee8 audio: From RTP point of view we can use one payload for HR/FR AMR by Holger Hans Peter Freyther · 13 years ago
  70. 7e75645 audio: Remove the hardcoding of the RTP Payload by Holger Hans Peter Freyther · 13 years ago
  71. 1c14d96 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  72. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  73. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  74. 32951ea RSL: add timer for lchan activation/deactivation without BTS response by Harald Welte · 13 years ago
  75. 2f55f15 E1 Input: Add rate counters for events related to E1 lines by Harald Welte · 13 years ago
  76. 3f66328 LAPD: Propagate lapd_receive() errors to the E1 driver by Pablo Neira Ayuso · 13 years ago
  77. 3a070b9 NOKIA: Move more static variables into 'struct gsm_bts' by Harald Welte · 13 years ago
  78. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  79. 45ca552 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  80. 5d977a8 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  81. cb66d47 libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  82. ad39db6 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  83. 26bd848 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  84. 410ee27 bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  85. a26aeba db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  86. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  87. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  88. ac950cb libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  89. 398e4a2 libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  90. 27da244 Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  91. 452119d properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago
  92. 0e4f7dc add lchan->meas for BTS side code by Harald Welte · 13 years ago
  93. ee3ce52 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  94. f38b31c use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  95. 2fa2797 system information related bits for osmo-bts by Harald Welte · 13 years ago
  96. e6d51f9 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  97. 4f215d0 add back-pointer for l1 as part of BTS role. by Harald Welte · 13 years ago
  98. 01f4d6b add mo->bts member so we can discover which BTS a MO belong sto by Harald Welte · 13 years ago
  99. c6ed928 move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  100. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago