1. 4a2f659 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  2. 446356a ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGE by Holger Hans Peter Freyther · 10 years ago
  3. 1890cf2 ctrl: Reduce code duplication and add a define to create the struct by Holger Hans Peter Freyther · 10 years ago
  4. 53af322 ctrl: Remove the param parameter as it was never used/implemented by Holger Hans Peter Freyther · 10 years ago
  5. 3b27ec9 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  6. 114c532 bsc: Fix compilation on FreeBSD by Nikola Kolev · 10 years ago
  7. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  8. d262daa sms: Kill the sms->sender and use addr/ton/npi throughout the code by Holger Hans Peter Freyther · 11 years ago
  9. 44b977e openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX by Álvaro Neira Ayuso · 10 years ago
  10. e9c9415 gprs: Fix compiler warnings in sgsn_main.c by Holger Hans Peter Freyther · 10 years ago
  11. b32f34a gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  12. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  13. 1f67232 ctrl/abis: When the max_power_reduction changes, send it to the BTS by Holger Hans Peter Freyther · 10 years ago
  14. e8e5ef2 sgsn/ctrl: Add ctrl interface, implement listing subscribers by Holger Hans Peter Freyther · 10 years ago
  15. e53ccac ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  16. d41b7b7 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  17. c652a5d nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  18. fba0316 nitb/ctrl: Add command to add/modify a subscriber to the database by Holger Hans Peter Freyther · 10 years ago
  19. 5e2832e mncc: Use helper function to check if an MNCC frame is data (speech/traffic) by Andreas Eversberg · 11 years ago
  20. eca4145 mncc: Complete definitions for all speech traffic frames at MNCC interface by Andreas Eversberg · 10 years ago
  21. 5c3e05f db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  22. 1ba8fa6 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 11 years ago
  23. 7a5e9e0 bsc: Add vty command to send location trap through VTY by Holger Hans Peter Freyther · 10 years ago
  24. 2922528 sms: Increment the RP Message Reference for each transaction by Holger Hans Peter Freyther · 10 years ago
  25. a65ec74 trau: Fix compiler warning about decoded_trau_frame by Holger Hans Peter Freyther · 10 years ago
  26. ae3ec99 ctrl: Make it possible to re-use the string get and set routine by Holger Hans Peter Freyther · 11 years ago
  27. f0d5699 ctrl: Make the int range set, get and verify methods available by Holger Hans Peter Freyther · 11 years ago
  28. e0f41ea mgcp/rtp: Compute delta timestamp based on wallclock by Jacob Erlbeck · 10 years ago
  29. 0206367 Add function to update TRAU muxer after assignment or handover by Andreas Eversberg · 11 years ago
  30. 4371c56 Use 'defines' for length and duration of RTP payload by Andreas Eversberg · 10 years ago
  31. 802cb5e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  32. f318861 mgcp: Synchronize conn mode bits and output enabled flags by Jacob Erlbeck · 10 years ago
  33. 025e6c9 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  34. 499cd25 Do not expect all BTSs support TSC != BCC by Harald Welte · 10 years ago
  35. e64bb12 mgcp: Send RTP keepalive dummy packets to net by Jacob Erlbeck · 11 years ago
  36. 8c1f4b0 mgcp/rtp: Add flag to disable RTP output by Jacob Erlbeck · 11 years ago
  37. 7be3fea si: Fix range1024 encoding by Jacob Erlbeck · 10 years ago
  38. 8f8e5bf si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messages by Jacob Erlbeck · 10 years ago
  39. 976493b Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  40. ac27b95 Add VTY option for Nokia BTS that does not send RELease CONFirm message by Andreas Eversberg · 11 years ago
  41. f12c849 mgcp/rtp: Only patch timestamp alignment errors by Jacob Erlbeck · 11 years ago
  42. 2c202cd Add EFR support to TRAU muxer + test case by Andreas Eversberg · 11 years ago
  43. e91324d mgcp: Optionally send ptime in SDP by Jacob Erlbeck · 11 years ago
  44. 91cf743 mgcp: Put local connection options into a struct by Jacob Erlbeck · 11 years ago
  45. d69cf60 mgcp/rtp: Refactored packet_duration computation by Jacob Erlbeck · 11 years ago
  46. 5a1d238 mgcp/rtp: Fix RTP timestamps if enabled by Jacob Erlbeck · 11 years ago
  47. 2b57b4c mgcp/rtp: Only patch SSRC once after MDCX if enabled by Jacob Erlbeck · 11 years ago
  48. 64af5d2 mgcp/rtp: Compute default packet duration at state initialisiation by Jacob Erlbeck · 11 years ago
  49. e5546cd mgcp/rtp: Add RTP header patch mode configuration by Jacob Erlbeck · 11 years ago
  50. 7a0d87b mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  51. ac9f6ce mgcp/rtp: Fix timestamp offset when patching RTP packets by Jacob Erlbeck · 11 years ago
  52. a2528da mgcp/rtp: Add counter for invalid RTP timestamp deltas by Jacob Erlbeck · 11 years ago
  53. 2b697e7 shared: Introduce/Add procedure pending to the MO by Holger Hans Peter Freyther · 11 years ago
  54. 6bc0d0b bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  55. 8bdc5ee Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  56. 841d19f bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  57. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  58. 5f17bf9 bts: Add a flag to remember the kind of activation/release by Holger Hans Peter Freyther · 11 years ago
  59. 67f03bd gbproxy: Add test for NSEI and NSVCI changes by Jacob Erlbeck · 11 years ago
  60. 7fee972 gbproxy/vty: Enhance delete-gbproxy-peer command by Jacob Erlbeck · 11 years ago
  61. 2ea8812 gbproxy: Add a command to delete peers from the GBProxy by Holger Hans Peter Freyther · 11 years ago
  62. cc4a2aa gbproxy: Test invalid BVCI from SGSN by Jacob Erlbeck · 11 years ago
  63. 174bad4 gbproxy: Add global and per peer counters by Jacob Erlbeck · 11 years ago
  64. e48c347 gbproxy: Replace NS-VC references by NSEI by Jacob Erlbeck · 11 years ago
  65. 76fa57a gbproxy: Add test program to test gbproxy message handling by Jacob Erlbeck · 11 years ago
  66. abe587d db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  67. 0d4f964 osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used now by Holger Hans Peter Freyther · 11 years ago
  68. 8c53428 nat: Fix make distcheck for the nat by Holger Hans Peter Freyther · 11 years ago
  69. cc0d884 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  70. dcce8e8 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  71. 3ccb86b ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  72. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  73. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  74. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  75. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  76. 058b1e5 bsc/ussd: Optionally send USSD message on MSC disconnection by Jacob Erlbeck · 11 years ago
  77. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  78. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  79. 367390b nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  80. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  81. 2fb8ebf expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  82. c25021f expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  83. 2b9693d sgsn: Add "auth-policy" VTY command to enable/disable ACL by Harald Welte · 11 years ago
  84. a0879c1 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  85. ee99535 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  86. a3f26c0 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago
  87. 6824c50 sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability elements. by Alexander Chemeris · 11 years ago
  88. 1b0af51 hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  89. 0273fab GPRS LLC: Add non-standard method of sequence number recovery by Harald Welte · 11 years ago
  90. 9480f65 nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  91. 2edde4a smpp: Attempt to fix a memory leak of the msgb by Holger Hans Peter Freyther · 11 years ago
  92. a791d23 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  93. 30c74ea ctrl: Provide a reply in case the range check failed by Holger Hans Peter Freyther · 11 years ago
  94. f0c9fd3 ctrl: Make the commands static to not pollute the namespace by Holger Hans Peter Freyther · 11 years ago
  95. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  96. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  97. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  98. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  99. ca46798 sysmobts: Add the necessary data structure and init for the SAPI queue by Holger Hans Peter Freyther · 11 years ago
  100. a4fa21c Add VTY option to set GPRS network-control-order to enable MS measurements by Andreas Eversberg · 11 years ago