1. 0a7c5ee gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGURED by Alexander Couzens · 3 years, 3 months ago
  2. 53e7009 gprs_ns2: sns: remove the initial SNS NSVC if it's not part by Alexander Couzens · 3 years, 3 months ago
  3. cdb2baa gprs_ns2: sns: ensure the sns->alive state is correct by Alexander Couzens · 3 years, 3 months ago
  4. 7619ed4 gprs_ns2: fix memory leaks when receiving SNS or invalid packets by Alexander Couzens · 3 years, 3 months ago
  5. c2fbbd7 gprs_ns2_sns: Fix memory leak when creating ip[46]_local arrays by Harald Welte · 3 years, 4 months ago
  6. 3053bbb gprs_ns2_sns: Don't create NS-VCs for binds outside the NSE by Harald Welte · 3 years, 3 months ago
  7. e8c6106 gprs_ns2_sns: remove code duplication in create_missing_nsvcs() by Harald Welte · 3 years, 3 months ago
  8. 2d807b6 gprs_ns2_sns: Compute local endpoints before using them by Harald Welte · 3 years, 3 months ago
  9. c962a2e gprs_ns2: Add comments explaining the nsvc->sns_only field by Harald Welte · 3 years, 4 months ago
  10. 01fa6a3 gprs_ns2_sns: Implement checks during processing of inbound SNS-SIZE by Harald Welte · 3 years, 4 months ago
  11. 24f4df5 gprs_ns2_sns: Assume the SGSN has a very large number of max. NSVC by Harald Welte · 3 years, 4 months ago
  12. 4e41acc gprs_ns2_sns: SNS-SIZE contains the actual number of local endpoints by Harald Welte · 3 years, 3 months ago
  13. a2c5af5 gprs_ns2_sns: Verify mandatory IE presence in incoming SNS-SIZE by Harald Welte · 3 years, 4 months ago
  14. 46eb764 gprs_ns2_sns: Don't clear remote IP endpoints in SGSN role by Harald Welte · 3 years, 4 months ago
  15. 694dad5 gprs_ns2_sns: Rename BSS-side states to include 'bss' in name by Harald Welte · 3 years, 3 months ago
  16. f61a915 gprs_ns2_sns: Add some more OSMO_ASSERT about BSS role by Harald Welte · 3 years, 4 months ago
  17. 4f12746 gprs_ns2_sns: Support for SGSN-side IP-SNS by Harald Welte · 3 years, 4 months ago
  18. 9e37bf4 gprs_ns2_sns: Split allstate action in generic and BSS-specific part by Harald Welte · 3 years, 4 months ago
  19. c1c7e4a gprs_ns2_sns: Unify handling of SNS-CONFIG for IPv4 + IPv6 by Harald Welte · 3 years, 4 months ago
  20. 24920e2 gprs_ns2_sns: refactor ns2_sns_st_size_onenter() by Harald Welte · 3 years, 4 months ago
  21. 502845e gprs_ns2_sns: Remove TODO (spec agrees, the correct cause code is used) by Harald Welte · 3 years, 4 months ago
  22. 0599287 gprs_ns2_sns: Implement error log in case no binds found for NSE by Harald Welte · 3 years, 4 months ago
  23. a39b259 gprs_ns2: Remove any references to DNS; we use DLNS in NS2. by Harald Welte · 3 years, 4 months ago
  24. b9f2387 gprs_ns2_sns: Dispatch inbound SNS-ACK to FSM by Harald Welte · 3 years, 4 months ago
  25. 04647e1 cosmetic: ssn: some more comments by Harald Welte · 3 years, 4 months ago
  26. 67725e2 gprs_ns2_sns: rename fsm events to include RX or REQ prefix by Alexander Couzens · 3 years, 5 months ago
  27. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 5 months ago
  28. 23aec35 gprs_ns2_sns: fix typo in doxygen comment by Alexander Couzens · 3 years, 5 months ago
  29. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 5 months ago
  30. 5fa431c gprs_ns2: rename vty-command ip-sns -> ip-sns-remote by Alexander Couzens · 3 years, 5 months ago
  31. 790a963 gprs_ns2_sns: reset the N of timeout when entering a new state by Alexander Couzens · 3 years, 5 months ago
  32. 3df5886 gprs_ns2_sns: add timeout to ST_CONFIG_SGSN by Alexander Couzens · 3 years, 5 months ago
  33. be7cecc gprs_ns2_sns: rework tracking of NS-VC unblocked/alive state by Alexander Couzens · 3 years, 5 months ago
  34. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  35. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  36. f294974 ns2: Unify logging context via log macros by Harald Welte · 3 years, 5 months ago
  37. 1262c4f ns2: Properly indent VTY output by Harald Welte · 3 years, 5 months ago
  38. 7a7b20b gprs_ns2_sns: clear local and remote entries when SNS failed by Alexander Couzens · 3 years, 5 months ago
  39. cf8371a Refactor ns2_nsvc_create_ip* by Daniel Willmann · 3 years, 6 months ago
  40. 967e2c1 NS2: Fix bind selection of SNS NSVCs by Daniel Willmann · 3 years, 6 months ago
  41. d8b7003 gprs_ns2_sns: always check rc of osmo_sockaddr_str_from_sockaddr() by Vadim Yanitskiy · 3 years, 6 months ago
  42. a367d08 gprs_ns2: sns: add log message when size/config retries exhausted by Alexander Couzens · 3 years, 6 months ago
  43. cc65a25 gprs_ns2: sns: don't send duplicated packets on retries by Alexander Couzens · 3 years, 6 months ago
  44. 3ad7336 gprs_ns2: sns: correct log message when no nsvcs available by Alexander Couzens · 3 years, 6 months ago
  45. 412bc34 gprs_ns2: add new vty2 by Alexander Couzens · 3 years, 7 months ago
  46. 90ee963 gprs_ns2_sns: introduce SNS Size/Config retries by Alexander Couzens · 3 years, 7 months ago
  47. 81ae0aa gprs_ns2_sns: use different binds for the initial connection by Alexander Couzens · 3 years, 7 months ago
  48. e769f52 gprs_ns2_sns: rework IP-SNS initial remote by Alexander Couzens · 3 years, 7 months ago
  49. 45a25a3 gprs_ns2_sns: correct dynamic calculation by Alexander Couzens · 3 years, 7 months ago
  50. e78207f gprs_ns2_sns: fix whitespaces and superflous comment by Alexander Couzens · 3 years, 7 months ago
  51. db1c3fb gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happen by Alexander Couzens · 3 years, 7 months ago
  52. 42ad549 gprs_ns2_sns: dynamic calculate the maximum NS-VCs by Alexander Couzens · 3 years, 7 months ago
  53. e03d863 gprs_ns2_sns: add missing transistion UNCONFIGURED -> SIZE by Alexander Couzens · 3 years, 7 months ago
  54. 15c09a8 ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indication by Daniel Willmann · 3 years, 8 months ago
  55. 0a446a1 gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVC by Pau Espin Pedrol · 3 years, 8 months ago
  56. 7fbe7cf gb: ns2_sns: Fix missing trailing newline char in log line by Pau Espin Pedrol · 3 years, 8 months ago
  57. 125298f gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS address by Alexander Couzens · 3 years, 9 months ago
  58. c4229a4 gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote by Alexander Couzens · 3 years, 9 months ago
  59. 9a4cf27 gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bind_sockaddr by Alexander Couzens · 3 years, 9 months ago
  60. c068d86 gprs_ns2: fix SNS_ADD for IPv4 by Alexander Couzens · 3 years, 9 months ago
  61. a07f25e gprs_ns2: make struct osmo_sockaddr pointers const by Vadim Yanitskiy · 3 years, 9 months ago
  62. bf95f0f ns2: refactor ns2_prim_status_ind() by Alexander Couzens · 3 years, 9 months ago
  63. 38b19e8 ns2: refactor nsvc_by_ functions by Alexander Couzens · 3 years, 9 months ago
  64. 5bef2cc ns2: Improve/extend doxygen comments for new ns2 implementation by Harald Welte · 3 years, 10 months ago
  65. 7da6ace gprs_ns2_sns: Fix compilation on Debian 8 by Harald Welte · 3 years, 10 months ago
  66. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago