1. 4da98cc cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 2 months ago
  2. d110529 cosmetic: tlv_parser: fix typo in func description by Pau Espin Pedrol · 3 years, 2 months ago
  3. 8b913af gsm_08_08.h: Add extra field elements defined in other sections by Pau Espin Pedrol · 3 years, 2 months ago
  4. 79a3a84 gprs_ns2: fix nsvc block and unblock vty command by Alexander Couzens · 3 years, 2 months ago
  5. 4b46b7e vty/logging: logp: properly handle library specific sub-systems by Vadim Yanitskiy · 3 years, 2 months ago
  6. 47c7b4f add osmo_bts_features_names: short BTS feature strings by Neels Hofmeyr · 3 years, 2 months ago
  7. 524b4f8 deprecate osmo_bts_feature_name(), add osmo_bts_features_desc() by Neels Hofmeyr · 3 years, 2 months ago
  8. d439360 stats: have_value is a bool, not int by Oliver Smith · 3 years, 2 months ago
  9. 2623fca stats: log error when missing stats values (v2) by Oliver Smith · 3 years, 2 months ago
  10. c793058 stats_test: restore stat_item_get_next asserts by Oliver Smith · 3 years, 2 months ago
  11. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 2 months ago
  12. 2d1a9fa vty/logging: ensure consistent '%' prefix for warnings by Vadim Yanitskiy · 3 years, 2 months ago
  13. ad34465 vty/logging: use consistent quiting in warning messages by Vadim Yanitskiy · 3 years, 2 months ago
  14. e7dfeac gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset) by Alexander Couzens · 3 years, 2 months ago
  15. 53e7009 gprs_ns2: sns: remove the initial SNS NSVC if it's not part by Alexander Couzens · 3 years, 2 months ago
  16. cdb2baa gprs_ns2: sns: ensure the sns->alive state is correct by Alexander Couzens · 3 years, 2 months ago
  17. 5b72247 gprs_ns2: nsvc_fsm: reorder notification st_alive_on_enter() by Alexander Couzens · 3 years, 2 months ago
  18. 43686da stat_item: add comment with struct overview by Oliver Smith · 3 years, 2 months ago
  19. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 2 months ago
  20. 8bd63b6 gprs_ns2: vty: remove a white space in `show binds` by Alexander Couzens · 3 years, 2 months ago
  21. 7619ed4 gprs_ns2: fix memory leaks when receiving SNS or invalid packets by Alexander Couzens · 3 years, 2 months ago
  22. c2fbbd7 gprs_ns2_sns: Fix memory leak when creating ip[46]_local arrays by Harald Welte · 3 years, 3 months ago
  23. 158bc79 add BTS_FEAT_VAMOS by Neels Hofmeyr · 3 years, 2 months ago
  24. 1c4195f Skip RPM checks if no *.spec.in available by Pau Espin Pedrol · 3 years, 2 months ago
  25. 3053bbb gprs_ns2_sns: Don't create NS-VCs for binds outside the NSE by Harald Welte · 3 years, 2 months ago
  26. e8c6106 gprs_ns2_sns: remove code duplication in create_missing_nsvcs() by Harald Welte · 3 years, 2 months ago
  27. 27e5873 gprs_ns2: add vty command `nsvc <nsvci> reset` by Alexander Couzens · 3 years, 2 months ago
  28. 1dd9cbf gprs_ns2: dump_nsvc: correct indention by Alexander Couzens · 3 years, 2 months ago
  29. 0ea4a4e gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiar by Alexander Couzens · 3 years, 2 months ago
  30. 3e539ed gprs_ns2_vty: hide dynamic NSE information when ask for persistant only by Alexander Couzens · 3 years, 2 months ago
  31. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 2 months ago
  32. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 5 months ago
  33. 2d807b6 gprs_ns2_sns: Compute local endpoints before using them by Harald Welte · 3 years, 2 months ago
  34. 5e40831 gprs_ns2: Actually start Tns-test after SNS-CONFIG creates NS-VC by Harald Welte · 3 years, 2 months ago
  35. c51ddf2 gprs_ns2_vc_fsm: In IP-SNS/ALIVE mode, initial state is ALIVE/UNBLOCKED by Harald Welte · 3 years, 3 months ago
  36. c962a2e gprs_ns2: Add comments explaining the nsvc->sns_only field by Harald Welte · 3 years, 3 months ago
  37. d164ef8 gprs_ns2_sns: Allow VTY configuration of default binds for IP-SNS by Harald Welte · 3 years, 3 months ago
  38. fe0266e gprs_ns2: dynamic NS-VC + NSE creation for IP-SNS in SGSN role by Harald Welte · 3 years, 3 months ago
  39. 42e3646 gprs_ns2_vty: Permit VTY configuration of bind->accept_sns by Harald Welte · 3 years, 3 months ago
  40. 01fa6a3 gprs_ns2_sns: Implement checks during processing of inbound SNS-SIZE by Harald Welte · 3 years, 3 months ago
  41. 24f4df5 gprs_ns2_sns: Assume the SGSN has a very large number of max. NSVC by Harald Welte · 3 years, 3 months ago
  42. 4e41acc gprs_ns2_sns: SNS-SIZE contains the actual number of local endpoints by Harald Welte · 3 years, 2 months ago
  43. a2c5af5 gprs_ns2_sns: Verify mandatory IE presence in incoming SNS-SIZE by Harald Welte · 3 years, 3 months ago
  44. 46eb764 gprs_ns2_sns: Don't clear remote IP endpoints in SGSN role by Harald Welte · 3 years, 3 months ago
  45. 579699b gprs_ns2_vty: Allow creating NSE in sgsn-role by Harald Welte · 3 years, 3 months ago
  46. 5b034fb gprs_ns2: Introduce gprs_ns2_create_nse2() for SGSN side SNS by Harald Welte · 3 years, 3 months ago
  47. 694dad5 gprs_ns2_sns: Rename BSS-side states to include 'bss' in name by Harald Welte · 3 years, 2 months ago
  48. f61a915 gprs_ns2_sns: Add some more OSMO_ASSERT about BSS role by Harald Welte · 3 years, 3 months ago
  49. 4f12746 gprs_ns2_sns: Support for SGSN-side IP-SNS by Harald Welte · 3 years, 3 months ago
  50. 9fb5d80 osmo-aka-verify: Fix use case with OP and not OPc by Harald Welte · 3 years, 2 months ago
  51. c3c914a utils/osmo-aka-verify: fix swapped CK/IK arguments by Vadim Yanitskiy · 3 years, 2 months ago
  52. 8602106 utils: osmo-aka-verify to verify UMTS AKA (SIM side) by Harald Welte · 3 years, 3 months ago
  53. a7eb735 Revert "stats: log error when missing stats values" by Oliver Smith · 3 years, 3 months ago
  54. 2fa0e9d tlv: Fix length returned by t{l16,16l}v_put by Daniel Willmann · 3 years, 3 months ago
  55. d290439 stats: log error when missing stats values by Oliver Smith · 3 years, 3 months ago
  56. d89d35e tests/stats: enable logging in test output by Oliver Smith · 3 years, 3 months ago
  57. 9e37bf4 gprs_ns2_sns: Split allstate action in generic and BSS-specific part by Harald Welte · 3 years, 3 months ago
  58. 06d9bf9 gprs_ns2: Encapsulate setting NSE dialect by Harald Welte · 3 years, 3 months ago
  59. c1c7e4a gprs_ns2_sns: Unify handling of SNS-CONFIG for IPv4 + IPv6 by Harald Welte · 3 years, 3 months ago
  60. 2aa527b stats: Ensure that each osmo_stat_item only reports once per interval by Daniel Willmann · 3 years, 3 months ago
  61. 24920e2 gprs_ns2_sns: refactor ns2_sns_st_size_onenter() by Harald Welte · 3 years, 3 months ago
  62. 2230a91 gprs_ns2_vty: Clarify VTY help string wording by Harald Welte · 3 years, 3 months ago
  63. 502845e gprs_ns2_sns: Remove TODO (spec agrees, the correct cause code is used) by Harald Welte · 3 years, 3 months ago
  64. 0599287 gprs_ns2_sns: Implement error log in case no binds found for NSE by Harald Welte · 3 years, 3 months ago
  65. a0fb376 TODO-RELEASE: Request increasing _LAST_OSMOVTY_NODE next release by Harald Welte · 3 years, 3 months ago
  66. 7d0daac gprs_ns2: Pass peer/remote sockaddr argument to ns2_create_vc() by Harald Welte · 3 years, 3 months ago
  67. a39b259 gprs_ns2: Remove any references to DNS; we use DLNS in NS2. by Harald Welte · 3 years, 3 months ago
  68. b9f2387 gprs_ns2_sns: Dispatch inbound SNS-ACK to FSM by Harald Welte · 3 years, 3 months ago
  69. 22274df gprs_ns2: Log all transmitted SNS messages by Harald Welte · 3 years, 3 months ago
  70. 04647e1 cosmetic: ssn: some more comments by Harald Welte · 3 years, 3 months ago
  71. 3255668 gprs_ns2: don't OSMO_ASSERT() while freeing NS-VC. by Alexander Couzens · 3 years, 3 months ago
  72. 5baa141 gprs_bssgp: use BVCI_SIGNALLING/BVCI_PTM instead of 0/1 by Alexander Couzens · 3 years, 3 months ago
  73. 7819ff6 gprs_bssgp: add support for SGSN oriented RESET by Alexander Couzens · 3 years, 4 months ago
  74. b76811b osmo-release.sh: support epoch by Oliver Smith · 3 years, 3 months ago
  75. e75fa1e tests/gb: Fix printf format errors on ARM 32 bits by Pau Espin Pedrol · 3 years, 3 months ago
  76. 43abde1 osmo-release.sh: Properly rearrange var init and sanity checks by Pau Espin Pedrol · 3 years, 3 months ago
  77. e6230ef osmo-release.sh: Check LIBVERSION matches rpm *.spec.in by Pau Espin Pedrol · 3 years, 3 months ago
  78. 0131221 osmo-release.sh: Drop repeated DRY_RUN early exit by Pau Espin Pedrol · 3 years, 3 months ago
  79. 4450719 osmo-release.sh: Check configure.ac dependency versions match those in rpm *.spec.in by Pau Espin Pedrol · 3 years, 3 months ago
  80. 4bedb53 Bump version: 1.5.0.3-45cf → 1.5.1 by Harald Welte · 3 years, 3 months ago 1.5.1
  81. af52bcc attempt to fix RPM spec file after recent soversion bump by Harald Welte · 3 years, 3 months ago
  82. 1815783 osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment lines by Pau Espin Pedrol · 3 years, 3 months ago
  83. f286fdc Bump version: 1.4.0.535-e387-dirty → 1.5.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.5.0
  84. e3870b3 osmo-release.sh: Omit tab whitespace matching debian/control versions by Pau Espin Pedrol · 3 years, 3 months ago
  85. fcbf347 CBSP: Fix encoding of warning period by Harald Welte · 3 years, 3 months ago
  86. 48f22b0 CBSP: fix encoding/decoding of keep-alive repetition period by Harald Welte · 3 years, 3 months ago
  87. 3217d51 support for stats static userspace probes via systemtap by Harald Welte · 3 years, 4 months ago
  88. 6e9dd02 logging: Deprecate API log_set_print_filename by Pau Espin Pedrol · 3 years, 4 months ago
  89. 01e0d3e Drop use of log_set_print_filename() API inside libosmocore by Pau Espin Pedrol · 3 years, 4 months ago
  90. 690b661 tests: Set print_category values explicitly by Pau Espin Pedrol · 3 years, 4 months ago
  91. 2665388 gprs_ns2: free_nse: free the SNS fsm early by Alexander Couzens · 3 years, 3 months ago
  92. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  93. 7bb39e3 gprs_ns2: ensure no duplicate UDP NSVC can be created by Alexander Couzens · 3 years, 4 months ago
  94. b2de546 gprs_ns2: add value_string for GPRS_NS2_AFF_CAUSE_SNS_NO_ENDPOINTS by Alexander Couzens · 3 years, 4 months ago
  95. ce646c2 gprs_ns2_message: tx_status: move all cause dependent code into the switch/case by Alexander Couzens · 3 years, 4 months ago
  96. cf1fa63 gprs_ns2: truncate the NS_STATUS to the MTU by Alexander Couzens · 3 years, 4 months ago
  97. 3de1cb0 gprs_ns2_fr: pass MTU changes to the NSE by Alexander Couzens · 3 years, 4 months ago
  98. 67725e2 gprs_ns2_sns: rename fsm events to include RX or REQ prefix by Alexander Couzens · 3 years, 4 months ago
  99. 6df1160 gprs_ns2: make gprs_ns2_recv_prim() always take msgb ownership by Alexander Couzens · 3 years, 4 months ago
  100. 9e81a32 gprs_ns2: fix typo in function name ns2_load_sharing_modulo by Alexander Couzens · 3 years, 4 months ago