1. 6c88217 tests: Introduce running tests with GNU autotest in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  2. d5b3ca6 mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 12 years ago
  3. 300457b gsm0408: Print message when the test is done by Holger Hans Peter Freyther · 12 years ago
  4. 45222a7 db: Fix the test code by Holger Hans Peter Freyther · 12 years ago
  5. 08e324f channel: Make the test not crash again. by Holger Hans Peter Freyther · 12 years ago
  6. f5ede52 nat: Log test output stdout using printf in prep for GNU autotest by Holger Hans Peter Freyther · 12 years ago
  7. 40aac3f bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 13 years ago
  8. 3365cd1 RSL: Nokia BTS reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  9. 2957de9 RSL: BS-11 reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  10. 1c5dd2c Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  11. 6b8a56c fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  12. 511bd8e BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  13. b52b4cf BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  14. 8cbc4a4 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  15. 914660d GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  16. 63ef215 bsc_vty: Fix usage of deprecated osmo_osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  17. f7e9410 osmo_nitb: introduce --no-dbcounter command line option by Harald Welte · 13 years ago
  18. 2692e3b gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  19. 347e7ba mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  20. 1491f2e sgsn: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  21. 2eb6e2c gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  22. 3ffcf20 mgcp: Make sure each command has some kind of online help by Holger Hans Peter Freyther · 13 years ago
  23. da6597e mncc: Remove FIXME about queuing messages by Holger Hans Peter Freyther · 13 years ago
  24. 694c82d mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  25. 2a260ee misc: Fix typo...'teh' -> 'the' by Holger Hans Peter Freyther · 13 years ago
  26. bb5c594 nokia: Use a longer T200 because RSL link can be pretty slow after a reset by Andreas.Eversberg · 13 years ago
  27. 86aaefe build: Update configure.ac to use libgtp.pc rather than manual detection by Sylvain Munaut · 13 years ago
  28. 2192ed8 libbsc/nokia_site: Increase reset timer to 15 seconds by Sylvain Munaut · 13 years ago
  29. c951946 libbsc/nokia_site: Fix reset procedure and add option to skip it. by Sylvain Munaut · 13 years ago
  30. 67c0c7f libbsc/nanobts: Fix NSVC OML init sequence for some rugby models by Sylvain Munaut · 13 years ago
  31. 851f120 libbsc: Don't include ext_info in SI13 if not in EGPRS mode by Sylvain Munaut · 13 years ago
  32. d4c6f8b GPRS GMM: When we receive a RA UPD REQ, we are NORMAL even after SUSPEND by Harald Welte · 13 years ago
  33. 066a0f5 GPRS LLC: fix compiler warning by Harald Welte · 13 years ago
  34. 2b697a6 GPRS GMM: Send LLGMM-RESET.req when talking to unknown MS by Harald Welte · 13 years ago
  35. 0c1a303 LLC: Add minimal LLGMM-RESET.req implementation by Harald Welte · 13 years ago
  36. 37a63ca misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  37. 3dccda5 gprs: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  38. 6142dc4 gprs: Fix compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  39. 2b17454 gprs_gmm: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  40. 42b9195 gprs: This comes from libosmocore, remove it here by Holger Hans Peter Freyther · 13 years ago
  41. 30ebcf7 osmo-sgsn: Install the osmo-sgsn configuration for debian by Holger Hans Peter Freyther · 13 years ago
  42. 00a8ab9 sgsn: Add a configuration that is accepted by osmo-sgsn by Holger Hans Peter Freyther · 13 years ago
  43. 670ffe3 libctrl: only free() msgb if it was alloc()ed by Alexander Huemer · 13 years ago
  44. 74c7dc3 bsc: Put the full stop before the \n in the log message by Holger Hans Peter Freyther · 13 years ago
  45. cc98d18 bsc: Add new SCCP connections to the tail by Holger Hans Peter Freyther · 13 years ago
  46. df82b72 bsc: Drop the BTS instead of exiting the application by Holger Hans Peter Freyther · 13 years ago
  47. 0854256 vty: Document more VTY parameters of a command by Holger Hans Peter Freyther · 13 years ago
  48. a319907 require new libosmo-abis version by Harald Welte · 13 years ago openbsc/0.10.0
  49. a62b247 add missing include files to noinst_HEADERS to make distcheck work by Harald Welte · 13 years ago
  50. d271a35 Undo my changes to bts_siemens_bs11.c it works as it was. by Andreas Eversberg · 13 years ago
  51. c57e6ed All 3 E1-BTS should now work with dahdi and misdn_lapd driver. by Andreas Eversberg · 13 years ago
  52. 15eae8d Fix Ericsson RBS2000 support after libosmo-abis merge by Harald Welte · 13 years ago
  53. 4f8ad53 gsm_data_shared: use 'const' whenever applicable by Harald Welte · 13 years ago
  54. 1942729 Fix bogus message labelling in wireshark OML dissector by Pablo Neira · 13 years ago
  55. ca86dd5 bsc_api.h: Add some comments to the API structure by Harald Welte · 13 years ago
  56. b70bd52 bsc_api: Add some more comments to the code by Harald Welte · 13 years ago
  57. 4329099 add a per-lchan buffer for the last SID frame for osmo-bts by Harald Welte · 13 years ago
  58. f3b5932 add AMR mode member of gsm_lchan for osmo-bts by Harald Welte · 13 years ago
  59. 7c78c47 update wireshark patches to current wireshark svn by Harald Welte · 13 years ago
  60. d02e68b fix fprintf format specifiers in osmo-bsc_mgcp by Alexander Huemer · 13 years ago
  61. e1d2e1c fix some "implicit declaration" warnings in libbsc by Alexander Huemer · 13 years ago
  62. 0a65461 fix some "implicit declaration" warnings in libtrau by Alexander Huemer · 13 years ago
  63. 59947a0 fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  64. 135a6bd gsm_data_shared: add some fields for voice support of sysmo-bts by Harald Welte · 13 years ago
  65. ab386e6 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  66. 6b35377 bsc_api: Make sure to use correct MS Power on ASSIGNMENT CMD by Dieter Spaar · 13 years ago
  67. cab0d7b bsc: Fix a crash in case we get a NACK from the BTS for a new channel by Holger Hans Peter Freyther · 13 years ago
  68. b4d913d BTS support: nokia/ericcson - use e1inp_ts->lapd by Harald Welte · 13 years ago
  69. 0eae613 add missing #include line to gsm_data_shared.h by Harald Welte · 13 years ago
  70. f7a2b19 Revert "we don't have openbsc/ipaccess.h anymore" by Harald Welte · 13 years ago
  71. 90dc467 add missing ipaccess.h to Makefile.am by Harald Welte · 13 years ago
  72. bc56b0b add control_cmd.h to Makefile.am by Harald Welte · 13 years ago
  73. a90eb00 osmo-bsc: Use NM_OPSTATE_* to check for operational attributes by Daniel Willmann · 13 years ago
  74. 05ac9e3 libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  75. 9cc771b libctrl: Don't overwrite error reply if the verify function sets one by Daniel Willmann · 13 years ago
  76. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  77. bc076ae libctrl: Bind control interface to localhost by Daniel Willmann · 13 years ago
  78. 4ad4424 libctrl: Use DCTRL as logging destination in libctrl by Holger Hans Peter Freyther · 13 years ago
  79. e54db17 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  80. 7c3298a contrib/bsc_control.py: Patch by Holger to handle connection resets by Daniel Willmann · 13 years ago
  81. 80c37bd bsc: Fix crash that can occur on RF Failure by Holger Hans Peter Freyther · 13 years ago
  82. 594b322 audio: Move the setting of MultiRateConfig to one place by Holger Hans Peter Freyther · 13 years ago
  83. ed999b2 audio: From RTP point of view we can use one payload for HR/FR AMR by Holger Hans Peter Freyther · 13 years ago
  84. 128892f audio: Remove the hardcoding of the RTP Payload by Holger Hans Peter Freyther · 13 years ago
  85. 3488c3d mgcp: Make CRCX deal better with UDP retransmissions by Holger Hans Peter Freyther · 13 years ago
  86. c7e49d3 mgcp: FreeSWITCH requiresn us to provide the o= and t= param by Holger Hans Peter Freyther · 13 years ago
  87. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  88. 8697e43 we don't have openbsc/ipaccess.h anymore by Harald Welte · 13 years ago
  89. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  90. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  91. c45a804 bssgp: make comments more explicit, include 'Rx' in received messages by Harald Welte · 13 years ago
  92. 7fad70c Merge branch 'master' of git.osmocom.org:openbsc by Harald Welte · 13 years ago
  93. 013ae46 bsc: Crash fix for the osmo-nitb/MNCC code by Holger Hans Peter Freyther · 13 years ago
  94. fc462dd libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE by Daniel Willmann · 13 years ago
  95. 6fc6a12 libbsc: Cosmetic fix for the channel activate NACK log message by Daniel Willmann · 13 years ago
  96. 7ddc318 libbsc: Release the RF channel if BTS thinks it's still in use by Daniel Willmann · 13 years ago
  97. 513da17 libbsc: Call lchan_free in the timeout callbacks by Daniel Willmann · 13 years ago
  98. 563d99d libbsc: Only skip lchans with state AND type set to NONE in show lchan by Jan Luebbe · 13 years ago
  99. 46f799b MNCC: Never send zero-length msgb packets to the socket by Peter Stuge · 13 years ago
  100. e8bd9e8 RSL: add timer for lchan activation/deactivation without BTS response by Harald Welte · 13 years ago