1. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  2. 39f1880 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  3. f8fd106 nat: Send a transcoder reset on start up. by Holger Hans Peter Freyther · 14 years ago
  4. d582b20 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  5. 56ac269 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  6. 39f2f6d mgcp: Add ports for the transcoder as well by Holger Hans Peter Freyther · 14 years ago
  7. cab3834 mgcp: Add a transcoder-mgw command to store the address by Holger Hans Peter Freyther · 14 years ago
  8. 90d3817 nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  9. 5d15019 mgcp: Keep the gw_fd inside the mgcp_config by Holger Hans Peter Freyther · 14 years ago
  10. 93651d6 mgcp: Remove the hack to remap timeslot one... by Holger Hans Peter Freyther · 14 years ago
  11. bca2d60 db: Declare db_sms_inc_deliver_attempts. by Holger Hans Peter Freyther · 14 years ago
  12. 2460bed bsc: Prepare to store the SCCP connection inside the subscriber by Holger Hans Peter Freyther · 14 years ago
  13. 74ff36f msc: Send a signal when the connections to the MSC dropped by Holger Hans Peter Freyther · 14 years ago
  14. 054928d bsc: Make the write method public it will be used by other modules by Holger Hans Peter Freyther · 14 years ago
  15. 05394bc bsc: Add code responsible for connecting, reconnecting to the MSC by Holger Hans Peter Freyther · 14 years ago
  16. e519958 bsc: Keep all active subscriber connections in a list. by Holger Hans Peter Freyther · 14 years ago
  17. e60a0a9 bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  18. db60d0a osmo_rf: Keep the current policy inside the RF struct.. by Holger Hans Peter Freyther · 14 years ago
  19. cdcb600 bsc: Move the rf_ctl into the msc data struct by Holger Hans Peter Freyther · 14 years ago
  20. 8c4dca2 bsc: Register a new MSC group with data for the MSC connection by Holger Hans Peter Freyther · 14 years ago
  21. 58b3df5 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  22. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  23. 531d3e3 nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  24. 3112f67 [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  25. e7be13c [paging] When we ran down to 0 available paging slots start a credit timer by Holger Hans Peter Freyther · 14 years ago
  26. b6b9d70 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  27. f0f37f1 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  28. 21d63ff bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  29. db39203 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  30. 2a5b796 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  31. 4e6129a nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  32. 926c5fd nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  33. bf2e1b5 nat: Remove the CRCX value from the nat by Holger Hans Peter Freyther · 14 years ago
  34. 7089d53 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  35. f6037e2 mgcp: Add method to go back from endpoint to multiplex/timeslot by Holger Hans Peter Freyther · 14 years ago
  36. f044376 mgcp: Speculative mgcp fix... by Holger Hans Peter Freyther · 14 years ago
  37. 19ce77c vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  38. e15223b mgcp: Remember if the endpoint was allocated... by Holger Hans Peter Freyther · 14 years ago
  39. 70d18cb mgcp: Add a callback to inform the client that an endpoint got reallocated by Holger Hans Peter Freyther · 14 years ago
  40. 9a87782 nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago
  41. 526b4d3 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  42. 8fdb95e mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  43. 73aa514 mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago
  44. 05d8f5f mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  45. f330729 mgcp: Allow to have a different port allocation mode by Holger Hans Peter Freyther · 14 years ago
  46. 2ea9118 mgcp: Prepare to have different port allocation strategies. by Holger Hans Peter Freyther · 14 years ago
  47. 81938e9 mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  48. ee4657c mgcp: Rename the base port to bts_base as it will be used for the bts by Holger Hans Peter Freyther · 14 years ago
  49. bfb68b7 mgcp: Move the bfd for rtp/rtcp into the port by Holger Hans Peter Freyther · 14 years ago
  50. 083059e mgcp: Make the function internal, only used by the init/config code by Holger Hans Peter Freyther · 14 years ago
  51. d1725f4 mgcp: Rename the bind method to show it is only binding for the bts port by Holger Hans Peter Freyther · 14 years ago
  52. 7140dae mgcp: Only use early bind for the BTS socket. by Holger Hans Peter Freyther · 14 years ago
  53. 148c5d3 mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTS by Holger Hans Peter Freyther · 14 years ago
  54. fab76aa mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  55. 6434452 mgcp: Remove the forwarding mode as it was not used. by Holger Hans Peter Freyther · 14 years ago
  56. 0253fe2 vty: Remove the logging command that is in libosmocore by Holger Hans Peter Freyther · 14 years ago
  57. 6230eb2 mgcp: Only patch the header if we had a change in SSRC by Holger Hans Peter Freyther · 14 years ago
  58. 3040ed4 mgcp: Allow switching the audio streams, patch the header by Holger Hans Peter Freyther · 14 years ago
  59. 84ba528 mgcp: Move the rtp state into a struct by Holger Hans Peter Freyther · 14 years ago
  60. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  61. b33ded1 mgcp: Allow to change the receive (the loopback part) via the VTY by Holger Hans Peter Freyther · 14 years ago
  62. 0bdf20d mgcp: Implement the "loopback" mode for a connection endpoint. by Holger Hans Peter Freyther · 14 years ago
  63. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  64. 3fdf5b9 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  65. a8dffc1 sccp: Use the external libosmo-sccp as sccp implementation by Holger Hans Peter Freyther · 14 years ago
  66. d8acf14 [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  67. 37dfea4 Add more RSL <-> Osmo SI type mappings, export osmo_sitype_strs[] by Harald Welte · 14 years ago
  68. e758d95 mgcp: Attempt to count missing RTP packets with a basic calculation by Holger Hans Peter Freyther · 14 years ago
  69. 9bf4cec osmo_bsc_rf: Add a grace command, send a signal by Holger Hans Peter Freyther · 14 years ago
  70. 3140c4f mgcp: Rename TOS to DSCP by Holger Hans Peter Freyther · 14 years ago
  71. f0374a5 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  72. 7429476 gsm_04_80: Allow to specify the alert pattern for the notification by Holger Hans Peter Freyther · 14 years ago
  73. 9059790 gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY by Holger Hans Peter Freyther · 14 years ago
  74. b506d72 gsm_04_80: Add untested code for USSD notification... by Holger Hans Peter Freyther · 14 years ago
  75. d26df29 gsm_04_80: Add code to wrap a facility IE around. by Holger Hans Peter Freyther · 14 years ago
  76. 7461c1c gsm_04_80: Create a unstructuredSS-Notify message by Holger Hans Peter Freyther · 14 years ago
  77. 26e4627 gsm_04_80: Fix the style and move the '*' to the function by Holger Hans Peter Freyther · 14 years ago
  78. 93be079 gsm0480: Implement a generic "invoke" wrapping for messages. by Holger Hans Peter Freyther · 14 years ago
  79. 4e1c7f1 gsm0480: Attempt to encode a NotifySS-Arg with a username.. by Holger Hans Peter Freyther · 14 years ago
  80. fb4e783 gsm_subscriber: Increase the name to 160 charachters by Holger Hans Peter Freyther · 14 years ago
  81. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  82. e7538c5 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  83. 4e5140b sccp: u_int32_t -> uint32_t by Holger Hans Peter Freyther · 14 years ago
  84. 8deda23 sccp: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  85. b67f408 rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMAND by Holger Hans Peter Freyther · 14 years ago
  86. 040e10a bsc_api: Add cipher mod reject api callback by Holger Hans Peter Freyther · 14 years ago
  87. 2158893 bsc_api: Add stub for the cipher mode command. by Holger Hans Peter Freyther · 14 years ago
  88. cf863e4 bsc_api: Create dummy stub for the assignment command. by Holger Hans Peter Freyther · 14 years ago
  89. 8b39d73 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  90. 432da6e ipaccess-config/network-listen update by Harald Welte · 14 years ago
  91. b31c9df ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  92. 0f31775 move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  93. dfea6c8 abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  94. 22e9ac3 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago
  95. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  96. feace4d nat: Remove the first_contact variable. by Holger Hans Peter Freyther · 14 years ago
  97. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  98. 8fd9775 nat: Store the msc_con in the data of the bsc_fd by Holger Hans Peter Freyther · 14 years ago
  99. 6200fd9 nat: Keep track of the MSC handling the connection. by Holger Hans Peter Freyther · 14 years ago
  100. 45fcf68 [SGSN] Initial work on GMM authentication and ciphering by Harald Welte · 14 years ago