1. 21d63ff bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  2. db39203 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  3. 2a5b796 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  4. 4e6129a nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  5. 926c5fd nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  6. bf2e1b5 nat: Remove the CRCX value from the nat by Holger Hans Peter Freyther · 14 years ago
  7. 7089d53 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  8. f6037e2 mgcp: Add method to go back from endpoint to multiplex/timeslot by Holger Hans Peter Freyther · 14 years ago
  9. f044376 mgcp: Speculative mgcp fix... by Holger Hans Peter Freyther · 14 years ago
  10. 19ce77c vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  11. e15223b mgcp: Remember if the endpoint was allocated... by Holger Hans Peter Freyther · 14 years ago
  12. 70d18cb mgcp: Add a callback to inform the client that an endpoint got reallocated by Holger Hans Peter Freyther · 14 years ago
  13. 9a87782 nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago
  14. 526b4d3 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  15. 8fdb95e mgcp: Add a call tap feature to forward audio to another forward port by Holger Hans Peter Freyther · 14 years ago
  16. 73aa514 mgcp: Patch RTP packets again if that is allowed. by Holger Hans Peter Freyther · 14 years ago
  17. 05d8f5f mgcp: Allow to dynamically allocate ports from a range.. by Holger Hans Peter Freyther · 14 years ago
  18. f330729 mgcp: Allow to have a different port allocation mode by Holger Hans Peter Freyther · 14 years ago
  19. 2ea9118 mgcp: Prepare to have different port allocation strategies. by Holger Hans Peter Freyther · 14 years ago
  20. 81938e9 mgcp: Allocate a different port for the networking... by Holger Hans Peter Freyther · 14 years ago
  21. 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
  22. bfb68b7 mgcp: Move the bfd for rtp/rtcp into the port by Holger Hans Peter Freyther · 14 years ago
  23. 083059e mgcp: Make the function internal, only used by the init/config code by Holger Hans Peter Freyther · 14 years ago
  24. d1725f4 mgcp: Rename the bind method to show it is only binding for the bts port by Holger Hans Peter Freyther · 14 years ago
  25. 7140dae mgcp: Only use early bind for the BTS socket. by Holger Hans Peter Freyther · 14 years ago
  26. 148c5d3 mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTS by Holger Hans Peter Freyther · 14 years ago
  27. fab76aa mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  28. 6434452 mgcp: Remove the forwarding mode as it was not used. by Holger Hans Peter Freyther · 14 years ago
  29. 0253fe2 vty: Remove the logging command that is in libosmocore by Holger Hans Peter Freyther · 14 years ago
  30. 6230eb2 mgcp: Only patch the header if we had a change in SSRC by Holger Hans Peter Freyther · 14 years ago
  31. 3040ed4 mgcp: Allow switching the audio streams, patch the header by Holger Hans Peter Freyther · 14 years ago
  32. 84ba528 mgcp: Move the rtp state into a struct by Holger Hans Peter Freyther · 14 years ago
  33. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  34. b33ded1 mgcp: Allow to change the receive (the loopback part) via the VTY by Holger Hans Peter Freyther · 14 years ago
  35. 0bdf20d mgcp: Implement the "loopback" mode for a connection endpoint. by Holger Hans Peter Freyther · 14 years ago
  36. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  37. 3fdf5b9 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  38. a8dffc1 sccp: Use the external libosmo-sccp as sccp implementation by Holger Hans Peter Freyther · 14 years ago
  39. d8acf14 [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  40. 37dfea4 Add more RSL <-> Osmo SI type mappings, export osmo_sitype_strs[] by Harald Welte · 14 years ago
  41. e758d95 mgcp: Attempt to count missing RTP packets with a basic calculation by Holger Hans Peter Freyther · 14 years ago
  42. 9bf4cec osmo_bsc_rf: Add a grace command, send a signal by Holger Hans Peter Freyther · 14 years ago
  43. 3140c4f mgcp: Rename TOS to DSCP by Holger Hans Peter Freyther · 14 years ago
  44. f0374a5 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  45. 7429476 gsm_04_80: Allow to specify the alert pattern for the notification by Holger Hans Peter Freyther · 14 years ago
  46. 9059790 gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY by Holger Hans Peter Freyther · 14 years ago
  47. b506d72 gsm_04_80: Add untested code for USSD notification... by Holger Hans Peter Freyther · 14 years ago
  48. d26df29 gsm_04_80: Add code to wrap a facility IE around. by Holger Hans Peter Freyther · 14 years ago
  49. 7461c1c gsm_04_80: Create a unstructuredSS-Notify message by Holger Hans Peter Freyther · 14 years ago
  50. 26e4627 gsm_04_80: Fix the style and move the '*' to the function by Holger Hans Peter Freyther · 14 years ago
  51. 93be079 gsm0480: Implement a generic "invoke" wrapping for messages. by Holger Hans Peter Freyther · 14 years ago
  52. 4e1c7f1 gsm0480: Attempt to encode a NotifySS-Arg with a username.. by Holger Hans Peter Freyther · 14 years ago
  53. fb4e783 gsm_subscriber: Increase the name to 160 charachters by Holger Hans Peter Freyther · 14 years ago
  54. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  55. e7538c5 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  56. 4e5140b sccp: u_int32_t -> uint32_t by Holger Hans Peter Freyther · 14 years ago
  57. 8deda23 sccp: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  58. b67f408 rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMAND by Holger Hans Peter Freyther · 14 years ago
  59. 040e10a bsc_api: Add cipher mod reject api callback by Holger Hans Peter Freyther · 14 years ago
  60. 2158893 bsc_api: Add stub for the cipher mode command. by Holger Hans Peter Freyther · 14 years ago
  61. cf863e4 bsc_api: Create dummy stub for the assignment command. by Holger Hans Peter Freyther · 14 years ago
  62. 8b39d73 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  63. 432da6e ipaccess-config/network-listen update by Harald Welte · 14 years ago
  64. b31c9df ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  65. 0f31775 move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  66. dfea6c8 abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  67. 22e9ac3 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago
  68. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  69. feace4d nat: Remove the first_contact variable. by Holger Hans Peter Freyther · 14 years ago
  70. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  71. 8fd9775 nat: Store the msc_con in the data of the bsc_fd by Holger Hans Peter Freyther · 14 years ago
  72. 6200fd9 nat: Keep track of the MSC handling the connection. by Holger Hans Peter Freyther · 14 years ago
  73. 45fcf68 [SGSN] Initial work on GMM authentication and ciphering by Harald Welte · 14 years ago
  74. 222b068 [SGSN] Use libosmocore GPRS encryption plugins from LLC layer by Harald Welte · 14 years ago
  75. 81fb358 [SGSN] Call libosmocore helper to load cipher plugins by Harald Welte · 14 years ago
  76. 3322cb3 [SGSN] Fix segfault when passing re-assembled SN-PDU to GMM by Harald Welte · 14 years ago
  77. b01b533 osmo-bsc: Start adding code for the osmo_bsc.. by Holger Hans Peter Freyther · 14 years ago
  78. df5f724 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  79. bac7ff7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  80. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  81. 1a95fa8 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  82. c08f6f0 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  83. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  84. 4854939 silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  85. 6332a8a [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  86. 99bed52 [BSC] Keep a SYSTEM INFORMATION cache for each BTS by Harald Welte · 14 years ago
  87. bf6624d [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  88. 20e275a [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  89. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  90. 67104d1 unfinished support for hopping channels by Harald Welte · 15 years ago
  91. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  92. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  93. 320c5e1 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  94. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  95. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  96. a34bb3d nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues. by Holger Hans Peter Freyther · 14 years ago
  97. d2cc4e3 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  98. 489d0a6 [mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets. by Holger Hans Peter Freyther · 14 years ago
  99. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  100. e5dfd49 bsc_api: Remove the _lchan and make the method static.. by Holger Hans Peter Freyther · 14 years ago