Release v1.9.0 on 2023-09-12.
  1. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 2 months ago
  2. 915caf7 gprs_ns: Fix another DSCP vs. TOS mistake in old NS code by Harald Welte · 3 years, 2 months ago
  3. 485b3f7 ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP() by Harald Welte · 3 years, 2 months ago
  4. f8a4e13 gprs_ns2_frgre: Ensure DSCP is sin premitted value range by Harald Welte · 3 years, 2 months ago
  5. 628f534 gprs_ns2: Fix yet another DSCP vs. TOS mix-up by Harald Welte · 3 years, 2 months ago
  6. c96d716 ns2: Fix setting the DSCP value. by Harald Welte · 3 years, 2 months ago
  7. 069967b ns2: Dump frame relay state to VTY during "show ns" by Harald Welte · 3 years, 3 months ago
  8. 47cc55c frame_relay: Export osmo_fr_network_free() by Harald Welte · 3 years, 3 months ago
  9. 27a5592 gprs_ns2: add functions for SNS add/del/change-weight messages by Alexander Couzens · 3 years, 4 months ago
  10. 0a7c5ee gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGURED by Alexander Couzens · 3 years, 3 months ago
  11. 79a3a84 gprs_ns2: fix nsvc block and unblock vty command by Alexander Couzens · 3 years, 2 months ago
  12. e7dfeac gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset) by Alexander Couzens · 3 years, 3 months ago
  13. 53e7009 gprs_ns2: sns: remove the initial SNS NSVC if it's not part by Alexander Couzens · 3 years, 3 months ago
  14. cdb2baa gprs_ns2: sns: ensure the sns->alive state is correct by Alexander Couzens · 3 years, 3 months ago
  15. 5b72247 gprs_ns2: nsvc_fsm: reorder notification st_alive_on_enter() by Alexander Couzens · 3 years, 3 months ago
  16. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 3 months ago
  17. 7619ed4 gprs_ns2: fix memory leaks when receiving SNS or invalid packets by Alexander Couzens · 3 years, 3 months ago
  18. c2fbbd7 gprs_ns2_sns: Fix memory leak when creating ip[46]_local arrays by Harald Welte · 3 years, 4 months ago
  19. 3053bbb gprs_ns2_sns: Don't create NS-VCs for binds outside the NSE by Harald Welte · 3 years, 3 months ago
  20. e8c6106 gprs_ns2_sns: remove code duplication in create_missing_nsvcs() by Harald Welte · 3 years, 3 months ago
  21. 27e5873 gprs_ns2: add vty command `nsvc <nsvci> reset` by Alexander Couzens · 3 years, 3 months ago
  22. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 3 months ago
  23. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 3 months ago
  24. 3e539ed gprs_ns2_vty: hide dynamic NSE information when ask for persistant only by Alexander Couzens · 3 years, 3 months ago
  25. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 3 months ago
  26. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 5 months ago
  27. 2d807b6 gprs_ns2_sns: Compute local endpoints before using them by Harald Welte · 3 years, 3 months ago
  28. 5e40831 gprs_ns2: Actually start Tns-test after SNS-CONFIG creates NS-VC by Harald Welte · 3 years, 3 months ago
  29. c51ddf2 gprs_ns2_vc_fsm: In IP-SNS/ALIVE mode, initial state is ALIVE/UNBLOCKED by Harald Welte · 3 years, 4 months ago
  30. c962a2e gprs_ns2: Add comments explaining the nsvc->sns_only field by Harald Welte · 3 years, 4 months ago
  31. d164ef8 gprs_ns2_sns: Allow VTY configuration of default binds for IP-SNS by Harald Welte · 3 years, 4 months ago
  32. fe0266e gprs_ns2: dynamic NS-VC + NSE creation for IP-SNS in SGSN role by Harald Welte · 3 years, 4 months ago
  33. 42e3646 gprs_ns2_vty: Permit VTY configuration of bind->accept_sns by Harald Welte · 3 years, 4 months ago
  34. 01fa6a3 gprs_ns2_sns: Implement checks during processing of inbound SNS-SIZE by Harald Welte · 3 years, 4 months ago
  35. 24f4df5 gprs_ns2_sns: Assume the SGSN has a very large number of max. NSVC by Harald Welte · 3 years, 4 months ago
  36. 4e41acc gprs_ns2_sns: SNS-SIZE contains the actual number of local endpoints by Harald Welte · 3 years, 3 months ago
  37. a2c5af5 gprs_ns2_sns: Verify mandatory IE presence in incoming SNS-SIZE by Harald Welte · 3 years, 4 months ago
  38. 46eb764 gprs_ns2_sns: Don't clear remote IP endpoints in SGSN role by Harald Welte · 3 years, 4 months ago
  39. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 4 months ago
  40. 5b034fb gprs_ns2: Introduce gprs_ns2_create_nse2() for SGSN side SNS by Harald Welte · 3 years, 4 months ago
  41. 694dad5 gprs_ns2_sns: Rename BSS-side states to include 'bss' in name by Harald Welte · 3 years, 3 months ago
  42. f61a915 gprs_ns2_sns: Add some more OSMO_ASSERT about BSS role by Harald Welte · 3 years, 4 months ago
  43. 4f12746 gprs_ns2_sns: Support for SGSN-side IP-SNS by Harald Welte · 3 years, 4 months ago
  44. 9e37bf4 gprs_ns2_sns: Split allstate action in generic and BSS-specific part by Harald Welte · 3 years, 4 months ago
  45. 06d9bf9 gprs_ns2: Encapsulate setting NSE dialect by Harald Welte · 3 years, 4 months ago
  46. c1c7e4a gprs_ns2_sns: Unify handling of SNS-CONFIG for IPv4 + IPv6 by Harald Welte · 3 years, 4 months ago
  47. 24920e2 gprs_ns2_sns: refactor ns2_sns_st_size_onenter() by Harald Welte · 3 years, 4 months ago
  48. 2230a91 gprs_ns2_vty: Clarify VTY help string wording by Harald Welte · 3 years, 4 months ago
  49. 502845e gprs_ns2_sns: Remove TODO (spec agrees, the correct cause code is used) by Harald Welte · 3 years, 4 months ago
  50. 0599287 gprs_ns2_sns: Implement error log in case no binds found for NSE by Harald Welte · 3 years, 4 months ago
  51. 7d0daac gprs_ns2: Pass peer/remote sockaddr argument to ns2_create_vc() by Harald Welte · 3 years, 4 months ago
  52. a39b259 gprs_ns2: Remove any references to DNS; we use DLNS in NS2. by Harald Welte · 3 years, 4 months ago
  53. b9f2387 gprs_ns2_sns: Dispatch inbound SNS-ACK to FSM by Harald Welte · 3 years, 4 months ago
  54. 22274df gprs_ns2: Log all transmitted SNS messages by Harald Welte · 3 years, 4 months ago
  55. 04647e1 cosmetic: ssn: some more comments by Harald Welte · 3 years, 4 months ago
  56. 3255668 gprs_ns2: don't OSMO_ASSERT() while freeing NS-VC. by Alexander Couzens · 3 years, 4 months ago
  57. 5baa141 gprs_bssgp: use BVCI_SIGNALLING/BVCI_PTM instead of 0/1 by Alexander Couzens · 3 years, 4 months ago
  58. 7819ff6 gprs_bssgp: add support for SGSN oriented RESET by Alexander Couzens · 3 years, 4 months ago
  59. f286fdc Bump version: 1.4.0.535-e387-dirty → 1.5.0 by Pau Espin Pedrol · 3 years, 4 months ago 1.5.0
  60. 2665388 gprs_ns2: free_nse: free the SNS fsm early by Alexander Couzens · 3 years, 4 months ago
  61. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  62. b2de546 gprs_ns2: add value_string for GPRS_NS2_AFF_CAUSE_SNS_NO_ENDPOINTS by Alexander Couzens · 3 years, 4 months ago
  63. ce646c2 gprs_ns2_message: tx_status: move all cause dependent code into the switch/case by Alexander Couzens · 3 years, 4 months ago
  64. cf1fa63 gprs_ns2: truncate the NS_STATUS to the MTU by Alexander Couzens · 3 years, 4 months ago
  65. 3de1cb0 gprs_ns2_fr: pass MTU changes to the NSE by Alexander Couzens · 3 years, 4 months ago
  66. 67725e2 gprs_ns2_sns: rename fsm events to include RX or REQ prefix by Alexander Couzens · 3 years, 4 months ago
  67. 6df1160 gprs_ns2: make gprs_ns2_recv_prim() always take msgb ownership by Alexander Couzens · 3 years, 4 months ago
  68. 9e81a32 gprs_ns2: fix typo in function name ns2_load_sharing_modulo by Alexander Couzens · 3 years, 4 months ago
  69. d8a8d98 gprs_ns2: implement a simple load sharing for UDP by Alexander Couzens · 3 years, 4 months ago
  70. bf5d0db gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp` by Alexander Couzens · 3 years, 4 months ago
  71. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 4 months ago
  72. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 5 months ago
  73. 23aec35 gprs_ns2_sns: fix typo in doxygen comment by Alexander Couzens · 3 years, 4 months ago
  74. e052c41 gprs_ns2: fix comment of alive NS-VC by Alexander Couzens · 3 years, 4 months ago
  75. 0942268 BVC FSM: Treat overlapping BVC-RESET as implicit ACK by Harald Welte · 3 years, 4 months ago
  76. f46ebcd gprs_ns2_vc_fsm: remove debug line of the alive_timer by Alexander Couzens · 3 years, 4 months ago
  77. 4e5cdad bssgp_bvc_fsm: Consistent naming by Daniel Willmann · 3 years, 4 months ago
  78. fa632b8 bssgp2_enc_status: Truncate STATUS message to maximum PDU length by Daniel Willmann · 3 years, 4 months ago
  79. 1ff86f7 bssgp_bvc_fsm: Set/get maximum BSSGP PDU length by Daniel Willmann · 3 years, 5 months ago
  80. 64db636 ns2: Fix incompatible VTY configs when writing config by Daniel Willmann · 3 years, 4 months ago
  81. b792173 gprs_ns2_vty: use strcmp() instead of strncmp() by Alexander Couzens · 3 years, 4 months ago
  82. fa4121d gprs_ns2_vc_fsm: reset the alive elapsed timeout everytime by Alexander Couzens · 3 years, 4 months ago
  83. ab0e864 gprs_ns2_vc_fsm: use CLOCK_MONOTONIC for alive elapsed timer by Alexander Couzens · 3 years, 4 months ago
  84. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 5 months ago
  85. 855155c ns2_fr: Fix heap-use-after-free in error recovery path by Harald Welte · 3 years, 5 months ago
  86. ce6e4b7 ns2_fr: Fix null pointer deref in error path by Harald Welte · 3 years, 5 months ago
  87. 3e2e4a0 gprs_ns2_vty: fix memory leak of vty_binds by Alexander Couzens · 3 years, 5 months ago
  88. 5fa431c gprs_ns2: rename vty-command ip-sns -> ip-sns-remote by Alexander Couzens · 3 years, 5 months ago
  89. 790a963 gprs_ns2_sns: reset the N of timeout when entering a new state by Alexander Couzens · 3 years, 5 months ago
  90. 3df5886 gprs_ns2_sns: add timeout to ST_CONFIG_SGSN by Alexander Couzens · 3 years, 5 months ago
  91. be7cecc gprs_ns2_sns: rework tracking of NS-VC unblocked/alive state by Alexander Couzens · 3 years, 5 months ago
  92. 9811f49 ns2: Don't try to add packets to the backlog on real errors by Harald Welte · 3 years, 5 months ago
  93. 6972aed ns2: improve backlog handling on interface up/down by Harald Welte · 3 years, 5 months ago
  94. 9374061 ns2: Don't queue Q.933 LMI messages; only store most recent ones by Harald Welte · 3 years, 5 months ago
  95. b339cbb ns2: Name NSVC FSM events consistently by Harald Welte · 3 years, 5 months ago
  96. 15b5acb Fix struct bitfields on big endian systems by Pau Espin Pedrol · 3 years, 5 months ago
  97. e3d32d5 bssgp_bvc_fsm: check return value of osmo_fsm_register() by Vadim Yanitskiy · 3 years, 5 months ago
  98. f3dc0f9 frame_relay; Fix Q.933 async STATUS at DLC creation by Harald Welte · 3 years, 5 months ago
  99. 8373c05 gb: frame_relay: Detect link outage on "last receive seq nr == 0" by Harald Welte · 3 years, 5 months ago
  100. cfe0ed6 gb: frame_relay: Factor-out function to set link as dead by Harald Welte · 3 years, 5 months ago