1. 8b39d73 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  2. 432da6e ipaccess-config/network-listen update by Harald Welte · 14 years ago
  3. b31c9df ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  4. 0f31775 move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  5. dfea6c8 abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  6. 22e9ac3 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago
  7. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  8. feace4d nat: Remove the first_contact variable. by Holger Hans Peter Freyther · 14 years ago
  9. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  10. 8fd9775 nat: Store the msc_con in the data of the bsc_fd by Holger Hans Peter Freyther · 14 years ago
  11. 6200fd9 nat: Keep track of the MSC handling the connection. by Holger Hans Peter Freyther · 14 years ago
  12. 45fcf68 [SGSN] Initial work on GMM authentication and ciphering by Harald Welte · 14 years ago
  13. 222b068 [SGSN] Use libosmocore GPRS encryption plugins from LLC layer by Harald Welte · 14 years ago
  14. 81fb358 [SGSN] Call libosmocore helper to load cipher plugins by Harald Welte · 14 years ago
  15. 3322cb3 [SGSN] Fix segfault when passing re-assembled SN-PDU to GMM by Harald Welte · 14 years ago
  16. b01b533 osmo-bsc: Start adding code for the osmo_bsc.. by Holger Hans Peter Freyther · 14 years ago
  17. df5f724 handover: Call bsc_handover_clear from gsm0808_clear by Holger Hans Peter Freyther · 14 years ago
  18. bac7ff7 handover: Attempt to use the same gsm_subscriber_conn for new/old channel by Holger Hans Peter Freyther · 14 years ago
  19. 6e5c50f bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  20. 1a95fa8 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  21. c08f6f0 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  22. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  23. 4854939 silent_call: Use the gsm_subscriber_connection instead of lchan->conn by Holger Hans Peter Freyther · 14 years ago
  24. 6332a8a [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  25. 99bed52 [BSC] Keep a SYSTEM INFORMATION cache for each BTS by Harald Welte · 14 years ago
  26. bf6624d [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  27. 20e275a [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  28. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  29. 67104d1 unfinished support for hopping channels by Harald Welte · 15 years ago
  30. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  31. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  32. 320c5e1 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  33. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  34. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  35. a34bb3d nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues. by Holger Hans Peter Freyther · 14 years ago
  36. d2cc4e3 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  37. 489d0a6 [mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets. by Holger Hans Peter Freyther · 14 years ago
  38. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  39. e5dfd49 bsc_api: Remove the _lchan and make the method static.. by Holger Hans Peter Freyther · 14 years ago
  40. 897ad9a bsc_api: Move BSC API between MSC and RSL code... by Holger Hans Peter Freyther · 14 years ago
  41. 5e58a0e bsc_api: Operate on the subscriber connection for subscriber management by Holger Hans Peter Freyther · 14 years ago
  42. 92f1b2d bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  43. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  44. 8bf60d4 chan_alloc: Make the lchan_find(bts,subscr) private/internal.. by Holger Hans Peter Freyther · 14 years ago
  45. 5a38f92 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  46. 4dfa08d nat: Add the OSMO NAT to the build process. by Holger Hans Peter Freyther · 14 years ago
  47. 256a040 nat: Add NAT_NODE and BSC_NODE for the nat by Holger Hans Peter Freyther · 14 years ago
  48. a5eb773 nat: Register a debug region for the nat. by Holger Hans Peter Freyther · 14 years ago
  49. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  50. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  51. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  52. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  53. 9d42d32 [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  54. 7ba0c54 msc: Add msc ip-tos NR option for the BSC by Holger Hans Peter Freyther · 14 years ago
  55. 15a1f99 [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  56. e1a1648 [nat] Make create_sccp_src_ref return the SCCP Connection. by Holger Hans Peter Freyther · 14 years ago
  57. d1394be [nat] Remove parameter that is never accessed directly by Holger Hans Peter Freyther · 14 years ago
  58. c3dccc7 [nat] Add the notion of a "local" connection. by Holger Hans Peter Freyther · 14 years ago
  59. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  60. d5a2bc4 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  61. 066190f [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  62. 6e88b17 [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  63. afe60c0 [bsc_msc] Move the id get response into the bsc_msc.c by Holger Hans Peter Freyther · 14 years ago
  64. 6f00907 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  65. dac2dee [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  66. 6d35716 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  67. b5280e2 nat: Store the creation time of a sccp connection. by Holger Hans Peter Freyther · 14 years ago
  68. 8e2e0ac nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  69. 9b6f999 bsc_msc: Add a connection timeout for the MSC. by Holger Hans Peter Freyther · 14 years ago
  70. acd3078 nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  71. 582511a nat: Send a IPA PING down the stream and wait for the pong. by Holger Hans Peter Freyther · 14 years ago
  72. 1512dc2 nat: Add a command to close a given BSC Connection by Holger Hans Peter Freyther · 14 years ago
  73. 5975c68 nat: Only close connections that were fully connected by Holger Hans Peter Freyther · 14 years ago
  74. 9ef7881 nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint by Holger Hans Peter Freyther · 14 years ago
  75. 3633095 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  76. 7acf462 [nat] Add option to forbid the paging to the BSC. by Holger Hans Peter Freyther · 14 years ago
  77. da30c4b [nat] Lookup by BSC Connection otherwise the point of reassigning the is defeated by Holger Hans Peter Freyther · 14 years ago
  78. 98d15ef nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  79. 935b2df nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  80. bace202 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  81. 9226d70 nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  82. ec29153 bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connection by Holger Hans Peter Freyther · 14 years ago
  83. 4b6da56 nat: Add config option to filter/handle certain imsi'es. by Holger Hans Peter Freyther · 14 years ago
  84. 5fa42dd [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  85. eb4edde nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  86. dc81393 nat: Send the reset after we have received the init ack by Holger Hans Peter Freyther · 14 years ago
  87. bfcf519 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  88. 65b745e Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  89. c0ff1d0 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  90. 55edb78 nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  91. b02692f nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  92. 0d0aaa6 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  93. 9fec010 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  94. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  95. acd6420 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  96. 8917998 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  97. 3468be3 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  98. 1f27839 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  99. 8c61cdb [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  100. 3660e4d nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago