1. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  2. bb23dc1 gprs: Add GSUP client by Jacob Erlbeck · 10 years ago
  3. a6ddc2d gprs: Add subscriber functions to create/handle GSUP messages by Jacob Erlbeck · 10 years ago
  4. f3a271f gprs: Add encoder/decoder for the Subscriber Update Protocol by Jacob Erlbeck · 10 years ago
  5. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  6. 454140e lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  7. b4771a6 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  8. 7ff77ec smscb: Prepare to fill in the info for CBCH in SI4 by Holger Hans Peter Freyther · 14 years ago
  9. f86852c chan_alloc: remove ts_alloc() and ts_free() by Harald Welte · 10 years ago
  10. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  11. 979ac86 libbsc/chan_alloc: Fix size of pchan to hold the +CBCH channels as well by Daniel Willmann · 10 years ago
  12. 142d12d move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-bts by Harald Welte · 10 years ago
  13. 30f1f37 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  14. 98a95ac sgsn: Add a subscriber based authentication phase by Jacob Erlbeck · 10 years ago
  15. 7921ab1 sgsn: Add support for authentication triplets by Jacob Erlbeck · 10 years ago
  16. 697a534 gprs: Add gprs_shift_tlv function by Jacob Erlbeck · 10 years ago
  17. dcfd456 gprs: Move TLV parser functions to gprs_utils.c and rename them by Jacob Erlbeck · 10 years ago
  18. f7e23c5 bts: When one link drops.. check what needs to be dropped by Holger Hans Peter Freyther · 10 years ago
  19. c22930e bts: Add some simple dependency between different BTS by Holger Hans Peter Freyther · 10 years ago
  20. 27ca043 bts: Remove unused fields from the trx structure by Holger Hans Peter Freyther · 10 years ago
  21. 2e5e94c sgsn: Support subscriber based authentication by Jacob Erlbeck · 10 years ago
  22. 4adb136 sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  23. a1e0373 sgsn: Put SGSN related subscriber data into separate struct by Jacob Erlbeck · 10 years ago
  24. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  25. be2c8d9 sgsn: Integrate subscriber handling into the SGSN by Jacob Erlbeck · 10 years ago
  26. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  27. 70d8e31 msc: Add per subscriber keep_in_ram flag by Jacob Erlbeck · 10 years ago
  28. af792d6 msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  29. 8ff3fb0 sgsn: Do authentication based on SRES values by Jacob Erlbeck · 10 years ago
  30. bd0cf11 sgsn: Change Auth&Ciph timer handling by Jacob Erlbeck · 10 years ago
  31. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  32. dae1f64 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  33. f07c605 msc: Add net back pointer to gsm_trans by Jacob Erlbeck · 10 years ago
  34. a49b2c0 bsc: Allow to generate new system information online by Holger Hans Peter Freyther · 10 years ago
  35. b92a538 bts: Store the bcch_change_mark in the bts structure by Holger Hans Peter Freyther · 10 years ago
  36. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  37. 02ab91e sgsn: Cross-link gsm_subscriber and sgsn_mm_ctx by Jacob Erlbeck · 10 years ago
  38. a0b6efb sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  39. f951a01 sgsn: Refactor sgsn_auth to separate request and authorization by Jacob Erlbeck · 10 years ago
  40. 106f547 sgsn: Add 'acl-only' authentication policy by Jacob Erlbeck · 10 years ago
  41. 423f8bf sgsn: Make authorization asynchronous by Jacob Erlbeck · 10 years ago
  42. 0c06f98 sgsn: Move IMSI authorization to gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  43. abdf02b sgsn: Split gsm0408_gprs_force_reattach into 2 functions by Jacob Erlbeck · 10 years ago
  44. 93eae8e sgsn: Reorganize and fix gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  45. 1464a12 ipa: Correct the prototype of these functions by Holger Hans Peter Freyther · 10 years ago
  46. 5a38f64 sgsn: Handle Detach Requests even when there is no mmctx by Jacob Erlbeck · 10 years ago
  47. 3b5d407 sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  48. c37ef6c gbproxy: Patch BSSGP P-TMSI in PAGING PS messages by Jacob Erlbeck · 10 years ago
  49. 78ecaf0 sgsn: Send detach(re-attach) instead of gmm status if TLLI unknown by Jacob Erlbeck · 10 years ago
  50. 99985b5 sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  51. 1c407aa gbproxy: Pass the log level as argument to gprs_gb_log_parse_context by Jacob Erlbeck · 10 years ago
  52. 9b07135 gbproxy: Add gprs_gb_message_name function by Jacob Erlbeck · 10 years ago
  53. 4938917 gbproxy: Use pointer to PTMSI value instead of MI by Jacob Erlbeck · 10 years ago
  54. b36032c gbproxy: Use a separate regexp for routing by Jacob Erlbeck · 10 years ago
  55. 9a83d7a gbproxy: Refactor IMSI matching by Jacob Erlbeck · 10 years ago
  56. 6575028 gbproxy: Refactor local message generation by Jacob Erlbeck · 10 years ago
  57. d211d1d gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_info by Jacob Erlbeck · 10 years ago
  58. f8562e3 gbproxy: Rename the field 'enabled_tllis' to 'logical_links' by Jacob Erlbeck · 10 years ago
  59. 91d2f8a gbproxy: Use the term 'link' instead of 'tlli' by Jacob Erlbeck · 10 years ago
  60. 9a7b0d5 gbproxy: Rename functions related to tlli_info by Jacob Erlbeck · 10 years ago
  61. 8992f30 gbproxy: Rename identifiers related to IMSI matching by Jacob Erlbeck · 10 years ago
  62. 4299c05 sgsn: Create testcase that verifies that llmes get deleted by Holger Hans Peter Freyther · 10 years ago
  63. 05d481a mgcp: Do not detect the initial package as a wrap around by Holger Hans Peter Freyther · 10 years ago
  64. a5a59c9 mgcp: Move Annex A counting out of patch/count method by Holger Hans Peter Freyther · 10 years ago
  65. b15ceec gprs_sgsn.h: Add two macros to log details of MM/PDP contexts by Daniel Willmann · 10 years ago
  66. 91a0e86 gbproxy: Separate SGSN numeric namespaces by Jacob Erlbeck · 10 years ago
  67. 7430da6 gbproxy: Keep tlli_info after detach by Jacob Erlbeck · 10 years ago
  68. a42fe9f gbproxy: Remove gbproxy_register_tlli by Jacob Erlbeck · 10 years ago
  69. 948c07f gbproxy: Fixed RAI patching in Attach Request messages by Jacob Erlbeck · 10 years ago
  70. 2fd1ba4 gbproxy: Replace 'mi_data' by 'imsi' by Jacob Erlbeck · 10 years ago
  71. ee11bc0 osmux: send osmux stats in MGCP DLCX responses by Pablo Neira Ayuso · 10 years ago
  72. 1abfdc2 gbproxy: Remove patch_mode, update initial checks by Jacob Erlbeck · 10 years ago
  73. 7fb26c2 gbproxy/test: Add assertions, improve test coverage by Jacob Erlbeck · 10 years ago
  74. 3159114 gbproxy: Reset IMSI acquisition and free stored messages in tlli_info by Jacob Erlbeck · 10 years ago
  75. 18a3787 gbproxy: Check tlli_info when patching, fix APN patching by Jacob Erlbeck · 10 years ago
  76. f4d60c8 gbproxy: Support a secondary SGSN by Jacob Erlbeck · 10 years ago
  77. 56cb729 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  78. 5f4ef32 gbproxy: Implement IMSI acquisition by Jacob Erlbeck · 10 years ago
  79. 4b663ac gbproxy: Create STATUS message with original PDU by Jacob Erlbeck · 10 years ago
  80. 48bb3a3 gbproxy: Remove nonnull attributes by Jacob Erlbeck · 10 years ago
  81. e46bc27 mgcp: Store one more codec/payload type if it is present by Holger Hans Peter Freyther · 10 years ago
  82. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  83. 3713f78 mgcp: Use the rtp_hdr structure and extract ts/seq from there by Holger Hans Peter Freyther · 10 years ago
  84. 03ab79a osmux: add 'osmux batch-size NUM' option to mgcp vty by Pablo Neira Ayuso · 10 years ago
  85. 308d5f8 osmux: set default port from mgcp_parse_config() by Pablo Neira Ayuso · 10 years ago
  86. 73ec698 nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  87. 0fe78d3 osmux: allow to specify the Osmux port by Pablo Neira Ayuso · 10 years ago
  88. b769f3c osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  89. 63650bb osmux: encapsulate for osmux state information in struct mgcp_endpoint by Pablo Neira Ayuso · 10 years ago
  90. a4faeb1 gprs: Attempt to fix distcheck by adding the header file by Holger Hans Peter Freyther · 10 years ago
  91. 7ff4f0e port over to libosmocore include/osmocom/gsm/meas_rep.h by Harald Welte · 11 years ago
  92. 6e68808 move GSM_RESERVED_TMSI to libosmocore by Harald Welte · 10 years ago
  93. 101c5c2 gsm_data_shared: Add new trx_power_params for osmo-bts by Harald Welte · 10 years ago
  94. 5f1faa3 gbproxy: Move peer definitions to gb_proxy_peer.c by Jacob Erlbeck · 10 years ago
  95. 9114bee gbproxy: Refactor gb_proxy.c into several files by Jacob Erlbeck · 10 years ago
  96. 0d37671 gbproxy: Use different TLLI/P-TMSI for BSS and SGSN by Jacob Erlbeck · 10 years ago
  97. 9057bc3 gbproxy: Track SGSN and BSS TLLI/PTMSI separately by Jacob Erlbeck · 10 years ago
  98. 59748e6 gbproxy: Handle old and new P-TMSI/TLLI by Jacob Erlbeck · 10 years ago
  99. 1449c9f move gsm_bts_num() to gsm_data_shared.[ch] by Harald Welte · 10 years ago
  100. 29805da gbproxy: Add gbprox_clear_patch_filter() (Coverity) by Jacob Erlbeck · 10 years ago