1. fc85741 subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  2. ebdd3cb subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  3. 725966d subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  4. ebd50a6 bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  5. 1cc7184 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 14 years ago
  6. 5414627 misc: Forward declare the struct gsm_bts_trx_ts to avoid warning. by Holger Hans Peter Freyther · 14 years ago
  7. 59234a3 mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 14 years ago
  8. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 14 years ago
  9. ea057d9 mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  10. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  11. 371efe5 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  12. e8e432d MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  13. fea236e MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  14. 7655637 MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  15. e6da14f MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  16. 54209c2 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  17. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  18. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  19. c728eea SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  20. a9b473a SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  21. 994dcbb sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  22. 4dcc5e5 sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  23. 3c6f6c2 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  24. 81c0e25 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  25. 1716406 sms: Begin sending SMS messages, handle failures by Holger Hans Peter Freyther · 14 years ago
  26. 11b28f9 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  27. 04144c1 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 14 years ago
  28. 0eb7666 sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 14 years ago
  29. 73b878a db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  30. 812dad0 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  31. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  32. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  33. f694d5f subscr: Introduce subscr_purge_inactive to free unused subscribers by Holger Hans Peter Freyther · 14 years ago
  34. daee5ca subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 14 years ago
  35. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  36. 985263e GPRS: enhance msgb headroom/tailroom for SGSN (GMM) by Harald Welte · 14 years ago
  37. 86dda08 Authentication: use ENUM instead of magic numbers by Harald Welte · 14 years ago
  38. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  39. 53cd7ac Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot by Harald Welte · 14 years ago
  40. 434bb3f MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  41. 6003d6b rsl: Remove unimplemented/unused rsl_paging_cmd_subscr by Holger Hans Peter Freyther · 14 years ago
  42. 28dcbc5 misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  43. 3547045 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 14 years ago
  44. d85642a ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  45. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  46. f751a10 bs11_config: show the BPORT0 / BPORT1 configuration in 'query' by Harald Welte · 14 years ago
  47. 98b53cb include: Add proper predeclaration for struct in mncc.h by Sylvain Munaut · 14 years ago
  48. 81a8bf1 include: Small fixes to gsm_data.h by Sylvain Munaut · 14 years ago
  49. 12e373c include: Add proper predeclaration for struct in system_information.h by Sylvain Munaut · 14 years ago
  50. 3f16da2 include: Add proper predeclaration for struct in abis_rsl.h by Sylvain Munaut · 14 years ago
  51. c7ff257 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  52. e0b06b0 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  53. 70c232f mid-call: Implement a timer to go from grace to off. by Holger Hans Peter Freyther · 14 years ago
  54. bb62b3f mid-call: Rename ussd-grace to mid-call by Holger Hans Peter Freyther · 14 years ago
  55. 625b6e4 mid-call: Introduce a timeout to switch from grace to rf off. by Holger Hans Peter Freyther · 14 years ago
  56. b4e72f8 bsc: Implement queuing of messages to the MSC before the con is established by Holger Hans Peter Freyther · 14 years ago
  57. b79c3c9 bsc: The ip.access rtp-payload has no useful meaning by Holger Hans Peter Freyther · 14 years ago
  58. 620c2e6 bsc: Add thr audio module to send the MDCX message to the BTS by Holger Hans Peter Freyther · 14 years ago
  59. 50c579b bsc: Implement the assignment command to the point of calling into the BSC API by Holger Hans Peter Freyther · 14 years ago
  60. fae3c65 bsc: Parse the cipher mode command and pass it to the BSC api. by Holger Hans Peter Freyther · 14 years ago
  61. 863a55d bsc: Make bsc_queue_for_msc work on the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 14 years ago
  62. 3485feb bsc: Add module for handling BSSAP input by Holger Hans Peter Freyther · 14 years ago
  63. 00f4cc2 bsc: Implement closing the connections when the MSC goes missing by Holger Hans Peter Freyther · 14 years ago
  64. 7e90108 bsc: Make open/close work on the sccp data by Holger Hans Peter Freyther · 14 years ago
  65. b8781d2 bsc: Start to open a SCCP connection and prepare timers and such. by Holger Hans Peter Freyther · 14 years ago
  66. 9b17c76 bsc: Work a bit on opening the SCCP connection to the MSC. by Holger Hans Peter Freyther · 14 years ago
  67. 2a8675e bsc: Add a mobile country code setting for the backbone. by Holger Hans Peter Freyther · 14 years ago
  68. 52d42ab bsc: Implement scanning and changing messages from the MSC by Holger Hans Peter Freyther · 14 years ago
  69. a54732d bsc: Add a method to scan messages coming from the MSC. by Holger Hans Peter Freyther · 14 years ago
  70. d65305f bsc: Look for location updating requests in messages by Holger Hans Peter Freyther · 14 years ago
  71. 5bb874d bsc: Add a hook where we can scan for LU and other messages. by Holger Hans Peter Freyther · 14 years ago
  72. cc48fb8 bsc: Call into the SCCP layer to create a new connection. by Holger Hans Peter Freyther · 14 years ago
  73. 4582586 bsc: Add a method that will queue the message on a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  74. 77cd95d bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  75. 8d380dc bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  76. 2603c1f bsc_api: Clarify the parameters of the assignment command by Holger Hans Peter Freyther · 14 years ago
  77. 2f169d6 bsc_api: Make the cipher_mode take the 'include imei sv' argument by Holger Hans Peter Freyther · 14 years ago
  78. 45b575f bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  79. 66dcd92 bsc_api: Nuke the clear complete from the API. by Holger Hans Peter Freyther · 14 years ago
  80. 46caa30 bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  81. b094171 bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  82. e1996f0 bsc_api: The cipher mode is not a message on the air interface by Holger Hans Peter Freyther · 14 years ago
  83. fce9307 bsc_api: Change the cause to a uint8_t for now by Holger Hans Peter Freyther · 14 years ago
  84. 05c6884 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  85. 85334f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  86. 8dfd241 subscr: Add method to find an active subscriber by Holger Hans Peter Freyther · 14 years ago
  87. d740b68 subscr: Add the subscr_get_or_create from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  88. 928ca74 subscr: Move the TMSI reserved into the gsm_data by Holger Hans Peter Freyther · 14 years ago
  89. 8cc5903 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  90. 5652cfc mark andreas@eversberg.eu as 'extern' for lcr by Andreas Eversberg · 14 years ago
  91. f3d1ae7 bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  92. 7bf66c5 bsc: Add the audio codec list command to list preferred codecs by Holger Hans Peter Freyther · 14 years ago
  93. fe16622 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  94. 45f9e69 bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  95. 4de1116 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  96. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  97. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  98. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  99. 732d9c1 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.9
  100. 54f5352 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago