1. 9c3dc90 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  2. a334c29 make sure we still build on systems that don't have IPPROTO_GRE by Harald Welte · 12 years ago
  3. 09db1a4 nat: Add another test case for TP-SRR clearing and number rewrite by Holger Hans Peter Freyther · 12 years ago
  4. 2f2be57 misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  5. 20fea24 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  6. 44e5dad bsc: Use the right connection for outgoing packets by Holger Hans Peter Freyther · 13 years ago
  7. abd668a bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  8. f936fb4 bsc: Move the bsc_filter to use the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 13 years ago
  9. 4cdb050 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  10. f31a4a4 bsc: Stop using net->bsc->msc and get the right msc from somewhere else by Holger Hans Peter Freyther · 13 years ago
  11. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  12. 4d31900 bsc: Address warnings about implicit declarations by Holger Hans Peter Freyther · 12 years ago
  13. dc3389f bsc: Fix compiler warning about wrong return and unused variable by Holger Hans Peter Freyther · 12 years ago
  14. ae19972 mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  15. 6b36b90 mgcp: make sure all command line options are documented by Harald Welte · 12 years ago
  16. ec7683f mgcp: consistently name bsc_mgcp osmo-bsc_mgcp by Harald Welte · 12 years ago
  17. d77023b mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  18. 5563e6c mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  19. 3e60348 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  20. a8ddb08 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  21. c50543b Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bands by Andreas Eversberg · 12 years ago
  22. c33d7d7 Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  23. 2935034 fix generation of frequency list (E-GSM vs. P-GSM 900) by Harald Welte · 12 years ago
  24. c8ddf73 bts_ipaccess_nanobts.c: Remove unused variable. by Holger Hans Peter Freyther · 12 years ago
  25. 863dc9b abis_rsl.c: Remove unused variable net. by Holger Hans Peter Freyther · 12 years ago
  26. 54fa2c7 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  27. c6d0a17 abis_rsl.c: Remove unused variable ts_number by Holger Hans Peter Freyther · 12 years ago
  28. 06b04f8 abis_om2000.c: Remove unused variable to_trx_oml. by Holger Hans Peter Freyther · 12 years ago
  29. 37e6523 vty: Remove two unimplemented OML functions by Holger Hans Peter Freyther · 12 years ago
  30. dae5307 misc: abis_nm.c Use the result of ret. by Holger Hans Peter Freyther · 12 years ago
  31. f02bb20 misc: gsm_data.c address compiler warning by Holger Hans Peter Freyther · 12 years ago
  32. 1fe73a1 ARFCNs are in the range of 0..1023, not 0..1024 by Harald Welte · 12 years ago
  33. 94b499c mgcp: add missing prototypes for send_mgcp_reset_* by Harald Welte · 12 years ago
  34. 78b5586 osmo-bsc: Remove hard-coded check for codec preferecne in ASS CMD by Harald Welte · 12 years ago
  35. 6a85705 MGCP: Add VTY commands to reset (RSIP) one or all endpoints by Harald Welte · 12 years ago
  36. 50f93a4 bsc_mgcp: optionally connect the MGCP socket to the MGW by Harald Welte · 12 years ago
  37. 27fa790 MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  38. f74da14 further generalize mgcp testing code by Harald Welte · 12 years ago
  39. 8819d82 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  40. cf149ee Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  41. 95e862c Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  42. d55cef9 osmo-bsc: correctly parse the TMSI in BSSAP paging from MSC by Harald Welte · 12 years ago
  43. 7d60bdb nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  44. 2718845 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  45. 47b144b nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  46. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  47. be53012 nat: Print the sizes and the offending data in case of a failure by Holger Hans Peter Freyther · 12 years ago
  48. 0354a80 rsl: This is provided by libosmo-abis, remove it here by Holger Hans Peter Freyther · 12 years ago
  49. 445d005 mgcp: Fix warning about unused variable by Holger Hans Peter Freyther · 12 years ago
  50. 9592c45 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  51. 523a99d bts: Convert the rsl_link to be a struct ipabis_link by Holger Hans Peter Freyther · 12 years ago
  52. f95f273 lchan: Close a possible still open RTP Socket by Holger Hans Peter Freyther · 12 years ago
  53. 1d7f7c8 ho: Remove rtp_proxy.h include, no proxy code in here by Holger Hans Peter Freyther · 12 years ago
  54. aa433d2 nat: Add the bsc_data.c file to the EXTRA_DIST by Holger Hans Peter Freyther · 12 years ago
  55. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  56. 9e7837a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  57. c0a6674 channel: Review lchan_free calls and the state the channel is in by Holger Hans Peter Freyther · 12 years ago
  58. dfcfe65 lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 12 years ago
  59. ded0268 channel: Fix a typo in the lchan state documentation by Holger Hans Peter Freyther · 12 years ago
  60. bbf2139 channel: The error timer and the lchan_deact_tmr are both running by Holger Hans Peter Freyther · 12 years ago
  61. c55f0a5 Revert "libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE" by Holger Hans Peter Freyther · 12 years ago
  62. 7173f63 bsc: Fix "show lchan" for partially provided information by Holger Hans Peter Freyther · 12 years ago
  63. 0977e0c nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago openbsc/0.10.1
  64. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  65. 50be1a9 nat: Reduce copy and paste in the test, create a verify_msg by Holger Hans Peter Freyther · 12 years ago
  66. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  67. c2c0ea7 nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  68. 8c36fdb nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  69. 5546619 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  70. dec7387 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  71. 998a981 nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  72. 5d2a30a nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  73. c5df08b nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago
  74. 93ef33e tests: Use atlocal/atlocal.in to enable/disable the NAT test by Holger Hans Peter Freyther · 12 years ago
  75. 03ff1c8 Revert "tests: Make the test setup more abusive to fix the build" by Holger Hans Peter Freyther · 12 years ago
  76. 41b42c7 tests: Make the test setup more abusive to fix the build by Holger Hans Peter Freyther · 12 years ago
  77. faf1f64 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  78. 26d0fe3 gprs_sgsn.h: Include timer.h for the timer struct by Holger Hans Peter Freyther · 12 years ago
  79. 6c88217 tests: Introduce running tests with GNU autotest in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  80. d5b3ca6 mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 12 years ago
  81. 300457b gsm0408: Print message when the test is done by Holger Hans Peter Freyther · 12 years ago
  82. 45222a7 db: Fix the test code by Holger Hans Peter Freyther · 12 years ago
  83. 08e324f channel: Make the test not crash again. by Holger Hans Peter Freyther · 12 years ago
  84. f5ede52 nat: Log test output stdout using printf in prep for GNU autotest by Holger Hans Peter Freyther · 12 years ago
  85. 40aac3f bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 12 years ago
  86. 3365cd1 RSL: Nokia BTS reports TA in quarter-bits, not full bits. by Andreas Eversberg · 12 years ago
  87. 2957de9 RSL: BS-11 reports TA in quarter-bits, not full bits. by Andreas Eversberg · 12 years ago
  88. 1c5dd2c Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  89. 6b8a56c fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  90. 511bd8e BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  91. b52b4cf BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  92. 8cbc4a4 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  93. 914660d GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  94. 63ef215 bsc_vty: Fix usage of deprecated osmo_osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  95. f7e9410 osmo_nitb: introduce --no-dbcounter command line option by Harald Welte · 13 years ago
  96. 2692e3b gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  97. 347e7ba mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  98. 1491f2e sgsn: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  99. 2eb6e2c gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  100. 3ffcf20 mgcp: Make sure each command has some kind of online help by Holger Hans Peter Freyther · 13 years ago