1. 51ade84 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  2. 9414bd2 bsc vty: Provide a show mscs command to show the state of each MSC by Holger Hans Peter Freyther · 13 years ago
  3. 40b7dfd libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  4. 17091bd RSL add debug statements when sending RSL EST REQ and RSL REL REQ. by Harald Welte · 12 years ago
  5. 30495df bsc_api: Fix wrong order of log category and level arguments by Harald Welte · 12 years ago
  6. f89d6c8 bsc_api: log RR STATUS from MS as NOTICE, not DEBUG level by Harald Welte · 12 years ago
  7. 125c1b8 add loopback flag to lchan (for osmo-bts) by Harald Welte · 12 years ago
  8. b90b4a3 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  9. 45d8b58 bsc_api: Send RR Release and de-activate the SACCH on error by Holger Hans Peter Freyther · 12 years ago
  10. ab992d3 mgcp: Catch up with the renaming of the MGCP GW binary by Holger Hans Peter Freyther · 12 years ago
  11. 724ea94 bsc: Allow to run a mixed TCH/H, TCH/F configuration by Holger Hans Peter Freyther · 12 years ago
  12. 3ac27c5 add 'ciph_state' member to BTS-side lchan definition by Harald Welte · 12 years ago
  13. eaf4a52 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  14. 68e701d make sure we still build on systems that don't have IPPROTO_GRE by Harald Welte · 12 years ago
  15. d99e463 nat: Add another test case for TP-SRR clearing and number rewrite by Holger Hans Peter Freyther · 12 years ago
  16. 5a65444 misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  17. 9c5dc14 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  18. 39936b5 bsc: Use the right connection for outgoing packets by Holger Hans Peter Freyther · 13 years ago
  19. 6d2c8ec bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  20. a403c25 bsc: Move the bsc_filter to use the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 13 years ago
  21. 5e84584 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  22. d01e234 bsc: Stop using net->bsc->msc and get the right msc from somewhere else by Holger Hans Peter Freyther · 13 years ago
  23. 4d61417 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  24. 13aa545 bsc: Address warnings about implicit declarations by Holger Hans Peter Freyther · 12 years ago
  25. 93b0a14 bsc: Fix compiler warning about wrong return and unused variable by Holger Hans Peter Freyther · 12 years ago
  26. ec4f01b mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  27. d1bba8b mgcp: make sure all command line options are documented by Harald Welte · 12 years ago
  28. c175564 mgcp: consistently name bsc_mgcp osmo-bsc_mgcp by Harald Welte · 12 years ago
  29. 0a6455c mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  30. 06ce839 mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  31. a6ca237 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  32. 1bcd637 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  33. 02de47d Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bands by Andreas Eversberg · 12 years ago
  34. 052e51f Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  35. a680b13 fix generation of frequency list (E-GSM vs. P-GSM 900) by Harald Welte · 12 years ago
  36. b2e4422 bts_ipaccess_nanobts.c: Remove unused variable. by Holger Hans Peter Freyther · 12 years ago
  37. e387089 abis_rsl.c: Remove unused variable net. by Holger Hans Peter Freyther · 12 years ago
  38. 285af69 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  39. efd75b5 abis_rsl.c: Remove unused variable ts_number by Holger Hans Peter Freyther · 12 years ago
  40. 74d5a25 abis_om2000.c: Remove unused variable to_trx_oml. by Holger Hans Peter Freyther · 12 years ago
  41. 7f391a0 vty: Remove two unimplemented OML functions by Holger Hans Peter Freyther · 12 years ago
  42. 22ef555 misc: abis_nm.c Use the result of ret. by Holger Hans Peter Freyther · 12 years ago
  43. ad51516 misc: gsm_data.c address compiler warning by Holger Hans Peter Freyther · 12 years ago
  44. 09e4fad ARFCNs are in the range of 0..1023, not 0..1024 by Harald Welte · 12 years ago
  45. fdd7cc1 mgcp: add missing prototypes for send_mgcp_reset_* by Harald Welte · 12 years ago
  46. 73627d7 osmo-bsc: Remove hard-coded check for codec preferecne in ASS CMD by Harald Welte · 12 years ago
  47. ba4f8b2 MGCP: Add VTY commands to reset (RSIP) one or all endpoints by Harald Welte · 12 years ago
  48. 2d166e3 bsc_mgcp: optionally connect the MGCP socket to the MGW by Harald Welte · 12 years ago
  49. ca765cd MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  50. a7c9a92 further generalize mgcp testing code by Harald Welte · 12 years ago
  51. 834f3f1 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  52. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  53. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  54. b3e452b osmo-bsc: correctly parse the TMSI in BSSAP paging from MSC by Harald Welte · 12 years ago
  55. 943fa2c nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  56. 10588b0 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  57. f8c05a1 nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  58. 21e5c61 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  59. bbb102c nat: Print the sizes and the offending data in case of a failure by Holger Hans Peter Freyther · 12 years ago
  60. 6d6bf6b rsl: This is provided by libosmo-abis, remove it here by Holger Hans Peter Freyther · 12 years ago
  61. cd78c14 mgcp: Fix warning about unused variable by Holger Hans Peter Freyther · 12 years ago
  62. 97a5a48 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  63. 1ad1aa8 bts: Convert the rsl_link to be a struct ipabis_link by Holger Hans Peter Freyther · 12 years ago
  64. 00452c4 lchan: Close a possible still open RTP Socket by Holger Hans Peter Freyther · 12 years ago
  65. 6d860f9 ho: Remove rtp_proxy.h include, no proxy code in here by Holger Hans Peter Freyther · 12 years ago
  66. c27fa88 nat: Add the bsc_data.c file to the EXTRA_DIST by Holger Hans Peter Freyther · 12 years ago
  67. e3fe41d abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  68. 460d84a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  69. 161cec1 channel: Review lchan_free calls and the state the channel is in by Holger Hans Peter Freyther · 13 years ago
  70. e3be5ca lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 13 years ago
  71. 5d880c6 channel: Fix a typo in the lchan state documentation by Holger Hans Peter Freyther · 12 years ago
  72. 7a66379 channel: The error timer and the lchan_deact_tmr are both running by Holger Hans Peter Freyther · 12 years ago
  73. c65933d Revert "libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE" by Holger Hans Peter Freyther · 13 years ago
  74. 86bbcbd bsc: Fix "show lchan" for partially provided information by Holger Hans Peter Freyther · 13 years ago
  75. 718d67e nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago
  76. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  77. 75e6122 nat: Reduce copy and paste in the test, create a verify_msg by Holger Hans Peter Freyther · 12 years ago
  78. e24452f nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  79. 2b1e7dc nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  80. bc72354 nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  81. 10b7875 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  82. e6fa553 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  83. 036bf9f nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  84. c9fc830 nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  85. 523e6ee nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago
  86. 34abf21 tests: Use atlocal/atlocal.in to enable/disable the NAT test by Holger Hans Peter Freyther · 12 years ago
  87. 3073cb0 Revert "tests: Make the test setup more abusive to fix the build" by Holger Hans Peter Freyther · 12 years ago
  88. fe85f9f tests: Make the test setup more abusive to fix the build by Holger Hans Peter Freyther · 12 years ago
  89. 6721a08 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  90. 18cc84c gprs_sgsn.h: Include timer.h for the timer struct by Holger Hans Peter Freyther · 13 years ago
  91. fee826b tests: Introduce running tests with GNU autotest in OpenBSC by Holger Hans Peter Freyther · 13 years ago
  92. 38484aa mgcp: Print message when the test is finished by Holger Hans Peter Freyther · 13 years ago
  93. d01a4cc gsm0408: Print message when the test is done by Holger Hans Peter Freyther · 13 years ago
  94. 99f47fb db: Fix the test code by Holger Hans Peter Freyther · 13 years ago
  95. 7b87e44 channel: Make the test not crash again. by Holger Hans Peter Freyther · 13 years ago
  96. a302db3 nat: Log test output stdout using printf in prep for GNU autotest by Holger Hans Peter Freyther · 13 years ago
  97. 8737f4c bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 13 years ago
  98. fe56cf8 RSL: Nokia BTS reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  99. 0f18e5e RSL: BS-11 reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  100. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago