1. a488639 osmo_timer_pending: Make arg const by Pau Espin Pedrol · 3 years, 1 month ago
  2. d99e4ee ns2: Allow setting the socket priority for a UDP bind by Harald Welte · 3 years, 1 month ago
  3. 87fa1ca fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeout by Neels Hofmeyr · 3 years, 1 month ago
  4. c545ff6 socket: QoS support for all our socket init functions by Harald Welte · 3 years, 1 month ago
  5. ecc0bd8 socket: Introduce osmo_sock_set_priority() helper function by Harald Welte · 3 years, 1 month ago
  6. ce53e03 socket: Introduce osmo_sock_set_dscp() to set socket DSCP value by Harald Welte · 3 years, 1 month ago
  7. 069967b ns2: Dump frame relay state to VTY during "show ns" by Harald Welte · 3 years, 2 months ago
  8. 47cc55c frame_relay: Export osmo_fr_network_free() by Harald Welte · 3 years, 2 months ago
  9. 22117a7 sim: Obtain card ATR when opening the card by Harald Welte · 3 years, 1 month ago
  10. cde4779 gsm0808: Introduce gsm0808_old_bss_to_new_bss_info_att_tlvdef by Pau Espin Pedrol · 3 years, 1 month ago
  11. 4b44ac4 RR: add missing Extended TSC Set IE by Neels Hofmeyr · 3 years, 1 month ago
  12. a9da9f7 RR: add VAMOS channel modes by Neels Hofmeyr · 3 years, 1 month ago
  13. 1b625cb gsm: Support Sending Last EUTRAN PLMN Id in Handover Required by Pau Espin Pedrol · 3 years, 1 month ago
  14. e731a7d protocol/gsm_08_58.h: add asymmetric CSD data rates by Vadim Yanitskiy · 3 years, 1 month ago
  15. 307b201 protocol/gsm_08_58.h: add more 'Channel rate and type' values by Vadim Yanitskiy · 3 years, 1 month ago
  16. 99f6cd5 protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4,GSM5,GSM6} by Vadim Yanitskiy · 3 years, 1 month ago
  17. 4da98cc cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 1 month ago
  18. 8b913af gsm_08_08.h: Add extra field elements defined in other sections by Pau Espin Pedrol · 3 years, 1 month ago
  19. 47c7b4f add osmo_bts_features_names: short BTS feature strings by Neels Hofmeyr · 3 years, 2 months ago
  20. 524b4f8 deprecate osmo_bts_feature_name(), add osmo_bts_features_desc() by Neels Hofmeyr · 3 years, 1 month ago
  21. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 2 months ago
  22. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 2 months ago
  23. 158bc79 add BTS_FEAT_VAMOS by Neels Hofmeyr · 3 years, 2 months ago
  24. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 4 months ago
  25. 5b034fb gprs_ns2: Introduce gprs_ns2_create_nse2() for SGSN side SNS by Harald Welte · 3 years, 3 months ago
  26. 2fa0e9d tlv: Fix length returned by t{l16,16l}v_put by Daniel Willmann · 3 years, 2 months ago
  27. a0fb376 TODO-RELEASE: Request increasing _LAST_OSMOVTY_NODE next release by Harald Welte · 3 years, 3 months ago
  28. 7819ff6 gprs_bssgp: add support for SGSN oriented RESET by Alexander Couzens · 3 years, 3 months ago
  29. 6e9dd02 logging: Deprecate API log_set_print_filename by Pau Espin Pedrol · 3 years, 3 months ago
  30. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 3 months ago
  31. 6b9d232 gprs_ns2: rework IP-SNS binds by Alexander Couzens · 3 years, 3 months ago
  32. d7a209b gsm: Introduce API osmo_gsm48_rest_octets_si13_decode by Pau Espin Pedrol · 3 years, 3 months ago
  33. 88e4058 Introduce osmo_gettid() API by Pau Espin Pedrol · 3 years, 3 months ago
  34. ca770ae gsm_08_58, gsm_44_004: add struct for l1 information by Philipp Maier · 3 years, 3 months ago
  35. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 4 months ago
  36. 288f9b2 gsm: Fix bitfield order in dtap_header by Pau Espin Pedrol · 3 years, 3 months ago
  37. 4e5cdad bssgp_bvc_fsm: Consistent naming by Daniel Willmann · 3 years, 3 months ago
  38. fa632b8 bssgp2_enc_status: Truncate STATUS message to maximum PDU length by Daniel Willmann · 3 years, 3 months ago
  39. 1ff86f7 bssgp_bvc_fsm: Set/get maximum BSSGP PDU length by Daniel Willmann · 3 years, 4 months ago
  40. c470476 gprs_ns2: add signalling & data weights for UDP binds by Alexander Couzens · 3 years, 3 months ago
  41. 15b5acb Fix struct bitfields on big endian systems by Pau Espin Pedrol · 3 years, 4 months ago
  42. 53aff13 tlv: clarify documentation for msgb_tv{16,32}_put() by Vadim Yanitskiy · 3 years, 3 months ago
  43. d397a53 tlv: add msgb_tv32_put(), similar to msgb_tv16_put() by Vadim Yanitskiy · 3 years, 3 months ago
  44. d11a5d5 gsm48: add compare function for struct gprs_ra_id by Philipp Maier · 3 years, 4 months ago
  45. 2cc1d4d frame_relay: Add status call-backs for link + DLC status changes by Harald Welte · 3 years, 4 months ago
  46. 943133c gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets() by Vadim Yanitskiy · 3 years, 4 months ago
  47. af916f1 sim: fix gcc 4.9.2 + -std=gnu11 error by Oliver Smith · 3 years, 4 months ago
  48. a3f7323 ns2: Fix typos in comments by Harald Welte · 3 years, 4 months ago
  49. 4d40047 gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c by Philipp Maier · 3 years, 4 months ago
  50. 3e3f377 gsm: bts_features: Introduce BTS_FEAT_CCN by Pau Espin Pedrol · 3 years, 4 months ago
  51. 5f2b8e5 cosmetic: fix typo in comment by Pau Espin Pedrol · 3 years, 4 months ago
  52. 2e1a3a9 gprs_ns2: remove api call gprs_ns2_dynamic_create_nse by Alexander Couzens · 3 years, 4 months ago
  53. da1bf8e gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 4 months ago
  54. caf5317 Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty" by Pau Espin Pedrol · 3 years, 4 months ago
  55. b306094 gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty by Alexander Couzens · 3 years, 4 months ago
  56. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 4 months ago
  57. c08a3fd gprs_bssgp_rim: add functions to convert a RIM-RI to a string by Philipp Maier · 3 years, 4 months ago
  58. 445a366 gprs_bssgp_prim.h: Add missing includes by Pau Espin Pedrol · 3 years, 4 months ago
  59. cf11411 gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discr by Philipp Maier · 3 years, 4 months ago
  60. 8b19d06 gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_id by Philipp Maier · 3 years, 4 months ago
  61. 139c4ae gprs_bssgp_rim: add value strings for enum bssgp_nacc_cause by Philipp Maier · 3 years, 4 months ago
  62. d426ba6 gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIs by Pau Espin Pedrol · 3 years, 4 months ago
  63. cec4bbe vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefix by Harald Welte · 3 years, 4 months ago
  64. 7741bc3 gprs_bssgp: add utilities to send and parse BSSGP rim PDUs by Philipp Maier · 3 years, 4 months ago
  65. 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
  66. 9828d28 bssgp_rim: add encoder/decoder for NACC related RIM containers by Philipp Maier · 3 years, 4 months ago
  67. dec7b8c ctrl: ports.h: Add OSMO_CTRL_PORT_BSC_NEIGH by Pau Espin Pedrol · 3 years, 4 months ago
  68. ca33a71 Intoduce Packet Switch CGI by Pau Espin Pedrol · 3 years, 5 months ago
  69. cea0c30 gsm_08_18: add struct to parse RIM PDU Indications by Philipp Maier · 3 years, 5 months ago
  70. 9584cd7 ctrl: Allow handling CTRL get/set replies in user defined code by Pau Espin Pedrol · 3 years, 5 months ago
  71. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 10 months ago
  72. 1eaa7bc gprs_bssgp: add handling for BSSGP RIM primitives by Philipp Maier · 3 years, 5 months ago
  73. 833e8fa gsmtap_util: SNR can be negative, use a signed integer by Vadim Yanitskiy · 3 years, 5 months ago
  74. 8f5844e gsm_08_58: add flexible array member to 'struct ipac_preproc_ave_cfg' by Vadim Yanitskiy · 3 years, 5 months ago
  75. 0a2b257 Declare osmo_ctx_init() in talloc.h by Daniel Willmann · 3 years, 5 months ago
  76. 412bc34 gprs_ns2: add new vty2 by Alexander Couzens · 3 years, 6 months ago
  77. 4eb0f16 fsm: Add osmo_fsm_inst_broadcast_children() by Harald Welte · 3 years, 5 months ago
  78. 2060bbb gsm_08_58: fix wrong field order in 'struct ipac_preproc_pc_thresh' by Vadim Yanitskiy · 3 years, 5 months ago
  79. 946bb95 GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bit by Pau Espin Pedrol · 3 years, 5 months ago
  80. bd10c21 gprs_bssgp: add IE parser/generator for RIM Routing Information by Philipp Maier · 3 years, 5 months ago
  81. c782cec gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr role by Alexander Couzens · 3 years, 5 months ago
  82. 22c26e0 gprs_ns2: make nsvc argument const by Alexander Couzens · 3 years, 5 months ago
  83. e769f52 gprs_ns2_sns: rework IP-SNS initial remote by Alexander Couzens · 3 years, 6 months ago
  84. 4755879 gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSE by Alexander Couzens · 3 years, 6 months ago
  85. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 6 months ago
  86. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 6 months ago
  87. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 6 months ago
  88. c8158ec protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo by Vadim Yanitskiy · 3 years, 5 months ago
  89. a346c45 protocol/gsm_08_58.h: add ip.access Power Control structures by Vadim Yanitskiy · 3 years, 5 months ago
  90. 1fcfce8 bssgp_bvc_fsm: Add basic BVC flow control rx/tx support by Harald Welte · 3 years, 5 months ago
  91. 4394bb9 bssgp2: Encoding + Decoding functions for BVC and MS flow control by Harald Welte · 3 years, 5 months ago
  92. 17a892f gb: Add beginnings of a new BSSGP implementation by Harald Welte · 3 years, 5 months ago
  93. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 5 months ago
  94. dec201a tlv.h: Add msgb_tvlv_put_{16,32}be() by Harald Welte · 3 years, 5 months ago
  95. a6f8962 gsm_08_18.h: Add #defines for [extended] feature bits by Harald Welte · 3 years, 5 months ago
  96. 8f82528 bssgp: Add osmo_tlv_prot_def for BSSGP by Harald Welte · 3 years, 6 months ago
  97. 30a9294 tlv: Introduce enum with error codes for TLV parser functions by Harald Welte · 3 years, 6 months ago
  98. 9510992 Introduce 'osmo_tlv_prot' abstraction for validation of TLV protocols by Harald Welte · 3 years, 6 months ago
  99. 896a9bb Include mnl.h iif --enable-libmnl by Pau Espin Pedrol · 3 years, 6 months ago
  100. 7fc88b3 log2.h: Avoid redefining __always_inline by Harald Welte · 3 years, 6 months ago