1. 1447100 gsm0808: make CSD enum values consistent with RSL by Oliver Smith · 1 year, 4 months ago
  2. 341d9e1 rsl: RSL_CMOD_CSD_T: make enum values consistent by Oliver Smith · 1 year, 4 months ago
  3. 9d92c6e rsl: put values for Channel Mode into enums by Oliver Smith · 1 year, 4 months ago
  4. 45ae1c5 Add osmo_sockaddr_size() to return the size of the variant used by Daniel Willmann · 1 year, 5 months ago
  5. 593d20d add gsm0808_amr_modes_from_cfg by Neels Hofmeyr · 1 year, 10 months ago
  6. 2a0b121 doxygen: remove documentation for non-existent params by Vadim Yanitskiy · 1 year, 4 months ago
  7. 22ade29 msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]() by Vadim Yanitskiy · 1 year, 4 months ago
  8. 6b69b55 i460_mux: add define constant for maximum number of subchannels by Philipp Maier · 1 year, 4 months ago
  9. 82001eb gsm: ensure completeness of osmo_bts_features_{descs,names}[] by Vadim Yanitskiy · 1 year, 4 months ago
  10. ba1e200 add osmo_prim_operation_name() by Neels Hofmeyr · 1 year, 4 months ago
  11. 9b7c9ae Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3G by Harald Welte · 1 year, 4 months ago
  12. e93c5e9 Implement the XOR-2G authentication algorithm by Harald Welte · 1 year, 4 months ago
  13. 0158b05 Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/ by Pau Espin Pedrol · 1 year, 4 months ago
  14. a747d36 GSMTAP: add gsmtap_source_init*2() by Max · 1 year, 4 months ago
  15. 48706d6 Run struct_endianness.py by Oliver Smith · 1 year, 4 months ago
  16. 66188dc gsm_04_60.h: Better describe origin of enum osmo_gprs_nmo by Pau Espin Pedrol · 1 year, 4 months ago
  17. 54e1782 i460_mux: make osmo_i460_subchan_count public by Philipp Maier · 1 year, 4 months ago
  18. 0b5c09b Fix typo endianess -> endianness by Oliver Smith · 1 year, 4 months ago
  19. f047a4a gsm0808_enc/dec_channel_type: support data by Oliver Smith · 1 year, 5 months ago
  20. 96a8b55 gsm0808_chan_indicator: add SPEECH_CTM_TEXT_TELEPHONY by Oliver Smith · 1 year, 5 months ago
  21. b31a2b5 Add SI10 support by Max · 1 year, 5 months ago
  22. 52d8df1 gsm_08_08.h: fix typo in GSM0808_DATA_FULL_PREF by Oliver Smith · 1 year, 5 months ago
  23. bc12728 SI: add missing header by Max · 1 year, 5 months ago
  24. 51e9dde Introduce tundev API by Pau Espin Pedrol · 1 year, 5 months ago
  25. 9d0321d Introduce netdev API by Pau Espin Pedrol · 1 year, 5 months ago
  26. 600d4ee SI: add RR short PD message types by Max · 1 year, 5 months ago
  27. 812dfbf ASCI: add VBS/VGCS support to BTS features list by Max · 1 year, 5 months ago
  28. 8a5014b Introduce netns API by Pau Espin Pedrol · 1 year, 5 months ago
  29. d55a209 create libosmoisdn sub-library by Harald Welte · 1 year, 7 months ago
  30. 4fc6118 Split include/Makefile.am content into subdirs by Pau Espin Pedrol · 1 year, 5 months ago
  31. cc296c9 socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen() by Pau Espin Pedrol · 1 year, 5 months ago
  32. 94705d0 uitils: add floored and euclidian modulo functions by Philipp Maier · 1 year, 6 months ago
  33. ee7b8c5 libosmocore: Deprecate APIs telnet_init(_dynip)() by arehbein · 1 year, 6 months ago
  34. 179dec0 gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const by Vadim Yanitskiy · 1 year, 6 months ago 2023q1
  35. 3f79ce8 ctrl: add optional port to bind command by Max · 1 year, 7 months ago
  36. 5a51331 gsm0808: add gsm0808_enc_speech_codec[_list]2() by Vadim Yanitskiy · 1 year, 7 months ago
  37. d7d4b1b gsmtap.h: Add definitions for various ISDN sub-types by Harald Welte · 1 year, 7 months ago
  38. 6ca0a43 gsm: constify several readonly params by Pau Espin Pedrol · 1 year, 7 months ago
  39. a9a9ce6 Add define for unset Frame Number by Max · 1 year, 7 months ago
  40. 8d5fc1d vty/logging.h: Avoid -Werror=pragmas error in C++ code by Harald Welte · 1 year, 8 months ago
  41. be912e7 Disable -Wstrict-prototypes for logging_vty_add_cmds() by Harald Welte · 1 year, 8 months ago
  42. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  43. df5b1e1 msgb: introduce extended copy functions by Max · 1 year, 9 months ago
  44. d98a867 logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtran by Harald Welte · 1 year, 10 months ago
  45. 729a2c8 allocate VTY port number 4270 for osmo-isdntap by Harald Welte · 1 year, 9 months ago
  46. 7bd1670 cosmetic: remove trailing space by Max · 1 year, 9 months ago
  47. 724c162 msgb: do not use msgb_l4 instead of msgb_sms by Philipp Maier · 1 year, 9 months ago
  48. d9d6210 msgb: assert msgb->lXh to be not NULL by Philipp Maier · 1 year, 9 months ago
  49. 3b3955b socket: Introduce API osmo_sockaddr_is_any by Pau Espin Pedrol · 1 year, 9 months ago
  50. 3c12f55 socket.h: Reorder sockaddr APIs to have them all together by Pau Espin Pedrol · 1 year, 9 months ago
  51. 8deedfa gsm0502: use parentheses in GSM_TDMA_FN_{SUM,SUB} macros by Vadim Yanitskiy · 1 year, 9 months ago
  52. 395db20 include: use '#pragma once' everywhere by Vadim Yanitskiy · 1 year, 9 months ago
  53. 71ad530 gb: add bssgp2_enc_flush_ll encode FLUSH-LL by Alexander Couzens · 1 year, 9 months ago
  54. 70093f2 comments: gsm_08_08.h: AMR cfg: explain in much more detail by Neels Hofmeyr · 1 year, 10 months ago
  55. 812766e utils.h: protect param with parenthesis in OSMO_BYTES_FOR_BITS() by Pau Espin Pedrol · 1 year, 10 months ago
  56. 709da27 Revert "Add function to guess AF_UNSPEC address" by neels · 1 year, 11 months ago
  57. 9e4c2eb Revert "Add osmo_sockaddr_strs_to_str()" by neels · 1 year, 11 months ago
  58. e145e28 Add osmo_sockaddr_strs_to_str() by Max · 1 year, 11 months ago
  59. a4063ef Add function to guess AF_UNSPEC address by Max · 1 year, 11 months ago
  60. 83287ba gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CID by Pau Espin Pedrol · 1 year, 11 months ago
  61. 3064007 gsm: Add BTS feature for Osmux by Pau Espin Pedrol · 1 year, 11 months ago
  62. 862dd36 tlv.h: Fix TLVP_PRESENT returning a pointer instead of a boolean by Pau Espin Pedrol · 1 year, 11 months ago
  63. 6960b6a cosmetic: tlv.h: Fix trailing whistespace by Pau Espin Pedrol · 1 year, 11 months ago
  64. aafa2b3 enrich API doc for gsm0808_speech_codec by Neels Hofmeyr · 1 year, 11 months ago
  65. 8137d9a logging: add a new category DLCSN1 for libosmo-csn1 by Vadim Yanitskiy · 1 year, 11 months ago
  66. b3e3a5d fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer const by Vadim Yanitskiy · 1 year, 11 months ago
  67. 0893f0f gsm_23_041.h: Define CBS ETWS Warning Type values by Pau Espin Pedrol · 2 years ago
  68. 0cdd0ab cbsp: Add enum and value string for Cause by Pau Espin Pedrol · 2 years, 1 month ago
  69. cc4213e coding: add gsm0503_detect_a[fh]s_dtx_frame2() by Vadim Yanitskiy · 2 years, 1 month ago
  70. fe1dceb cosmetic: iuup.h: Fix indentation by Pau Espin Pedrol · 2 years, 1 month ago
  71. 510f4c9 iuup: Rework API to support RFCI IDs != RFCI index by Pau Espin Pedrol · 2 years, 1 month ago
  72. 1e1436c stats: Functions with no arguments should specify(void) by Harald Welte · 2 years, 2 months ago
  73. 7ac0451 gsm_12_21.h: Add header description pointing to TS files by Pau Espin Pedrol · 2 years, 2 months ago
  74. 7813cc9 gsm_12_21.h: Fix abis_nm_avail_state InTest and Failed values by Pau Espin Pedrol · 2 years, 2 months ago
  75. 9d3cfef cosmetic: logging.h: fix indentation by Pau Espin Pedrol · 2 years, 2 months ago
  76. 3b007f8 vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters' by Harald Welte · 2 years, 2 months ago
  77. 1dac875 gsm: Introduce helper rach_tx_integer_raw2val() by Pau Espin Pedrol · 2 years, 2 months ago
  78. b0c2f75 jenkins: Validate gsm 08.58 IEs are added to tlv_definition by Pau Espin Pedrol · 2 years, 3 months ago 2022q1
  79. 767bfd8 bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledged by Daniel Willmann · 2 years, 3 months ago
  80. be13387 bssmap_le: support additional IEs in Perform Location Request by Vadim Yanitskiy · 2 years, 3 months ago
  81. e8b6913 cosmetic: gsm_08_08.h: Add space between assignment sides by Pau Espin Pedrol · 2 years, 3 months ago
  82. 5e24eea Cosmetic: linuxlist.h: fix misleading comment by Oliver Smith · 2 years, 4 months ago
  83. 9c7f7f8 add osmo_sockaddr_set_port() by Neels Hofmeyr · 2 years, 6 months ago
  84. a25a6dc BSSAP: HO Request Ack: add missing Codec List (BSS Supported) by Neels Hofmeyr · 2 years, 4 months ago
  85. b5551ee gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id number by Pau Espin Pedrol · 2 years, 4 months ago
  86. c797e25 core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERT by Vadim Yanitskiy · 2 years, 5 months ago
  87. 85c7831 core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELY by Vadim Yanitskiy · 2 years, 5 months ago
  88. 9ac355a core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0) by Vadim Yanitskiy · 2 years, 5 months ago
  89. e59e839 core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macros by Vadim Yanitskiy · 2 years, 5 months ago
  90. cf7f792 add osmo_sockaddr_from/to_octets() by Neels Hofmeyr · 2 years, 5 months ago
  91. 1633735 add osmo_quote_str_buf3, osmo_escape_str_buf3 by Neels Hofmeyr · 2 years, 5 months ago
  92. 09d6574 add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2() by Neels Hofmeyr · 2 years, 7 months ago
  93. 4c44d46 logging: log to stderr when logging is not initialized by Philipp Maier · 2 years, 5 months ago
  94. 1d1ab74 ports.h: add osmo-pfcp-tool ports by Neels Hofmeyr · 2 years, 6 months ago
  95. 13fa00e PFCP: add DLPFCP and osmo-upf port numbers by Neels Hofmeyr · 2 years, 7 months ago
  96. e6fb890 log_taget_find() should use enum log_target_type, not int by Harald Welte · 2 years, 6 months ago
  97. 7d6166a utils: Fix -Wsign-compare warnings by Harald Welte · 2 years, 6 months ago
  98. c85aaed bitvec: Fix -Wsign-compare warnings by Harald Welte · 2 years, 6 months ago
  99. 604eaba iuup: Submit RNL-STATUS-Initialization.ind upon rx of Init by Pau Espin Pedrol · 2 years, 6 months ago
  100. ec5b42c stats_tcp: use a default batch size of 5 instead of 1 by Philipp Maier · 2 years, 6 months ago