1. e5f55f7 ns2: Increment Rx and Tx byte / packet counters by Harald Welte · 3 years, 4 months ago
  2. 5a5bf72 ns2: encapsulate calls to nsvc->bind->send_vc() by Harald Welte · 3 years, 4 months ago
  3. 3d5eaee ns2: Use named array initializers to avoid mistakes by Harald Welte · 3 years, 4 months ago
  4. d06128d ns2: Work around AF_PACKET socket ENOBUFS problems by Harald Welte · 3 years, 4 months ago
  5. 0b7614b osmo-ns-dummy: Add simple NS traffic generator by Harald Welte · 3 years, 4 months ago
  6. f0073d7 ns2: Log ERROR if we cannot transmit a packet due to ENOBUFS by Harald Welte · 3 years, 4 months ago
  7. 335c550 ns2: Use proper return value from write_queue callback function by Harald Welte · 3 years, 4 months ago
  8. 4d40047 gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c by Philipp Maier · 3 years, 4 months ago
  9. 3e3f377 gsm: bts_features: Introduce BTS_FEAT_CCN by Pau Espin Pedrol · 3 years, 4 months ago
  10. 5b6f1d7 gsm: Fix wrong length in SI13 GPRS Cell Options IE by Pau Espin Pedrol · 3 years, 4 months ago
  11. 5f2b8e5 cosmetic: fix typo in comment by Pau Espin Pedrol · 3 years, 4 months ago
  12. 377645d ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocation by Pau Espin Pedrol · 3 years, 4 months ago
  13. 9043205 ns2: Fix assert when removing a bind listen by Daniel Willmann · 3 years, 4 months ago
  14. 260cd52 gprs_ns2: correct vty config write by Alexander Couzens · 3 years, 4 months ago
  15. e43b46e gprs_ns2: introduce gprs_ns2_vty_init_reduced() for the PCU by Alexander Couzens · 3 years, 4 months ago
  16. 2e1a3a9 gprs_ns2: remove api call gprs_ns2_dynamic_create_nse by Alexander Couzens · 3 years, 4 months ago
  17. da1bf8e gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 4 months ago
  18. caf5317 Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty" by Pau Espin Pedrol · 3 years, 4 months ago
  19. b306094 gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 4 months ago
  20. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 4 months ago
  21. f2afb98 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 4 months ago
  22. 0fb33d2 gprs_bssgp: log source and destination RIM routing information by Philipp Maier · 3 years, 4 months ago
  23. 0a7e85a gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-" by Philipp Maier · 3 years, 4 months ago
  24. c08a3fd gprs_bssgp_rim: add functions to convert a RIM-RI to a string by Philipp Maier · 3 years, 4 months ago
  25. 445a366 gprs_bssgp_prim.h: Add missing includes by Pau Espin Pedrol · 3 years, 4 months ago
  26. f7e2cac gprs_ns2: drop the public prefix gprs_ from all static functions/structs/.. by Alexander Couzens · 3 years, 4 months ago
  27. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 4 months ago
  28. ba5a992 gprs_ns2: drop GPRS_ prefix of gprs_ns2_cs by Alexander Couzens · 3 years, 4 months ago
  29. 3f576ab gprs_ns2_vc_fsm: check NSVCI match the NSE by Alexander Couzens · 3 years, 4 months ago
  30. 43771df gprs_ns2_vc_fsm: check NSEI match the NSE by Alexander Couzens · 3 years, 4 months ago
  31. ba63453 gprs_ns2: always pass a tp to gprs_ns2_vc_rx by Alexander Couzens · 3 years, 4 months ago
  32. 8f215c9 tests: gprs_ns2: add unitdata unit test by Alexander Couzens · 3 years, 4 months ago
  33. cf11411 gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discr by Philipp Maier · 3 years, 4 months ago
  34. 8b19d06 gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_id by Philipp Maier · 3 years, 4 months ago
  35. 139c4ae gprs_bssgp_rim: add value strings for enum bssgp_nacc_cause by Philipp Maier · 3 years, 4 months ago
  36. d426ba6 gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIs by Pau Espin Pedrol · 3 years, 4 months ago
  37. cc885fb gsm: Add missing osmo_*_cmp symbols to libosmogsm.map by Pau Espin Pedrol · 3 years, 4 months ago
  38. 55934c4 tests/*: fix control reaches end of non-void func by Oliver Smith · 3 years, 4 months ago
  39. b3d4778 Revert "gprs_ns2_vc_fsm: check NSEI match the NSE" by Harald Welte · 3 years, 4 months ago
  40. 43cb90f Revert "gprs_ns2_vc_fsm: check NSVCI match the NSE" by Harald Welte · 3 years, 4 months ago
  41. 2846ee2 gprs_ns2_test: Fix compilation on Debian 8 by Harald Welte · 3 years, 4 months ago
  42. 8d6ca69 logging_vty: Fix saving of "logging print file .. last" by Harald Welte · 3 years, 4 months ago
  43. 9c1e04e gprs_ns2_vc_fsm: check NSVCI match the NSE by Alexander Couzens · 3 years, 4 months ago
  44. 842599c gprs_ns2_vc_fsm: check NSEI match the NSE by Alexander Couzens · 3 years, 4 months ago
  45. f294974 ns2: Unify logging context via log macros by Harald Welte · 3 years, 4 months ago
  46. 718e37e gprs_ns2_message: remove wrong comment by Alexander Couzens · 3 years, 4 months ago
  47. 2b11fa9 gprs_bssgp_rim: fix bug in dub_tlvp_header() by Philipp Maier · 3 years, 4 months ago
  48. 836c6da gprs_bssgp_rim: Return with EOPNOTSUPP on unsupported containers by Philipp Maier · 3 years, 4 months ago
  49. 191c2d7 gprs_ns2_vc_fsm: fix transitions for ALIVE state by Alexander Couzens · 3 years, 4 months ago
  50. 1262c4f ns2: Properly indent VTY output by Harald Welte · 3 years, 4 months ago
  51. cec4bbe vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefix by Harald Welte · 3 years, 4 months ago
  52. 273f063 gprs_ns2_vc_fsm: in RESET accept RESET as ACK by Alexander Couzens · 3 years, 4 months ago
  53. ea01bf2 gprs_ns2_vc_fsm: ensure all state is resetted via force_unconf by Alexander Couzens · 3 years, 4 months ago
  54. f577543 gprs_ns2_vc_fsm: rename all event to match RX_ or REQ_ by Alexander Couzens · 3 years, 4 months ago
  55. 856b94c gprs_ns2: correct handle BLOCK message on initator by Alexander Couzens · 3 years, 4 months ago
  56. 47afc42 gprs_ns2: implement BLOCK/UNBLOCK of a NSVC by vty by Alexander Couzens · 3 years, 4 months ago
  57. fd96dc5 osmo-ns-dummy: don't leak primitive messages by Alexander Couzens · 3 years, 4 months ago
  58. ea37724 gprs_ns2: allow to use free_vc() with NULL by Alexander Couzens · 3 years, 4 months ago
  59. 55bc869 gprs_ns2: add assert on most bind calls by Alexander Couzens · 3 years, 4 months ago
  60. 7741bc3 gprs_bssgp: add utilities to send and parse BSSGP rim PDUs by Philipp Maier · 3 years, 4 months ago
  61. aca31b8 test: gprs_ns2: free the nsi after each test by Alexander Couzens · 3 years, 4 months ago
  62. af5bfeb test: gprs_ns2: replace free_bind() with clear_pdus() by Alexander Couzens · 3 years, 4 months ago
  63. 7450f77 bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim by Philipp Maier · 3 years, 4 months ago
  64. 9828d28 bssgp_rim: add encoder/decoder for NACC related RIM containers by Philipp Maier · 3 years, 4 months ago
  65. 3221f87 ns2: delay NS_AFF_CAUSE_RECOVERY until NS-VC for data + sig are unblocked by Harald Welte · 3 years, 4 months ago
  66. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 6 months ago
  67. 509047b gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2 by Harald Welte · 3 years, 4 months ago
  68. e19b796 test: gprs_ns2: don't leak the talloc context by Alexander Couzens · 3 years, 4 months ago
  69. 5443ff8 gprs_ns2_vc_fsm: fix spaces and remove wrong comment by Alexander Couzens · 3 years, 4 months ago
  70. d1cd650 gprs_ns2: flag then NSE as dead in nse_free() by Alexander Couzens · 3 years, 4 months ago
  71. 7a7b20b gprs_ns2_sns: clear local and remote entries when SNS failed by Alexander Couzens · 3 years, 4 months ago
  72. a14b9d3 gprs_ns2: when calling nsvc_force_unconf for a dynamic NSE drop the NSE. by Alexander Couzens · 3 years, 4 months ago
  73. c4b7462 gprs_ns2_vc: answer UNBLOCK on unblocked nsvc by Alexander Couzens · 3 years, 4 months ago
  74. 03f88d9 osmo-ns-dummy: allow to create dynamic NSEs by Alexander Couzens · 3 years, 5 months ago
  75. 05ac4e5 gprs_ns2: check if persistent nsei or nsvc exists when creating dynamic NSE by Alexander Couzens · 3 years, 5 months ago
  76. 89a00f3 ns2: Fix memory leak in IP-SNS by Daniel Willmann · 3 years, 4 months ago
  77. cf8371a Refactor ns2_nsvc_create_ip* by Daniel Willmann · 3 years, 4 months ago
  78. bb89905 ns2: Add sanity check by Daniel Willmann · 3 years, 4 months ago
  79. 967e2c1 NS2: Fix bind selection of SNS NSVCs by Daniel Willmann · 3 years, 4 months ago
  80. 2ecb71b fixup: configure.ac: fix: do not define HAVE_NEON unconditionally by Vadim Yanitskiy · 3 years, 4 months ago
  81. dec7b8c ctrl: ports.h: Add OSMO_CTRL_PORT_BSC_NEIGH by Pau Espin Pedrol · 3 years, 4 months ago
  82. efdd641 tlv_parser: Fix various out-of-bounds accesses by Harald Welte · 3 years, 4 months ago
  83. ca33a71 Intoduce Packet Switch CGI by Pau Espin Pedrol · 3 years, 5 months ago
  84. e2ad6eb gprs_bssgp: abuse gsm48_encode_ra() to encode TAC by Vadim Yanitskiy · 3 years, 5 months ago
  85. 5d797c4 Revert "pkgconfig: link to mnl if available" by laforge · 3 years, 4 months ago
  86. 09bea01 bssgp_bvc_fsm: Handle block request from application correctly by Daniel Willmann · 3 years, 4 months ago
  87. 210774f ns2_frgre: Fix missing break statement for recv from IPV6 by Daniel Willmann · 3 years, 4 months ago
  88. 7dccf8e logging: Remove duplicate color for DLSMS by Daniel Willmann · 3 years, 5 months ago
  89. 2253224 pkgconfig: link to mnl if available by Eric · 3 years, 4 months ago
  90. 7e104d9 bts_features: s/Repeation/Repetition/ in osmo_bts_features_descs[] by Vadim Yanitskiy · 3 years, 4 months ago
  91. cea0c30 gsm_08_18: add struct to parse RIM PDU Indications by Philipp Maier · 3 years, 5 months ago
  92. 9584cd7 ctrl: Allow handling CTRL get/set replies in user defined code by Pau Espin Pedrol · 3 years, 5 months ago
  93. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 10 months ago
  94. 463dca0 gitignore: Ignore *~ by Pau Espin Pedrol · 3 years, 5 months ago
  95. fbb78a7 bssgp: Add SUSPEND_NACK to osmo_pdef_bssgp by Daniel Willmann · 3 years, 5 months ago
  96. c9f4c49 gprs_bssgp: fix uninitialized struct fields in bssgp_create_rim_ri() by Vadim Yanitskiy · 3 years, 5 months ago
  97. 222e844 gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown() by Vadim Yanitskiy · 3 years, 5 months ago
  98. d8b7003 gprs_ns2_sns: always check rc of osmo_sockaddr_str_from_sockaddr() by Vadim Yanitskiy · 3 years, 5 months ago
  99. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 5 months ago
  100. 1eaa7bc gprs_bssgp: add handling for BSSGP RIM primitives by Philipp Maier · 3 years, 5 months ago