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