1. 2cc1d4d frame_relay: Add status call-backs for link + DLC status changes by Harald Welte · 3 years, 8 months ago
  2. a3f7323 ns2: Fix typos in comments by Harald Welte · 3 years, 8 months ago
  3. 4d40047 gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c by Philipp Maier · 3 years, 8 months ago
  4. 2e1a3a9 gprs_ns2: remove api call gprs_ns2_dynamic_create_nse by Alexander Couzens · 3 years, 8 months ago
  5. da1bf8e gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 8 months ago
  6. caf5317 Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty" by Pau Espin Pedrol · 3 years, 8 months ago
  7. b306094 gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 8 months ago
  8. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 8 months ago
  9. c08a3fd gprs_bssgp_rim: add functions to convert a RIM-RI to a string by Philipp Maier · 3 years, 8 months ago
  10. 445a366 gprs_bssgp_prim.h: Add missing includes by Pau Espin Pedrol · 3 years, 8 months ago
  11. cf11411 gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discr by Philipp Maier · 3 years, 9 months ago
  12. 8b19d06 gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_id by Philipp Maier · 3 years, 9 months ago
  13. 139c4ae gprs_bssgp_rim: add value strings for enum bssgp_nacc_cause by Philipp Maier · 3 years, 9 months ago
  14. 7741bc3 gprs_bssgp: add utilities to send and parse BSSGP rim PDUs by Philipp Maier · 3 years, 9 months ago
  15. 7450f77 bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim by Philipp Maier · 3 years, 9 months ago
  16. 9828d28 bssgp_rim: add encoder/decoder for NACC related RIM containers by Philipp Maier · 3 years, 9 months ago
  17. cea0c30 gsm_08_18: add struct to parse RIM PDU Indications by Philipp Maier · 3 years, 10 months ago
  18. 1eaa7bc gprs_bssgp: add handling for BSSGP RIM primitives by Philipp Maier · 3 years, 10 months ago
  19. 412bc34 gprs_ns2: add new vty2 by Alexander Couzens · 3 years, 11 months ago
  20. 946bb95 GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bit by Pau Espin Pedrol · 3 years, 10 months ago
  21. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 10 months ago
  22. c782cec gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr role by Alexander Couzens · 3 years, 10 months ago
  23. 22c26e0 gprs_ns2: make nsvc argument const by Alexander Couzens · 3 years, 10 months ago
  24. e769f52 gprs_ns2_sns: rework IP-SNS initial remote by Alexander Couzens · 3 years, 10 months ago
  25. 4755879 gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSE by Alexander Couzens · 3 years, 10 months ago
  26. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 10 months ago
  27. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 10 months ago
  28. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 10 months ago
  29. 1fcfce8 bssgp_bvc_fsm: Add basic BVC flow control rx/tx support by Harald Welte · 3 years, 10 months ago
  30. 4394bb9 bssgp2: Encoding + Decoding functions for BVC and MS flow control by Harald Welte · 3 years, 10 months ago
  31. 17a892f gb: Add beginnings of a new BSSGP implementation by Harald Welte · 3 years, 10 months ago
  32. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 10 months ago
  33. a6f8962 gsm_08_18.h: Add #defines for [extended] feature bits by Harald Welte · 3 years, 10 months ago
  34. 8f82528 bssgp: Add osmo_tlv_prot_def for BSSGP by Harald Welte · 3 years, 10 months ago
  35. c22e002 gsm_08_18.h: Add some PDU definitions still missing by Harald Welte · 3 years, 10 months ago
  36. e3b20ed bssgp: Fix typo in BSSGP Message Type enum by Harald Welte · 3 years, 10 months ago
  37. 6e887eb gsm_08_18.h: Update enums for message types and IEs with Release 15 by Harald Welte · 3 years, 10 months ago
  38. a20248a cosmetic: frame_relay: Fix typos by Harald Welte · 3 years, 10 months ago
  39. a24e7ee gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer name by Harald Welte · 3 years, 10 months ago
  40. 10e991b ns2: remove obsolete type GPRS_NS2_LL_E1 by Alexander Couzens · 3 years, 11 months ago
  41. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 11 months ago
  42. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 11 months ago
  43. fc3dd1f ns2: implement link sharing selector by Alexander Couzens · 3 years, 11 months ago
  44. 841817e ns2: add support for frame relay by Alexander Couzens · 3 years, 11 months ago
  45. 465c9a5 bssgp: Input argument to bssgp_tlv_parse() should be 'const' by Harald Welte · 3 years, 11 months ago
  46. 0ab028c ns2: fixup gprs_ns2_prim_strs by Alexander Couzens · 4 years ago
  47. 15c09a8 ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indication by Daniel Willmann · 4 years ago
  48. f128654 ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VC by Daniel Willmann · 4 years ago
  49. 07a923f Add exported function btsctx_alloc to public header by Daniel Willmann · 4 years ago
  50. 2d42b90 libosmogb: Add a function to tx BVC RESET by nsei/bvci by Daniel Willmann · 4 years ago
  51. b3b837c gprs_ns2: convert gprs_ns2_cause_str into an static inline by Alexander Couzens · 4 years ago
  52. 2498f1d ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_str by Alexander Couzens · 4 years ago
  53. fa2d66c ns2: More verbose comments on gprs_ns2_vc_mode by Harald Welte · 4 years ago
  54. d420ea9 gprs_ns2: add gprs_ns2_ip_vc_equal() by Alexander Couzens · 4 years ago
  55. 6cb5d5f gprs_ns2: add gprs_ns2_nse_foreach_nsvc() by Alexander Couzens · 4 years ago
  56. d33512b gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also const by Alexander Couzens · 4 years ago
  57. 125298f gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS address by Alexander Couzens · 4 years ago
  58. 979f5f5 gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddr by Alexander Couzens · 4 years ago
  59. c4229a4 gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote by Alexander Couzens · 4 years ago
  60. 9a4cf27 gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bind_sockaddr by Alexander Couzens · 4 years ago
  61. 4b6c8af gprs_ns2: add gprs_ns2_free_nses() to free all NS-E by Alexander Couzens · 4 years ago
  62. 896fcd5 gprs_ns2: add gprs_ns2_free_binds() to free all binds by Alexander Couzens · 4 years ago
  63. 05e7f7d gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nse by Alexander Couzens · 4 years ago
  64. 4f60845 gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddr by Alexander Couzens · 4 years ago
  65. a07f25e gprs_ns2: make struct osmo_sockaddr pointers const by Vadim Yanitskiy · 4 years ago
  66. 1fac6f7 ns2: vty: allow the users (pcu/sgsn) to set a default bind by Alexander Couzens · 4 years ago
  67. da0a285 ns2: status ind: add additional flags (first and persistent) by Alexander Couzens · 4 years ago
  68. 4fb27a8 gprs_ns2: Make reason const by Daniel Willmann · 4 years ago
  69. 38b19e8 ns2: refactor nsvc_by_ functions by Alexander Couzens · 4 years ago
  70. 4692a1c gsm_08_16.h: Add missing header by Daniel Willmann · 4 years, 1 month ago
  71. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years, 3 months ago
  72. 85a8fd3 Gb/BSSGP: replace hardcoded Tx into NS library by a callback by Alexander Couzens · 4 years, 3 months ago
  73. a087cdf gprs_ns_frgre.h: add missing declaration of structs by Alexander Couzens · 4 years, 3 months ago
  74. ecbf5a1 gprs_ns.h: add missing prototype gprs_ns_rcvmsg() by Alexander Couzens · 4 years, 4 months ago
  75. 2d3465f gprs_bssgp: Add bssgp_tx_bvc_reset2() by Harald Welte · 4 years, 3 months ago
  76. 6894496 NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2() by Harald Welte · 4 years, 4 months ago
  77. 057122e NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP by Harald Welte · 4 years, 4 months ago
  78. d87d6f1 gsm_04_06.h: Remove repeated egprs header struct definitions by Pau Espin Pedrol · 4 years, 5 months ago
  79. 8eae2fc GPRS/BSSGP: introduce bssgp_bvc_ctx_free() by Vadim Yanitskiy · 5 years ago
  80. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 6 years ago
  81. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 6 years ago
  82. 047f387 NS: Add support for GPRS NS IP Sub-Network-Service (SNS) by Harald Welte · 6 years ago
  83. 17a642d gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding by Harald Welte · 6 years ago
  84. 79f9270 GPRS: Doxygen documentation for 'struct libgb_msgb_cb' by Harald Welte · 6 years ago
  85. 7dd0f9c gprs_ns: Declare gprs_ns_tx_alive*() in header file by Harald Welte · 6 years ago
  86. bd6e7a9 port rest octets encoding code from osmo-bsc by Stefan Sperling · 6 years ago
  87. b260039 add/clean big-endian packed structs (struct_endianess.py) by Neels Hofmeyr · 6 years ago
  88. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago
  89. 83361bd gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file by Harald Welte · 6 years ago
  90. f1318fe Add function gprs_nsvc_state_append by Daniel Willmann · 6 years ago
  91. f1ad60e Add function to properly encode RAI by Max · 7 years ago
  92. cbf5cdf GPRS: constify NS printing routine parameters by Max · 7 years ago
  93. 9530859 GPRS: clarify ip/frgre union use by Max · 7 years ago
  94. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  95. 224a6dd gb: optionally allow nsip packets only from a specific host by Philipp Maier · 7 years ago
  96. b525b9e api doc: fix two doxygen group closing braces by Neels Hofmeyr · 7 years ago
  97. 35b2632 Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions by Harald Welte · 7 years ago
  98. 8b8938f BSSGP: add function to reset all PTP BVC by Max · 7 years ago
  99. 4aaa8ab Add missing BSSGP cause values by Max · 7 years ago
  100. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago