1. 04144c1 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 13 years ago
  2. 0eb7666 sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 13 years ago
  3. 41c5aaf sms: Use the SMS in the signals where it makes sense. by Holger Hans Peter Freyther · 13 years ago
  4. 69ac83d sms: Add a simple SystemTap probe to see SQL queries by Holger Hans Peter Freyther · 13 years ago
  5. 9d277d3 sms: Add a script to query for unsent SMS by Holger Hans Peter Freyther · 13 years ago
  6. e3018c7 sms: Add dummy script to create subscribers and SMS by Holger Hans Peter Freyther · 13 years ago
  7. dd715bd sms: Fix a small typo. by Holger Hans Peter Freyther · 13 years ago
  8. 73b878a db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 13 years ago
  9. 812dad0 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 13 years ago
  10. e25445b subscr: Sync the database before sending the attached signal by Holger Hans Peter Freyther · 13 years ago
  11. 3d76e44 subscr: Print the lac of the subscriber. by Holger Hans Peter Freyther · 13 years ago
  12. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 13 years ago
  13. ee139e7 Merge branch 'zecke/subscr' by Holger Hans Peter Freyther · 13 years ago
  14. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 13 years ago
  15. c577ca1 subscr: Add VTY command to purge subscribers that are held in memory by Holger Hans Peter Freyther · 13 years ago
  16. ae9006a subscr: Introduce VTY option to keep subscribers in ram. by Holger Hans Peter Freyther · 13 years ago
  17. f694d5f subscr: Introduce subscr_purge_inactive to free unused subscribers by Holger Hans Peter Freyther · 13 years ago
  18. daee5ca subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 13 years ago
  19. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 13 years ago
  20. 75e2def BSC VTY: Print some more of the already-generated statistics by Harald Welte · 13 years ago
  21. eafe22c SGSN / GMM: Only allow non-roaming IMSIs by Harald Welte · 13 years ago
  22. 2cafc4b BSC API: Make 'Got data in non active state' message as LOGL_INFO by Harald Welte · 13 years ago
  23. 3a3c277 RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUG by Harald Welte · 13 years ago
  24. b29cea1 Fix some stupid typos resulting in compile errors. by Harald Welte · 13 years ago
  25. 712ddbc BSC VTY: Fix off-by-one / segfault in 'show bts NR' by Harald Welte · 13 years ago
  26. 85bded8 BTS VTY: Order bts-trx-ts-lchan in 'show lchan' by Harald Welte · 13 years ago
  27. cd103a9 BSC VTY: Print the current mode of a dynamic TCH/F / PDCH by Harald Welte · 13 years ago
  28. 026b4ca BSC VTY: Change order of elements in 'show timeslot' command by Harald Welte · 13 years ago
  29. 127af34 BSC VTY: Remove extraneous 'else' from write_ts_single() by Harald Welte · 13 years ago
  30. 274d015 BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specified by Harald Welte · 13 years ago
  31. f6bd340 GPRS/GMM: Correctly look up MM Context in RA Update by Harald Welte · 13 years ago
  32. 985263e GPRS: enhance msgb headroom/tailroom for SGSN (GMM) by Harald Welte · 13 years ago
  33. 082b01f More verbose logging of authentication internals by Harald Welte · 13 years ago
  34. c9f499f IMM ASS REJ: Actually add t3122 parsing to vty code by Harald Welte · 13 years ago
  35. 86dda08 Authentication: use ENUM instead of magic numbers by Harald Welte · 13 years ago
  36. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 13 years ago
  37. d0d2b0b Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate' by Harald Welte · 13 years ago
  38. 53cd7ac Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot by Harald Welte · 13 years ago
  39. d4e6872 gsm48: Release the LU procedure only after the TMSI REALL_COMPL by Holger Hans Peter Freyther · 13 years ago
  40. 434bb3f MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 13 years ago
  41. 7ce5e25 mnccc.c: Add 2 line header describing what this file is all about by Harald Welte · 13 years ago
  42. f93e8fa gsm48: Use NULL instead of 0 for pointers in C. by Holger Hans Peter Freyther · 13 years ago
  43. 6003d6b rsl: Remove unimplemented/unused rsl_paging_cmd_subscr by Holger Hans Peter Freyther · 13 years ago
  44. 28dcbc5 misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 13 years ago
  45. c5faf66 misc: Reorder includes, move osmocore to the end by Holger Hans Peter Freyther · 13 years ago
  46. 3547045 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 13 years ago
  47. e2fee35 misc: Include abis_rsl.h to remove some compiler warnings by Holger Hans Peter Freyther · 13 years ago
  48. c7782de gsm48_tx_release_compl(): Don't use transaction after trans_free() by Harald Welte · 13 years ago
  49. ceeddf8 Merge branch 'zecke/e1_speed' by Holger Hans Peter Freyther · 13 years ago
  50. d49fc5a ts: Reduce the delay to 0 for OML and RSL by Holger Hans Peter Freyther · 14 years ago
  51. d85642a ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  52. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  53. 39e6ba0 oml: In case we get a NACK, drop the OML connection and hope for the best by Holger Hans Peter Freyther · 14 years ago
  54. c7a1a1f oml: Another band aid for reliable BTS init... by Holger Hans Peter Freyther · 14 years ago
  55. d9cdd05 test: Make it compile but it is segfaulting on start now by Holger Hans Peter Freyther · 13 years ago
  56. 2391b4c ho: On ho failure clear the subscriber connection by Holger Hans Peter Freyther · 13 years ago
  57. 90cdd28 ho: Make this allocation a child of the BSC talloc context by Holger Hans Peter Freyther · 13 years ago
  58. 63dbfc6 bsc_vty: Fix unknown 'use-dtx' config parser error by Harald Welte · 14 years ago
  59. f604bba osmo-bsc: Make it compile against paging_request_stop() api change by Harald Welte · 14 years ago
  60. ec073e9 bs11_config: more verbose output of ACK/NACK responses by Harald Welte · 14 years ago
  61. 230cd6a bs11_config: fix help message about multi-drop (not 'port') by Harald Welte · 14 years ago
  62. 5f5189e bs11_config: update copyright statement by Harald Welte · 14 years ago
  63. f751a10 bs11_config: show the BPORT0 / BPORT1 configuration in 'query' by Harald Welte · 14 years ago
  64. 7e72fa0 bs11_config: Add option to set BPORT1 in multi-drop mode by Harald Welte · 14 years ago
  65. df30d40 Add mandatory routeing area IE to SUSPEND-NACK by Dieter Spaar · 14 years ago
  66. 98b53cb include: Add proper predeclaration for struct in mncc.h by Sylvain Munaut · 14 years ago
  67. 81a8bf1 include: Small fixes to gsm_data.h by Sylvain Munaut · 14 years ago
  68. 12e373c include: Add proper predeclaration for struct in system_information.h by Sylvain Munaut · 14 years ago
  69. 3f16da2 include: Add proper predeclaration for struct in abis_rsl.h by Sylvain Munaut · 14 years ago
  70. 8a31a3f paging: Dispatch the SS_PAGING signals at the MSC code level by Sylvain Munaut · 14 years ago
  71. 5a86e06 auth/ciph: Enable securing of channel directly after paging response by Sylvain Munaut · 14 years ago
  72. 0fbfd1b gsm_04_08: Make gsm48_secure_channel available globally by Sylvain Munaut · 14 years ago
  73. 567c8dc gsm_04_08: Use subscr_get_channel instead of directly paging_request by Sylvain Munaut · 14 years ago
  74. c7ff257 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  75. 1e24550 gsm_subscriber: Move the get_channel/put_channel logic in MSC part by Sylvain Munaut · 14 years ago
  76. 67706df gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_mode by Sylvain Munaut · 14 years ago
  77. e0b06b0 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  78. 6d42dbe wireshark: port abis_oml.patch to more recent version of wireshark by Harald Welte · 14 years ago
  79. db2c28a wireshark: update HSL patch to add preferences on where to show HSL debug by Harald Welte · 14 years ago
  80. 318105d wireshark: add patch to make IPA ports configurable preferences by Harald Welte · 14 years ago
  81. a36f0ed wireshark: More work on Ericsson OML (OM2000) dissector by Harald Welte · 14 years ago
  82. 0326cd5 wireshark: Add initial patch for adding Ericsson OML-in-HDLC-in-L2TP support by Harald Welte · 14 years ago
  83. 3b71247 wireshakrk: add patch to display HSL debug messages in log by Harald Welte · 14 years ago
  84. fbceea4 bsc: Add a command to set the ussd_welcome_text by Holger Hans Peter Freyther · 14 years ago
  85. 414bc4a mid-call: Do not lose the first word of the message by Holger Hans Peter Freyther · 14 years ago
  86. cf6f71a mid-call: Make the mid-call behavior the default for switching things off by Holger Hans Peter Freyther · 14 years ago
  87. 70c232f mid-call: Implement a timer to go from grace to off. by Holger Hans Peter Freyther · 14 years ago
  88. bb62b3f mid-call: Rename ussd-grace to mid-call by Holger Hans Peter Freyther · 14 years ago
  89. 625b6e4 mid-call: Introduce a timeout to switch from grace to rf off. by Holger Hans Peter Freyther · 14 years ago
  90. d283db4 vty: For ipaccess we will dump if the OML connection is present by Holger Hans Peter Freyther · 14 years ago
  91. e17c030 test: Add shell script to drop the OML in fixed intervals by Holger Hans Peter Freyther · 14 years ago
  92. dab8e27 ipaccess: Fix dropping the OML/RSL connection. by Holger Hans Peter Freyther · 14 years ago
  93. e19d6fc Merge branch 'zecke/osmo-bsc' by Holger Hans Peter Freyther · 14 years ago
  94. 09a925b bsc: Add script to hang up the MSC connection every 58s by Holger Hans Peter Freyther · 14 years ago
  95. e9f7a0d bsc: Add wild scripts to do dial testing with a Motorola A1200 by Holger Hans Peter Freyther · 14 years ago
  96. b4e72f8 bsc: Implement queuing of messages to the MSC before the con is established by Holger Hans Peter Freyther · 14 years ago
  97. 16e958d bsc: Use the BSC Filter to stop a paging_request by Holger Hans Peter Freyther · 14 years ago
  98. 9c838ae bsc: Implement paging by creating a dummy subscr for the paging by Holger Hans Peter Freyther · 14 years ago
  99. b79c3c9 bsc: The ip.access rtp-payload has no useful meaning by Holger Hans Peter Freyther · 14 years ago
  100. 620c2e6 bsc: Add thr audio module to send the MDCX message to the BTS by Holger Hans Peter Freyther · 14 years ago