1. 59234a3 mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 13 years ago
  2. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  3. 04d362f fix spelling mistake in log message by Harald Welte · 14 years ago
  4. 6349b7f re-order the sequence of events in bsc_api:handle_release() by Harald Welte · 14 years ago
  5. 624e89d [db] Fix double-quoting in libdbi backend by Harald Welte · 14 years ago
  6. b854b29 MNCC: avoid segfault in DEBUGP due to non-existing conn->lchan by Harald Welte · 14 years ago
  7. f0901f0 [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  8. 91c59c8 MNCC: fix copy+paste mistake in log message and change it to DEBUG by Harald Welte · 14 years ago
  9. eb76c7a mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  10. 0d6f930 mncc_sock: Use proper logging directives and levels, don't printf. by Harald Welte · 14 years ago
  11. 02d9966 MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socket by Harald Welte · 14 years ago
  12. ea057d9 mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  13. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  14. 04dc88f GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitives by Harald Welte · 14 years ago
  15. 371efe5 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  16. 49a2dde mncc_sock: Add an assert() in case our queue peek trick goes wrong by Harald Welte · 14 years ago
  17. e8e432d MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  18. fea236e MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  19. 31bbbf4 MNCC socket: Export MNCC interface via unix domain socket by Harald Welte · 14 years ago
  20. 7655637 MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  21. 3e6376d MNCC: split into generic mncc.c and mncc_builtin.c by Harald Welte · 14 years ago
  22. 081e14d MNCC: make get_call_ref() function static by Harald Welte · 14 years ago
  23. e6da14f MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  24. 54209c2 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  25. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  26. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  27. 9ae7b29 bsc: Some S_LCHAN signals don't provide an lchan by Holger Hans Peter Freyther · 14 years ago
  28. 59f787a auth: Release the security operation after we sent out a message by Holger Hans Peter Freyther · 14 years ago
  29. 8ce8d3a bsc: Avoid crashing when no lchan is present in the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  30. cfcf7e8 gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1 by Sylvain Munaut · 14 years ago
  31. f64a20f db: Quote the IMEI string before passing it into the database. by Holger Hans Peter Freyther · 14 years ago
  32. 9d3e2ec ho: Access the network after we are known to have an entry. by Holger Hans Peter Freyther · 14 years ago
  33. c839667 ho: Set the conn to NULL before calling lchan_release by Holger Hans Peter Freyther · 14 years ago
  34. 019d016 [db] Properly quote name and extension for SQL access by Harald Welte · 14 years ago
  35. c728eea SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  36. a9b473a SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  37. 3357add SGSN: some more comments by Harald Welte · 14 years ago
  38. c407ba5 Merge branch 'zecke/sms-queue' by Holger Hans Peter Freyther · 14 years ago
  39. 5479fc8 sms: Make sure that this loop is broken from time to time. by Holger Hans Peter Freyther · 14 years ago
  40. 2038457 sms: Rewrite the queue to find SMS harder. by Holger Hans Peter Freyther · 14 years ago
  41. f7e2389 sms: Move the finding of the next SMS to handle to a new method by Holger Hans Peter Freyther · 14 years ago
  42. a37e3bc sms: Change the default values for the sms_queue by Holger Hans Peter Freyther · 14 years ago
  43. a3a659b sms: Workaround a bug in the db layer and update the data by Holger Hans Peter Freyther · 14 years ago
  44. 445e615 sms: Always go through the database and the smsqueue to send messages by Holger Hans Peter Freyther · 14 years ago
  45. 994dcbb sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  46. 7e59c83 sms: Make the amount of failures configurable as well. by Holger Hans Peter Freyther · 14 years ago
  47. 4dcc5e5 sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  48. 3c6f6c2 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  49. 7a0e166 sms: Add vty command to trigger running the queue. by Holger Hans Peter Freyther · 14 years ago
  50. 81c0e25 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  51. 1716406 sms: Begin sending SMS messages, handle failures by Holger Hans Peter Freyther · 14 years ago
  52. 11b28f9 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  53. 04144c1 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 14 years ago
  54. 0eb7666 sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 14 years ago
  55. 41c5aaf sms: Use the SMS in the signals where it makes sense. by Holger Hans Peter Freyther · 14 years ago
  56. 69ac83d sms: Add a simple SystemTap probe to see SQL queries by Holger Hans Peter Freyther · 14 years ago
  57. 9d277d3 sms: Add a script to query for unsent SMS by Holger Hans Peter Freyther · 14 years ago
  58. e3018c7 sms: Add dummy script to create subscribers and SMS by Holger Hans Peter Freyther · 14 years ago
  59. dd715bd sms: Fix a small typo. by Holger Hans Peter Freyther · 14 years ago
  60. 73b878a db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  61. 812dad0 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  62. e25445b subscr: Sync the database before sending the attached signal by Holger Hans Peter Freyther · 14 years ago
  63. 3d76e44 subscr: Print the lac of the subscriber. by Holger Hans Peter Freyther · 14 years ago
  64. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  65. ee139e7 Merge branch 'zecke/subscr' by Holger Hans Peter Freyther · 14 years ago
  66. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  67. c577ca1 subscr: Add VTY command to purge subscribers that are held in memory by Holger Hans Peter Freyther · 14 years ago
  68. ae9006a subscr: Introduce VTY option to keep subscribers in ram. by Holger Hans Peter Freyther · 14 years ago
  69. f694d5f subscr: Introduce subscr_purge_inactive to free unused subscribers by Holger Hans Peter Freyther · 14 years ago
  70. daee5ca subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 14 years ago
  71. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  72. 75e2def BSC VTY: Print some more of the already-generated statistics by Harald Welte · 14 years ago
  73. eafe22c SGSN / GMM: Only allow non-roaming IMSIs by Harald Welte · 14 years ago
  74. 2cafc4b BSC API: Make 'Got data in non active state' message as LOGL_INFO by Harald Welte · 14 years ago
  75. 3a3c277 RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUG by Harald Welte · 14 years ago
  76. b29cea1 Fix some stupid typos resulting in compile errors. by Harald Welte · 14 years ago
  77. 712ddbc BSC VTY: Fix off-by-one / segfault in 'show bts NR' by Harald Welte · 14 years ago
  78. 85bded8 BTS VTY: Order bts-trx-ts-lchan in 'show lchan' by Harald Welte · 14 years ago
  79. cd103a9 BSC VTY: Print the current mode of a dynamic TCH/F / PDCH by Harald Welte · 14 years ago
  80. 026b4ca BSC VTY: Change order of elements in 'show timeslot' command by Harald Welte · 14 years ago
  81. 127af34 BSC VTY: Remove extraneous 'else' from write_ts_single() by Harald Welte · 14 years ago
  82. 274d015 BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specified by Harald Welte · 14 years ago
  83. f6bd340 GPRS/GMM: Correctly look up MM Context in RA Update by Harald Welte · 14 years ago
  84. 985263e GPRS: enhance msgb headroom/tailroom for SGSN (GMM) by Harald Welte · 14 years ago
  85. 082b01f More verbose logging of authentication internals by Harald Welte · 14 years ago
  86. c9f499f IMM ASS REJ: Actually add t3122 parsing to vty code by Harald Welte · 14 years ago
  87. 86dda08 Authentication: use ENUM instead of magic numbers by Harald Welte · 14 years ago
  88. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  89. d0d2b0b Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate' by Harald Welte · 14 years ago
  90. 53cd7ac Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot by Harald Welte · 14 years ago
  91. d4e6872 gsm48: Release the LU procedure only after the TMSI REALL_COMPL by Holger Hans Peter Freyther · 14 years ago
  92. 434bb3f MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  93. 7ce5e25 mnccc.c: Add 2 line header describing what this file is all about by Harald Welte · 14 years ago
  94. f93e8fa gsm48: Use NULL instead of 0 for pointers in C. by Holger Hans Peter Freyther · 14 years ago
  95. 6003d6b rsl: Remove unimplemented/unused rsl_paging_cmd_subscr by Holger Hans Peter Freyther · 14 years ago
  96. 28dcbc5 misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  97. c5faf66 misc: Reorder includes, move osmocore to the end by Holger Hans Peter Freyther · 14 years ago
  98. 3547045 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 14 years ago
  99. e2fee35 misc: Include abis_rsl.h to remove some compiler warnings by Holger Hans Peter Freyther · 14 years ago
  100. c7782de gsm48_tx_release_compl(): Don't use transaction after trans_free() by Harald Welte · 14 years ago