1. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 7 months ago
  2. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 7 months ago
  3. 93ad499 gprs_ns2: move allocation of the SNS fsm into create_nse by Alexander Couzens · 3 years, 7 months ago
  4. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 7 months ago
  5. 5bea72e gprs_ns2_fr: use ETH_P_HDLC instead of ETH_P_ALL by Harald Welte · 3 years, 7 months ago
  6. 41b188b gprs_ns2_fr: guard against race between socket(AF_PACKET) and bind() by Harald Welte · 3 years, 7 months ago
  7. 4ed0f4e gprs_ns2_fr.c: Skip extraneous FIONBIO by Harald Welte · 3 years, 7 months ago
  8. 0e61716 bssgp: Remove newly added log line warning about NOOP by Pau Espin Pedrol · 3 years, 7 months ago
  9. 1fcfce8 bssgp_bvc_fsm: Add basic BVC flow control rx/tx support by Harald Welte · 3 years, 7 months ago
  10. 4394bb9 bssgp2: Encoding + Decoding functions for BVC and MS flow control by Harald Welte · 3 years, 7 months ago
  11. 17a892f gb: Add beginnings of a new BSSGP implementation by Harald Welte · 3 years, 7 months ago
  12. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 7 months ago
  13. 45a25a3 gprs_ns2_sns: correct dynamic calculation by Alexander Couzens · 3 years, 7 months ago
  14. 8f82528 bssgp: Add osmo_tlv_prot_def for BSSGP by Harald Welte · 3 years, 7 months ago
  15. e24a5b5 ns2: Accept NS-UNBLOCK-ACK in UNBLOCKED state by Harald Welte · 3 years, 7 months ago
  16. b73a3de gprs_bssgp_util: complete bssgp_pdu_strings by Philipp Maier · 3 years, 7 months ago
  17. e78207f gprs_ns2_sns: fix whitespaces and superflous comment by Alexander Couzens · 3 years, 7 months ago
  18. db1c3fb gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happen by Alexander Couzens · 3 years, 7 months ago
  19. 42ad549 gprs_ns2_sns: dynamic calculate the maximum NS-VCs by Alexander Couzens · 3 years, 7 months ago
  20. e03d863 gprs_ns2_sns: add missing transistion UNCONFIGURED -> SIZE by Alexander Couzens · 3 years, 7 months ago
  21. d41800c gb: Import mnl.h iif --enable-libmnl by Pau Espin Pedrol · 3 years, 7 months ago
  22. 61e9de8 bssgp: Update bssgp_pdu_strings with Release 15 by Harald Welte · 3 years, 7 months ago
  23. 798efea gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 7 months ago
  24. 2d9ce71 bssgp: Use TLVP_PRES_LEN instead of TLVP_PRESENT by Harald Welte · 3 years, 7 months ago
  25. 8910652 ns2: Fix argv index in logging filter VTY commands by Daniel Willmann · 3 years, 7 months ago
  26. a59e6db gprs_ns2_fr: remove include <linux/if.h> by Harald Welte · 3 years, 7 months ago
  27. d8e59b2 libosmogb: Add missing LIBMNL_CFLAGS by Harald Welte · 3 years, 7 months ago
  28. 751977b ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receive by Daniel Willmann · 3 years, 7 months ago
  29. d87a2f1 gprs_ns2: use switch() case instead of multiple if in ns2_create_vc() by Alexander Couzens · 3 years, 7 months ago
  30. 036bf14 gprs_ns2: fix typo in comment by Alexander Couzens · 3 years, 7 months ago
  31. 25ee755 gprs_ns2_vty: Re-introduce a 'show ns' command by Harald Welte · 3 years, 7 months ago
  32. 56f08a3 gprs_ns2_fr: Monitor the kernel net-device link state by Harald Welte · 3 years, 7 months ago
  33. 53a2fde Integrate libmnl (minimal netlink) library with libosmocore select loop by Harald Welte · 3 years, 7 months ago
  34. b7fc3a0 gprs_ns2_fr: remove include <linux/if.h> by Alexander Couzens · 3 years, 7 months ago
  35. cb3e9b5 ns2: Fix docs for some NS2 vty commands by Daniel Willmann · 3 years, 7 months ago
  36. 1e72df0 gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSP by Harald Welte · 3 years, 7 months ago
  37. dc2d080 gprs_ns2_vty: Print all relevant data on each NS-VC by Harald Welte · 3 years, 7 months ago
  38. 96ec84a gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities' by Harald Welte · 3 years, 7 months ago
  39. 7aa6099 gprs_ns2_vty: Show NSVCI in dump_nsvc() by Harald Welte · 3 years, 7 months ago
  40. 2fce19a gprs_ns2_vty: Differentiate 'show ns binds' and 'show ns entities' by Harald Welte · 3 years, 7 months ago
  41. 0ff12ad gprs_ns2: Print link layer and global ALIVE/DEAD state by Harald Welte · 3 years, 7 months ago
  42. 6188e00 gprs_ns2: Don't return an empty string in case of unknown LL by Harald Welte · 3 years, 7 months ago
  43. 37322bc gprs-ns2: Fix stringification of NS/FR NSVCI by Harald Welte · 3 years, 7 months ago
  44. 48bd76c gprs_ns2_fr: Print Frame Relay 'role' in VTY by Harald Welte · 3 years, 7 months ago
  45. a24e7ee gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer name by Harald Welte · 3 years, 7 months ago
  46. b6b82da frame_relay: Fix error path on ioctl() failure by Harald Welte · 3 years, 7 months ago
  47. 29b77a6 frame_relay: Fix null pointer dereference in DLC/PVC delete by Harald Welte · 3 years, 7 months ago
  48. 9204919 gprs_ns2_vty: Fix VTY documentation errors by Harald Welte · 3 years, 7 months ago
  49. 6d4db23 Revert "ns2: permit multiple nsvci in one nse in VTY" by Harald Welte · 3 years, 7 months ago
  50. 78ebc3f frame_relay: Fix some spelling/language issues by Harald Welte · 3 years, 7 months ago
  51. 10e991b ns2: remove obsolete type GPRS_NS2_LL_E1 by Alexander Couzens · 3 years, 8 months ago
  52. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 8 months ago
  53. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 8 months ago
  54. 0bd8a4b ns2: permit multiple nsvci in one nse in VTY by Harald Welte · 3 years, 8 months ago
  55. fc3dd1f ns2: implement link sharing selector by Alexander Couzens · 3 years, 8 months ago
  56. 841817e ns2: add support for frame relay by Alexander Couzens · 3 years, 8 months ago
  57. dbab714 ns2: Add a VTY command to reset NSVC FSM by Daniel Willmann · 3 years, 8 months ago
  58. ed0c982 ns2: Add a function to set the NSVC FSM back to unconfigured by Daniel Willmann · 3 years, 8 months ago
  59. f5b2e28 ns2: Split 'initiater' into initiate_{reset,block} by Daniel Willmann · 3 years, 8 months ago
  60. c06aa71 ns2: check if ns_vc_alloc() fails in bind_connect() by Alexander Couzens · 3 years, 8 months ago
  61. 0ab028c ns2: fixup gprs_ns2_prim_strs by Alexander Couzens · 3 years, 8 months ago
  62. ed1fa01 ns2: Improve NSVC output by Daniel Willmann · 3 years, 8 months ago
  63. 15c09a8 ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indication by Daniel Willmann · 3 years, 8 months ago
  64. f128654 ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VC by Daniel Willmann · 3 years, 8 months ago
  65. cce8828 libosmocore: change the memory management of NS2 by Alexander Couzens · 3 years, 8 months ago
  66. 2d42b90 libosmogb: Add a function to tx BVC RESET by nsei/bvci by Daniel Willmann · 3 years, 9 months ago
  67. b3b837c gprs_ns2: convert gprs_ns2_cause_str into an static inline by Alexander Couzens · 3 years, 8 months ago
  68. 2498f1d ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_str by Alexander Couzens · 3 years, 8 months ago
  69. 0346b64 gprs_ns2: remove the nsvc fsm timer when cleaning up the fsm by Alexander Couzens · 3 years, 8 months ago
  70. 0a446a1 gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVC by Pau Espin Pedrol · 3 years, 8 months ago
  71. 7fbe7cf gb: ns2_sns: Fix missing trailing newline char in log line by Pau Espin Pedrol · 3 years, 8 months ago
  72. d420ea9 gprs_ns2: add gprs_ns2_ip_vc_equal() by Alexander Couzens · 3 years, 9 months ago
  73. 8ebc1ac gprs_ns2: Partial revert 48f63867 allow to create NS_ALIVE NSVC by Alexander Couzens · 3 years, 9 months ago
  74. 6cb5d5f gprs_ns2: add gprs_ns2_nse_foreach_nsvc() by Alexander Couzens · 3 years, 9 months ago
  75. d33512b gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also const by Alexander Couzens · 3 years, 9 months ago
  76. 125298f gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS address by Alexander Couzens · 3 years, 9 months ago
  77. 979f5f5 gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddr by Alexander Couzens · 3 years, 9 months ago
  78. c4229a4 gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote by Alexander Couzens · 3 years, 9 months ago
  79. 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
  80. 4b6c8af gprs_ns2: add gprs_ns2_free_nses() to free all NS-E by Alexander Couzens · 3 years, 9 months ago
  81. 896fcd5 gprs_ns2: add gprs_ns2_free_binds() to free all binds by Alexander Couzens · 3 years, 9 months ago
  82. 05e7f7d gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nse by Alexander Couzens · 3 years, 9 months ago
  83. 6090b1d gprs_ns2: gprs_ns2_ip_bind() check if the bind already exists by Alexander Couzens · 3 years, 9 months ago
  84. 4f60845 gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddr by Alexander Couzens · 3 years, 9 months ago
  85. bb0a53b gprs_ns2: fix empty prefix in TLV Parse error by Alexander Couzens · 3 years, 9 months ago
  86. c068d86 gprs_ns2: fix SNS_ADD for IPv4 by Alexander Couzens · 3 years, 9 months ago
  87. 3531504 gprs_ns2: gprs_ns2_free(): add missing talloc_free by Alexander Couzens · 3 years, 9 months ago
  88. a07f25e gprs_ns2: make struct osmo_sockaddr pointers const by Vadim Yanitskiy · 3 years, 9 months ago
  89. 36be9d8 gprs_ns2: Fix parsing of SNS-{ADD,DEL,CHANGE_WEIGHT} by Harald Welte · 3 years, 9 months ago
  90. aa83d41 gprs_ns2_udp: Avoid dangling freed struct in list if binding fails by Pau Espin Pedrol · 3 years, 9 months ago
  91. bd771a9 bssgp: Don't include RA-ID in BVC-RESET for BVCI=0 (signalling) by Harald Welte · 3 years, 9 months ago
  92. d745a0e gprs_ns2_vty_create: remove bind pointer check by Alexander Couzens · 3 years, 9 months ago
  93. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  94. 22f3471 ns2: vty: on `show ns` add information of NS binds by Alexander Couzens · 3 years, 9 months ago
  95. 1fac6f7 ns2: vty: allow the users (pcu/sgsn) to set a default bind by Alexander Couzens · 3 years, 9 months ago
  96. a3373e3 ns2: vty: show all nse by Alexander Couzens · 3 years, 9 months ago
  97. da0a285 ns2: status ind: add additional flags (first and persistent) by Alexander Couzens · 3 years, 9 months ago
  98. bf95f0f ns2: refactor ns2_prim_status_ind() by Alexander Couzens · 3 years, 9 months ago
  99. 477ffb0 ns2: parse the return code of gprs_ns2_ip_bind by Alexander Couzens · 3 years, 9 months ago
  100. 772ca61 ns2: fix a msg leak when receiving REJECTED messages by Alexander Couzens · 3 years, 9 months ago