1. 76afa16 SMPP: Fix crash on delivery of incoming SUBMIT-SM by Harald Welte · 11 years ago
  2. 8b29180 IPA: Allow RSL connection to different IP address as OML by Harald Welte · 11 years ago
  3. f876c39 si: Another round of PCS related fixes by Holger Hans Peter Freyther · 11 years ago
  4. e1145cf rsl: Properly initialize the cm structure with memset by Holger Hans Peter Freyther · 11 years ago
  5. e972dba bsc_vty: Prevent printing -1 as unsigned integer for timeslot TSC by Harald Welte · 11 years ago
  6. 9b5192b bsc: Stop "show paging" from crashing before the first paging by Holger Hans Peter Freyther · 11 years ago
  7. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  8. b02fc1e VTY: backwards compatibility for 'logging level sms' by Harald Welte · 11 years ago
  9. 75e13a4 Fix of IMMIDIATE ASSIGNMENT REJECT message by Andreas Eversberg · 11 years ago
  10. 647db84 add some more docbook snippets by Harald Welte · 11 years ago
  11. dc03096 bsc: Allow to page a BTS that is excluded from the RF lock by Holger Hans Peter Freyther · 11 years ago
  12. 3d119f1 bsc: A BTS excluded from the RF lock should be allowed to make a connection by Holger Hans Peter Freyther · 12 years ago
  13. e30d40d bts: Allow to exclude a BTS from the global RF lock handling by Holger Hans Peter Freyther · 12 years ago
  14. e7ea083 CC: gsm48_cc_tx_release() must not remove callref by Andreas Eversberg · 11 years ago
  15. 1590727 CC: mncc_release_ind() must send MNCC_REL_CNF in state N19 by Andreas Eversberg · 11 years ago
  16. c5e0851 CC: Be sure to allocate call instance with talloc_zero() by Andreas Eversberg · 11 years ago
  17. b862cef smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its empty by Harald Welte · 11 years ago
  18. 6a85c15 smpp: Fix a memleak of the SMS on the submit path by Holger Hans Peter Freyther · 11 years ago
  19. b5a4edd SMPP: Inform the SMS Queue that a SMS was submitted to kick the queue by Holger Hans Peter Freyther · 11 years ago
  20. d4d1d5e si: Deal with DCS1800 and PCS1900 have overlapping ARFCN ranges by Holger Hans Peter Freyther · 11 years ago
  21. 9e1952a si: Share the ARFCN selection condition between the two statements by Holger Hans Peter Freyther · 11 years ago
  22. 164ee30 rsl: Properly parse the RLM cause from the error indication by Holger Hans Peter Freyther · 11 years ago
  23. 69665f8 osmo-bsc: Add ctrl cmd bts RF state by Daniel Willmann · 12 years ago
  24. 7d10983 osmo-bsc: Add VTY command show position by Daniel Willmann · 12 years ago
  25. 2a89607 bsc: Auto RF Off in case of missing MSC connection by Holger Hans Peter Freyther · 13 years ago
  26. 036b25f nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  27. 431cead bsc: Create a better error message for when RF commands are rejected by Holger Hans Peter Freyther · 13 years ago
  28. 25eca0b bsc: Simplify the trap sending by using the location state method by Holger Hans Peter Freyther · 13 years ago
  29. 2344684 bsc: Send a TRAP with the locations on a MSC connection by Holger Hans Peter Freyther · 13 years ago
  30. 7b6ea56 bsc: Use the BSC RF CTRL to change the RF state of the TRXs by Holger Hans Peter Freyther · 13 years ago
  31. baa1a2d bsc: Do not re-start the grace timer when we are in the grace period by Holger Hans Peter Freyther · 13 years ago
  32. ed0374f bsc: Introduce an authenticated signal for the MSC connection by Holger Hans Peter Freyther · 13 years ago
  33. ba36bf4 sms: Avoid infinite CP-ERROR/CP-ACK loop with sms. by Holger Hans Peter Freyther · 11 years ago
  34. 30a3d2f debug: Fix typo in the debug category by Holger Hans Peter Freyther · 11 years ago
  35. f2621e5 si: Do not schedule SI1 to SI4 on the second TRX by Andreas Eversberg · 11 years ago
  36. 608ac2a abis: Fix the verification of BCCH/SDCCH8 on TRX != 0 for the BS11 by Holger Hans Peter Freyther · 11 years ago
  37. 7507795 audio: Make AMR multirate configurable for the osmo-bsc by Holger Hans Peter Freyther · 13 years ago
  38. 25aa749 audio: Make the BSC handle the new mr_config request of the BSC API by Holger Hans Peter Freyther · 13 years ago
  39. 0b19d55 bsc: Blind fix to deal with phones sending a dialplan of 0 by Holger Hans Peter Freyther · 13 years ago
  40. c7db4dc bsc: Fix crash when the new route is not available by Holger Hans Peter Freyther · 13 years ago
  41. d5edc4f bsc: Add VTY code for the local area prefix by Holger Hans Peter Freyther · 13 years ago
  42. 83d2d38 bsc: Inspect a CC Setup message and attempt to reroute the traffic by Holger Hans Peter Freyther · 13 years ago
  43. aa191ad nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  44. 1f8276e nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  45. 0434fae nat: Simplify the code and call auth_imsi from the main method by Holger Hans Peter Freyther · 12 years ago
  46. 184950e nat: Get the cause into the imsi_auth method in preparation by Holger Hans Peter Freyther · 12 years ago
  47. bdf764a nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  48. adc2e87 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  49. 6fbd864 nat: Fix a typo in the log message for out of memory by Holger Hans Peter Freyther · 12 years ago
  50. 6ecb3cb nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  51. 1c201c6 osmo-nitb: Add a timer to regularly expire by Jan Luebbe · 12 years ago
  52. bfbdeec libmsc: Track and update the location update expiry by Jan Luebbe · 12 years ago
  53. 4d62d63 Stricter limits for T3212 (location update period) by Daniel Willmann · 12 years ago
  54. 4d2a68c misc: Do not use else when using return in the previous branch by Holger Hans Peter Freyther · 12 years ago
  55. 39c31de libbsc: Make argument optional in some 'show' commands by Sylvain Munaut · 12 years ago
  56. 01c13a3 libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  57. 11c1b6e libmsc: Refuse service to anyone not attached by Sylvain Munaut · 12 years ago
  58. 977cd13 gsm_04_08: Display debug message correctly on DETACH INDICATION by Daniel Willmann · 12 years ago
  59. 0c282f5 libbsc: With the new SAPI states we don't need sacch_deact anymore by Daniel Willmann · 12 years ago
  60. 4173b17 libmsc: One of assign_compl and assign_fail will always be called by Holger Hans Peter Freyther · 12 years ago
  61. c121bb3 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  62. 006e3d8 gsm: Do not attempt to release SAPI=0 if it was never allocated by Holger Hans Peter Freyther · 12 years ago
  63. 48ea4e8 libbsc: Fix DL QUAL decoding from measurement reports by Sylvain Munaut · 12 years ago
  64. 6e30068 gsm_subscriber: change subscr_bsc_active_subscriber to plural by Jan Luebbe · 12 years ago
  65. 4485321 nitb: Add a VTY command to initiate a handover to another BTS by Holger Hans Peter Freyther · 12 years ago
  66. b348939 lchan: Introduce T3109 handling for the release procedure by Holger Hans Peter Freyther · 13 years ago
  67. 638da51 lchan: Introduce a BROKEN state for the lchan by Holger Hans Peter Freyther · 12 years ago
  68. 9d50a27 lchan: Document the behavior/quirks for abnormal channel release by Holger Hans Peter Freyther · 13 years ago
  69. 8582535 lchan: Release the lchan more quickly, align with GSM 04.08 by Holger Hans Peter Freyther · 13 years ago
  70. 960c404 lchan: Release all higher sapis on the local end. by Holger Hans Peter Freyther · 13 years ago
  71. 93599a2 rsl: Cosmetic changes to the release code by Holger Hans Peter Freyther · 12 years ago
  72. d66777f rsl: Call the release function with the enum name and not the number by Holger Hans Peter Freyther · 12 years ago
  73. 5ca825e rsl: Rename the reason to release_mode and use the enum value by Holger Hans Peter Freyther · 12 years ago
  74. 1411c06 rsl: Use LOGL_ERROR instead of LOGL_NOTICE act/deact timeouts by Holger Hans Peter Freyther · 12 years ago
  75. 10049bc paging: Do not page when there is no OML link by Holger Hans Peter Freyther · 12 years ago
  76. 3e9b2ec libmsc: Avoid a crash on lchan release during call control by Holger Hans Peter Freyther · 12 years ago
  77. 405824c libmsc: Set trans->subscr = NULL after we release it by Holger Hans Peter Freyther · 12 years ago
  78. 2f25747 abis: Activate the newest available installed on the BTS by Holger Hans Peter Freyther · 12 years ago
  79. bce5675 abis: Create a routine that can parse all SW Descriptions of a SW Config by Holger Hans Peter Freyther · 12 years ago
  80. c751cf9 misc: Fix compilation now that the method is located in libosmocore by Holger Hans Peter Freyther · 12 years ago
  81. 408208d nitb: Do not crash on IMSI Detach messages from a phone by Holger Hans Peter Freyther · 12 years ago
  82. 5ea1bc7 mgcp: Allow to freely control the a=fmtp line for experiments by Holger Hans Peter Freyther · 12 years ago
  83. 7e7ee5f mgcp: Fix the vary large jump detection in the code by Holger Hans Peter Freyther · 12 years ago
  84. ce55361 mgcp: Test and implement re-transmission handling by Holger Hans Peter Freyther · 12 years ago
  85. 29de346 mgcp: Change the flow of the code when handling a MGCP response by Holger Hans Peter Freyther · 12 years ago
  86. a769dcb mgcp: Methods generating a response now include the endpoint pointer by Holger Hans Peter Freyther · 12 years ago
  87. 0d904e0 mgcp: Fix a typo.. it is msg and not mgs by Holger Hans Peter Freyther · 12 years ago
  88. 01d315f mgcp: We do not need to check for talloc_free by Holger Hans Peter Freyther · 12 years ago
  89. 3d4d79d bsc: Fix compiler warning and return from the method with a value. by Holger Hans Peter Freyther · 12 years ago
  90. d2361d9 bsc: Send the USSD message after the location updating accept. by Holger Hans Peter Freyther · 12 years ago
  91. f589221 msc: Add debug messages when not sending a USSD welcome message by Holger Hans Peter Freyther · 12 years ago
  92. b3089e4 bsc: Fix a brown paper bug and most likely fix the USSD welcome issue by Holger Hans Peter Freyther · 12 years ago
  93. 383d3c3 bsc: Call the variable with a more appropriate name. by Holger Hans Peter Freyther · 12 years ago
  94. 536a10b sms: Kill the linkid as we are using SAPI=3 all the time by Holger Hans Peter Freyther · 12 years ago
  95. bc6c43f sms: Replaced the SMR process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  96. f7396ea sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  97. 07dec13 sms: Remove the susbcr_put_lchan logic from the SMS code by Holger Hans Peter Freyther · 12 years ago
  98. 70ae5d3 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  99. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  100. 0d0c9ec use DLSMS and not DSMS in SMPP related code (merge with master) by Harald Welte · 12 years ago