1. 4e8176d filter: Remove bsc_connection from the filter API by Holger Hans Peter Freyther · 9 years ago
  2. c09f8a3 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  3. 4ba947b filter: Separate SCCP/BSSAP extraction and gsm48 code by Holger Hans Peter Freyther · 9 years ago
  4. c36a6d5 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  5. 14b2cd9 filter: Rename BSC to LOCAL and NAT to GLOBAL by Holger Hans Peter Freyther · 9 years ago
  6. a1e6bd6 filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  7. d7e04b9 filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  8. d04d009 filter: Move VTY code into the filter module by Holger Hans Peter Freyther · 9 years ago
  9. 4579bb1 filter: Move the access list management around by Holger Hans Peter Freyther · 9 years ago
  10. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  11. 3815942 mgcp: Fix compiler warning on 64bit builds by Holger Hans Peter Freyther · 9 years ago
  12. d6d7aff sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  13. 0759b1b sub: Remove introspection of the "channel queue" by Holger Hans Peter Freyther · 9 years ago
  14. cb43a9a mgcp: Allow to disable transcoding for trunks by Holger Hans Peter Freyther · 9 years ago
  15. 7f100c9 nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  16. 7c00983 nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  17. 6f6cbf7 bts: "Repair" broken channels if we receive the release ack by Holger Hans Peter Freyther · 9 years ago
  18. 32dd2f3 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  19. d0e171a rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 9 years ago
  20. 56e1766 nokia: Allow to set the reset time for the nokia bts by Sipos Csaba · 9 years ago
  21. ca69b0f Revert "gprs: Block other GSUP procedures during PURGE_MS" by Jacob Erlbeck · 9 years ago
  22. 277b71e sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  23. f345612 sgsn: Add sgsn_ggsn_ctx_free function by Jacob Erlbeck · 9 years ago
  24. cb1db8b sgsn: Add functions to handle APN contexts by Jacob Erlbeck · 9 years ago
  25. 0e8add6 sgsn: Add PDP info to subscriber data by Jacob Erlbeck · 10 years ago
  26. f6f86b0 osmo-bts: Introduce new struct for a power loop in the BTS code by Holger Hans Peter Freyther · 9 years ago
  27. 4e13a8f bsc/nitb: Allow to set the GPRS mode through the ctrl command by Holger Hans Peter Freyther · 9 years ago
  28. e671d25 sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  29. 555b2e5 sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_data by Jacob Erlbeck · 9 years ago
  30. 925c57f nitb: Make the last change configurable by Holger Hans Peter Freyther · 9 years ago
  31. 1ba0730 nitb: Allow the network to decide if a subscriber should be created by Holger Hans Peter Freyther · 9 years ago
  32. 3e4e58f gprs: Rename gprs_subscr_delete to gprs_subscr_cleanup by Jacob Erlbeck · 9 years ago
  33. 37139e5 gprs: Do not put the subscr in gprs_subscr_delete by Jacob Erlbeck · 9 years ago
  34. 1d778fd sgsn: Remove the "permanent" subscriber cache by Holger Hans Peter Freyther · 9 years ago
  35. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  36. 79af67d gprs: Add GPRS timer conversion functions by Jacob Erlbeck · 9 years ago
  37. 9be675e mgcp: Honor the rtp IP_TOS settings for Osmux by Holger Hans Peter Freyther · 9 years ago
  38. d6267d1 sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0 by Jacob Erlbeck · 9 years ago
  39. 9999fd9 gprs: Add replies for all GSUP requests by Jacob Erlbeck · 9 years ago
  40. f81cacc gprs: Block other GSUP procedures during PURGE_MS by Jacob Erlbeck · 9 years ago
  41. 743dec4 gprs: Retry PURGE_MS procedure after timeout by Jacob Erlbeck · 9 years ago
  42. 65fa3f7 gprs: Use PURGE MS messages by Jacob Erlbeck · 9 years ago
  43. 69d2713 gprs: Implement PURGE_MS GSUP messages by Jacob Erlbeck · 9 years ago
  44. 0f47b8f gprs: Add expiry timeout for subscriber entries by Jacob Erlbeck · 9 years ago
  45. 4275578 gprs: Add LOGGSUBSCRP macro to log subscriber info by Jacob Erlbeck · 9 years ago
  46. af3d5c5 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 9 years ago
  47. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 9 years ago
  48. 03b4630 gprs: Send PING and eventually reconnect by Jacob Erlbeck · 10 years ago
  49. 849d0a8 gprs: Add automatic re-connect if the GSUP connection is down by Jacob Erlbeck · 10 years ago
  50. 771573c sgsn: Add global require_update_location flag by Jacob Erlbeck · 10 years ago
  51. a071c1c gprs: Remove now unused authenticate flag by Holger Hans Peter Freyther · 9 years ago
  52. 9d4f46c sgsn: Replace subscr.authenticate by global require_authentication flag by Jacob Erlbeck · 10 years ago
  53. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  54. bb23dc1 gprs: Add GSUP client by Jacob Erlbeck · 10 years ago
  55. a6ddc2d gprs: Add subscriber functions to create/handle GSUP messages by Jacob Erlbeck · 10 years ago
  56. f3a271f gprs: Add encoder/decoder for the Subscriber Update Protocol by Jacob Erlbeck · 10 years ago
  57. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  58. 454140e lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  59. b4771a6 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  60. 7ff77ec smscb: Prepare to fill in the info for CBCH in SI4 by Holger Hans Peter Freyther · 14 years ago
  61. f86852c chan_alloc: remove ts_alloc() and ts_free() by Harald Welte · 10 years ago
  62. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  63. 979ac86 libbsc/chan_alloc: Fix size of pchan to hold the +CBCH channels as well by Daniel Willmann · 10 years ago
  64. 142d12d move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-bts by Harald Welte · 10 years ago
  65. 30f1f37 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  66. 98a95ac sgsn: Add a subscriber based authentication phase by Jacob Erlbeck · 10 years ago
  67. 7921ab1 sgsn: Add support for authentication triplets by Jacob Erlbeck · 10 years ago
  68. 697a534 gprs: Add gprs_shift_tlv function by Jacob Erlbeck · 10 years ago
  69. dcfd456 gprs: Move TLV parser functions to gprs_utils.c and rename them by Jacob Erlbeck · 10 years ago
  70. f7e23c5 bts: When one link drops.. check what needs to be dropped by Holger Hans Peter Freyther · 10 years ago
  71. c22930e bts: Add some simple dependency between different BTS by Holger Hans Peter Freyther · 10 years ago
  72. 27ca043 bts: Remove unused fields from the trx structure by Holger Hans Peter Freyther · 10 years ago
  73. 2e5e94c sgsn: Support subscriber based authentication by Jacob Erlbeck · 10 years ago
  74. 4adb136 sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  75. a1e0373 sgsn: Put SGSN related subscriber data into separate struct by Jacob Erlbeck · 10 years ago
  76. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  77. be2c8d9 sgsn: Integrate subscriber handling into the SGSN by Jacob Erlbeck · 10 years ago
  78. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  79. 70d8e31 msc: Add per subscriber keep_in_ram flag by Jacob Erlbeck · 10 years ago
  80. af792d6 msc: Add net parameter to trans_alloc by Jacob Erlbeck · 10 years ago
  81. 8ff3fb0 sgsn: Do authentication based on SRES values by Jacob Erlbeck · 10 years ago
  82. bd0cf11 sgsn: Change Auth&Ciph timer handling by Jacob Erlbeck · 10 years ago
  83. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  84. dae1f64 msc: Don't use the subscriber to access the net object by Jacob Erlbeck · 10 years ago
  85. f07c605 msc: Add net back pointer to gsm_trans by Jacob Erlbeck · 10 years ago
  86. a49b2c0 bsc: Allow to generate new system information online by Holger Hans Peter Freyther · 10 years ago
  87. b92a538 bts: Store the bcch_change_mark in the bts structure by Holger Hans Peter Freyther · 10 years ago
  88. 619b014 mgcp: Allow to omit sending the audio name at all by Holger Hans Peter Freyther · 10 years ago
  89. 02ab91e sgsn: Cross-link gsm_subscriber and sgsn_mm_ctx by Jacob Erlbeck · 10 years ago
  90. a0b6efb sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  91. f951a01 sgsn: Refactor sgsn_auth to separate request and authorization by Jacob Erlbeck · 10 years ago
  92. 106f547 sgsn: Add 'acl-only' authentication policy by Jacob Erlbeck · 10 years ago
  93. 423f8bf sgsn: Make authorization asynchronous by Jacob Erlbeck · 10 years ago
  94. 0c06f98 sgsn: Move IMSI authorization to gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  95. abdf02b sgsn: Split gsm0408_gprs_force_reattach into 2 functions by Jacob Erlbeck · 10 years ago
  96. 93eae8e sgsn: Reorganize and fix gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  97. 1464a12 ipa: Correct the prototype of these functions by Holger Hans Peter Freyther · 10 years ago
  98. 5a38f64 sgsn: Handle Detach Requests even when there is no mmctx by Jacob Erlbeck · 10 years ago
  99. 3b5d407 sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  100. c37ef6c gbproxy: Patch BSSGP P-TMSI in PAGING PS messages by Jacob Erlbeck · 10 years ago