1. 38eb3dc amr: Attempt to unbreak the AMR support in the BSC by Holger Hans Peter Freyther · 9 years ago
  2. d63b71d amr: Instead of putting ms/bts into the same struct.. use it twice by Holger Hans Peter Freyther · 9 years ago
  3. fa163e8 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 11 years ago
  4. 8d88a92 mncc: Use the default codec from the built-in mncc mode by Holger Hans Peter Freyther · 9 years ago
  5. bfe773f mncc: Implement CRCX->MDCX for handover for direct rtp mode by Holger Hans Peter Freyther · 9 years ago
  6. 493d4ee mncc: Implement the direct RTP mode for ip based systems by Holger Hans Peter Freyther · 9 years ago
  7. 49d16b7 mncc: Update the protocol to match LCR by Holger Hans Peter Freyther · 9 years ago
  8. 622a9e8 msc: Add channel information to the meas_feed, bump version to v1. by Alexander Chemeris · 9 years ago
  9. e589938 mgcp: Allow to bind to different ports for net/bts ports by Holger Hans Peter Freyther · 9 years ago
  10. ed4b715 mgcp: Begin to separate network and bts endpoints by Holger Hans Peter Freyther · 9 years ago
  11. 55032db mgcp: Add transcoding from PCMU as well by Holger Hans Peter Freyther · 9 years ago
  12. 644fdc2 osmux: add option to pad the circuit with dummy messages by Pablo Neira Ayuso · 9 years ago
  13. 9b57a3d sgsn: make all SGSN timers configurable via the VTY by Harald Welte · 9 years ago
  14. f9248d9 Add option to set RADIO LINK TIMEOUT value via VTY by Andreas Eversberg · 11 years ago
  15. ac27e82 mgcp: Allow to enforce that the codecs need to match by Holger Hans Peter Freyther · 9 years ago
  16. 2e36bd1 mgcp: Move the SDP handling into a separate file/module by Holger Hans Peter Freyther · 9 years ago
  17. fa862f3 mgcp: Remove unused parsing data struct by Holger Hans Peter Freyther · 9 years ago
  18. 6fb2efb nat: Forward SDP files with multiple payload types in it by Holger Hans Peter Freyther · 9 years ago
  19. 1387df7 nitb: Add a mode to not use TMSI for normal operation by Holger Hans Peter Freyther · 9 years ago
  20. 10c80ed mgcp: Include enough socket data structures to build on freebsd by Holger Hans Peter Freyther · 9 years ago
  21. 658f964 bsc: Rename core_ncc to core_mnc by Holger Hans Peter Freyther · 9 years ago
  22. 9215aab nat: Use RAND_bytes instead of /dev/urandom by Holger Hans Peter Freyther · 9 years ago
  23. 237d853 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  24. 1f93da7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  25. 08ecbdc nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  26. 9549584 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  27. b4b23c7 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  28. f1e166c nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  29. 143ac5f libbsc: Move SIs update/generation for a BTS into a separate function. by Alexander Chemeris · 9 years ago
  30. 8adb9c4 sgsn: Allow to specify the DNS servers that should be used by Holger Hans Peter Freyther · 9 years ago
  31. 2b1d49a sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  32. 180027c sgsn: Integrate c-ares with the osmocom event loop by Holger Hans Peter Freyther · 9 years ago
  33. 8b2b5fb sgsn: Extract the hlr Number into the mm context by Holger Hans Peter Freyther · 9 years ago
  34. fe4a9f6 gsup: Copy the hlr-Number and use it during purge by Holger Hans Peter Freyther · 9 years ago
  35. f0bfe38 gsup: Decode/Encode the hlr-Number in the GSUP message by Holger Hans Peter Freyther · 9 years ago
  36. 6975df3 cdr: Remember the charging id supplied by the GGSN by Holger Hans Peter Freyther · 9 years ago
  37. 33d469b sgsn: Create an initial and limited CDR module by Holger Hans Peter Freyther · 9 years ago
  38. f14098a sgsn: Add various signals consumed by CDR or other client code by Holger Hans Peter Freyther · 9 years ago
  39. ea2825a sgsn: Make the free function internal by Holger Hans Peter Freyther · 9 years ago
  40. 532b09d sgsn: Store subscribed QoS and attempt to use it by Holger Hans Peter Freyther · 9 years ago
  41. 786cfee sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation by Holger Hans Peter Freyther · 9 years ago
  42. 2944e21 gsup: Extract the QoS field by Holger Hans Peter Freyther · 9 years ago
  43. 0466274 gsup: Extract the new MSISDN string by Holger Hans Peter Freyther · 9 years ago
  44. 48f9a4e bsc: Add access list filtering to the BSC by Holger Hans Peter Freyther · 9 years ago
  45. fd74c39 bsc: Add access lists to the MSC and the BSC by Holger Hans Peter Freyther · 9 years ago
  46. e192c7b filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  47. b0023f5 filter: Move from DNAT to DFILTER category by Holger Hans Peter Freyther · 9 years ago
  48. 99cc91e filter: Remove bsc_connection from the filter API by Holger Hans Peter Freyther · 9 years ago
  49. d308480 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  50. a6f229b filter: Separate SCCP/BSSAP extraction and gsm48 code by Holger Hans Peter Freyther · 9 years ago
  51. cc0d656 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  52. 80c7e25 filter: Rename BSC to LOCAL and NAT to GLOBAL by Holger Hans Peter Freyther · 9 years ago
  53. 955f53c filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  54. ff1f62e filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  55. 739a483 filter: Move VTY code into the filter module by Holger Hans Peter Freyther · 9 years ago
  56. 2a3c25c filter: Move the access list management around by Holger Hans Peter Freyther · 9 years ago
  57. d25039a filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  58. 8fe8ddc mgcp: Fix compiler warning on 64bit builds by Holger Hans Peter Freyther · 9 years ago
  59. 61623df sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  60. dd1f026 sub: Remove introspection of the "channel queue" by Holger Hans Peter Freyther · 9 years ago
  61. 54da4c7 mgcp: Allow to disable transcoding for trunks by Holger Hans Peter Freyther · 9 years ago
  62. f85852b nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  63. 22d77aa nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  64. 6f8ae69 bts: "Repair" broken channels if we receive the release ack by Holger Hans Peter Freyther · 9 years ago
  65. 05e2770 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  66. fc632e3 rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 9 years ago
  67. def87b4 nokia: Allow to set the reset time for the nokia bts by Sipos Csaba · 9 years ago
  68. 0c8e6bd Revert "gprs: Block other GSUP procedures during PURGE_MS" by Jacob Erlbeck · 9 years ago
  69. 3400f11 sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  70. e3c935d sgsn: Add sgsn_ggsn_ctx_free function by Jacob Erlbeck · 9 years ago
  71. 9b3ca64 sgsn: Add functions to handle APN contexts by Jacob Erlbeck · 9 years ago
  72. 94a346a sgsn: Add PDP info to subscriber data by Jacob Erlbeck · 10 years ago
  73. cac6258 osmo-bts: Introduce new struct for a power loop in the BTS code by Holger Hans Peter Freyther · 9 years ago
  74. 611f775 bsc/nitb: Allow to set the GPRS mode through the ctrl command by Holger Hans Peter Freyther · 9 years ago
  75. 70c177a sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  76. 428f1ec sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_data by Jacob Erlbeck · 9 years ago
  77. e144211 nitb: Make the last change configurable by Holger Hans Peter Freyther · 9 years ago
  78. d3af802 nitb: Allow the network to decide if a subscriber should be created by Holger Hans Peter Freyther · 9 years ago
  79. e71ab2f gprs: Rename gprs_subscr_delete to gprs_subscr_cleanup by Jacob Erlbeck · 9 years ago
  80. 7a7d881 gprs: Do not put the subscr in gprs_subscr_delete by Jacob Erlbeck · 10 years ago
  81. d95cb73 sgsn: Remove the "permanent" subscriber cache by Holger Hans Peter Freyther · 10 years ago
  82. e6140d0 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 10 years ago
  83. c9a7ba3 gprs: Add GPRS timer conversion functions by Jacob Erlbeck · 10 years ago
  84. c0c9ff0 mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 10 years ago
  85. f96779f sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0 by Jacob Erlbeck · 10 years ago
  86. 4f41486 gprs: Add replies for all GSUP requests by Jacob Erlbeck · 10 years ago
  87. fdf8ce5 gprs: Block other GSUP procedures during PURGE_MS by Jacob Erlbeck · 10 years ago
  88. 8797266 gprs: Retry PURGE_MS procedure after timeout by Jacob Erlbeck · 10 years ago
  89. b3982c1 gprs: Use PURGE MS messages by Jacob Erlbeck · 10 years ago
  90. cd1b055 gprs: Implement PURGE_MS GSUP messages by Jacob Erlbeck · 10 years ago
  91. 9bf4be9 gprs: Add expiry timeout for subscriber entries by Jacob Erlbeck · 10 years ago
  92. 7fd8453 gprs: Add LOGGSUBSCRP macro to log subscriber info by Jacob Erlbeck · 10 years ago
  93. 4101008 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 10 years ago
  94. 9346dad gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 10 years ago
  95. a93c91c gprs: Send PING and eventually reconnect by Jacob Erlbeck · 10 years ago
  96. 58f75c2 gprs: Add automatic re-connect if the GSUP connection is down by Jacob Erlbeck · 10 years ago
  97. 6ff7f64 sgsn: Add global require_update_location flag by Jacob Erlbeck · 10 years ago
  98. ae357d8 gprs: Remove now unused authenticate flag by Holger Hans Peter Freyther · 10 years ago
  99. 16b17ed sgsn: Replace subscr.authenticate by global require_authentication flag by Jacob Erlbeck · 10 years ago
  100. 233715c sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago