1. 179dec0 gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const by Vadim Yanitskiy · 1 year, 4 months ago 2023q1
  2. a42f4a5 utils/osmo-stat-dummy: check for ENABLE_UTILITIES by Oliver Smith · 1 year, 5 months ago
  3. 3f79ce8 ctrl: add optional port to bind command by Max · 1 year, 5 months ago
  4. 7a79dd3 osmo-stat-dummy: add rate counters and statsd tester by Max · 1 year, 5 months ago
  5. 23a7d07 rate_ctr: drop rate estimation code by Max · 1 year, 5 months ago
  6. 6db830f gsm0808: use new gsm0808_enc_speech_codec[_list]2() API by Vadim Yanitskiy · 1 year, 5 months ago
  7. 5a51331 gsm0808: add gsm0808_enc_speech_codec[_list]2() by Vadim Yanitskiy · 1 year, 5 months ago
  8. c2f1ed1 gsm0808: remove over-defensive assert()s for function parameters by Vadim Yanitskiy · 1 year, 5 months ago
  9. 90b64a1 gsm0808: remove redundant assert() in enc_speech_codec() by Vadim Yanitskiy · 1 year, 5 months ago
  10. 061b7ec gsm0808: remove unneeded assignment in enc_speech_codec() by Vadim Yanitskiy · 1 year, 5 months ago
  11. 8e96245 gsm0808: cosmetic: switch is not a function by Vadim Yanitskiy · 1 year, 5 months ago
  12. 7c1b6cb rate_ctr: convert to timerfd by Max · 1 year, 6 months ago
  13. af35eb2 telnet_init_dynif: don't allow negative port by Max · 1 year, 5 months ago
  14. 6d26134 telnet_init_dynif: propagate error by Max · 1 year, 5 months ago
  15. 5b37642 vty: fix doc typo by Max · 1 year, 5 months ago
  16. a840ad5 jenkins_arm.sh: disable external tests by Max · 1 year, 5 months ago
  17. d7d4b1b gsmtap.h: Add definitions for various ISDN sub-types by Harald Welte · 1 year, 5 months ago
  18. a9ddb83 osmo-ns-dummy: add ctrl interface by Max · 1 year, 6 months ago
  19. f4854f3 osmo_tdef_get(): clarify API doc on val_if_not_present by Neels Hofmeyr · 1 year, 6 months ago
  20. 2b283b1 LAPD: move tx_hist code into static functions by Max · 1 year, 6 months ago
  21. 6ca0a43 gsm: constify several readonly params by Pau Espin Pedrol · 1 year, 6 months ago
  22. a9a9ce6 Add define for unset Frame Number by Max · 1 year, 6 months ago
  23. 8fbaad6 */Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGS by Vadim Yanitskiy · 1 year, 6 months ago
  24. 6dda35a Fix typos in copyright statements. by Harald Welte · 1 year, 6 months ago
  25. 88bb5ed Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition by Harald Welte · 1 year, 6 months ago
  26. 8d5fc1d vty/logging.h: Avoid -Werror=pragmas error in C++ code by Harald Welte · 1 year, 6 months ago
  27. be912e7 Disable -Wstrict-prototypes for logging_vty_add_cmds() by Harald Welte · 1 year, 6 months ago
  28. de4e8da bits: fix typo by Philipp Maier · 1 year, 7 months ago
  29. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 6 months ago
  30. 0d9b6b0 gb/vty: Show if NSVC is blocked locally by O&M/vty or by remote by arehbein · 1 year, 7 months ago
  31. 19bd12e gsm0502: gsm0502_fn_remap(): use GSM_TDMA_FN_SUB() macro by Vadim Yanitskiy · 1 year, 7 months ago
  32. df5b1e1 msgb: introduce extended copy functions by Max · 1 year, 7 months ago
  33. 73aa0e5 {gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDEN by Vadim Yanitskiy · 1 year, 7 months ago
  34. 6755aac configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twice by Vadim Yanitskiy · 1 year, 7 months ago
  35. 73984a8 doc: correct typo in ticket reference by Max · 1 year, 7 months ago
  36. 61359a2 msgb: expand copy test by Max · 1 year, 7 months ago
  37. d98a867 logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtran by Harald Welte · 1 year, 8 months ago
  38. 729a2c8 allocate VTY port number 4270 for osmo-isdntap by Harald Welte · 1 year, 7 months ago
  39. 327e5e9 LAPD: use bool for T200 reset flags by Max · 1 year, 7 months ago
  40. c569526 LAPD: log unknown format value by Max · 1 year, 7 months ago
  41. 68588c5 cosmetic: make linter happy with LAPD code by Max · 1 year, 7 months ago
  42. 7bd1670 cosmetic: remove trailing space by Max · 1 year, 7 months ago
  43. 724c162 msgb: do not use msgb_l4 instead of msgb_sms by Philipp Maier · 1 year, 7 months ago
  44. d9d6210 msgb: assert msgb->lXh to be not NULL by Philipp Maier · 1 year, 7 months ago
  45. 486d984 Fix Typo in gsm0808_msgt_names[] by Keith Whyte · 1 year, 7 months ago
  46. e852544 Fix LCLS-CONNECT-CONTROL generation by Keith Whyte · 1 year, 7 months ago
  47. 3b3955b socket: Introduce API osmo_sockaddr_is_any by Pau Espin Pedrol · 1 year, 7 months ago
  48. 3c12f55 socket.h: Reorder sockaddr APIs to have them all together by Pau Espin Pedrol · 1 year, 7 months ago
  49. 8deedfa gsm0502: use parentheses in GSM_TDMA_FN_{SUM,SUB} macros by Vadim Yanitskiy · 1 year, 7 months ago
  50. 395db20 include: use '#pragma once' everywhere by Vadim Yanitskiy · 1 year, 8 months ago
  51. 71ad530 gb: add bssgp2_enc_flush_ll encode FLUSH-LL by Alexander Couzens · 1 year, 8 months ago
  52. 70093f2 comments: gsm_08_08.h: AMR cfg: explain in much more detail by Neels Hofmeyr · 1 year, 8 months ago
  53. c3b904a vty: Allow using hex representations in cmd numeric ranges by Pau Espin Pedrol · 3 years, 10 months ago
  54. 812766e utils.h: protect param with parenthesis in OSMO_BYTES_FOR_BITS() by Pau Espin Pedrol · 1 year, 8 months ago
  55. a7f97b9 gsm0408_test: do not print errno in expected output by Neels Hofmeyr · 1 year, 9 months ago
  56. d5150a6 use_count: Return if uc is NULL by Daniel Willmann · 1 year, 9 months ago
  57. 709da27 Revert "Add function to guess AF_UNSPEC address" by neels · 1 year, 9 months ago
  58. 9e4c2eb Revert "Add osmo_sockaddr_strs_to_str()" by neels · 1 year, 9 months ago
  59. e145e28 Add osmo_sockaddr_strs_to_str() by Max · 1 year, 9 months ago
  60. 18c6a81 gsm: bts_features: Add missing entries to osmo_bts_features_names by Pau Espin Pedrol · 1 year, 9 months ago
  61. a4063ef Add function to guess AF_UNSPEC address by Max · 1 year, 9 months ago
  62. ec87a94 Ignore osmo-ns-dummy by Max · 1 year, 9 months ago
  63. 83287ba gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CID by Pau Espin Pedrol · 1 year, 9 months ago
  64. 3064007 gsm: Add BTS feature for Osmux by Pau Espin Pedrol · 1 year, 9 months ago
  65. 862dd36 tlv.h: Fix TLVP_PRESENT returning a pointer instead of a boolean by Pau Espin Pedrol · 1 year, 9 months ago
  66. 6960b6a cosmetic: tlv.h: Fix trailing whistespace by Pau Espin Pedrol · 1 year, 9 months ago
  67. aafa2b3 enrich API doc for gsm0808_speech_codec by Neels Hofmeyr · 1 year, 9 months ago
  68. d13faaa gprs_ns2: add vty `nse <0-65535> restart sns` by Alexander Couzens · 3 years, 2 months ago
  69. 9eb698a cbsp: Fix decoding of Fail List by Pau Espin Pedrol · 1 year, 9 months ago
  70. 5563bc9 cbsp: Guard against malformed msgb without l1h,l2h being passed by Pau Espin Pedrol · 1 year, 9 months ago
  71. 061f96d tests: Run smscb/gsm0341_test during make check by Pau Espin Pedrol · 1 year, 9 months ago
  72. fdb8f81 cbsp: Return error if decoding any of the cell id lists fail by Pau Espin Pedrol · 1 year, 9 months ago
  73. c66b35b gsm0808_enc_aoip_trasp_addr: add length check by Oliver Smith · 1 year, 9 months ago
  74. dd20f7c {gb,sim,usb}: ensure -no-undefined is present in *_la_LDFLAGS by Vadim Yanitskiy · 1 year, 9 months ago
  75. 8137d9a logging: add a new category DLCSN1 for libosmo-csn1 by Vadim Yanitskiy · 1 year, 9 months ago
  76. b3e3a5d fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer const by Vadim Yanitskiy · 1 year, 10 months ago
  77. 0893f0f gsm_23_041.h: Define CBS ETWS Warning Type values by Pau Espin Pedrol · 1 year, 10 months ago
  78. b6629dd gb/gprs_ns: call osmo_timer_del() unconditionally by Vadim Yanitskiy · 1 year, 10 months ago
  79. d6a49ce sim/class_tables: Add GET IDENTITY, SUSPEND UICC, EXCHANGE CAPABILITIES by Harald Welte · 1 year, 10 months ago
  80. 342a522 tests/tdef: assert pointer returned by osmo_tdef_get_entry() by Vadim Yanitskiy · 1 year, 10 months ago
  81. 76bdbd4 fsm: fix state_chg(): pass microseconds to osmo_timer_schedule() by Vadim Yanitskiy · 1 year, 10 months ago
  82. d2964a9 fsm: add unit tests verifying state timeout s/ms accuracy by Vadim Yanitskiy · 1 year, 10 months ago
  83. 0578c28 gb: fix uninitialized ptr access in bssgp_encode_rim_pdu() by Vadim Yanitskiy · 1 year, 10 months ago
  84. 605c9e6 gsm48_ie: fix parsing of Bearer capability IE without octet 3a by Mychaela Falconia · 1 year, 10 months ago
  85. 384e6a3 gsm48_ie: fix coding style: while is not a function by Vadim Yanitskiy · 1 year, 10 months ago
  86. 95fc8ea gsm0408_test: add a testcase for gsm48_decode_bearer_cap() by Vadim Yanitskiy · 1 year, 10 months ago
  87. 1a077cb gsm0408_test: do not return early in test_bearer_cap() by Vadim Yanitskiy · 1 year, 10 months ago
  88. 8f577fb cbsp: avoid potential msgb write overflow in osmo_cbsp_recv_buffered by Pau Espin Pedrol · 1 year, 11 months ago
  89. 09e5409 iuup: Explicitly mark default case as unexpected with assert by Pau Espin Pedrol · 1 year, 11 months ago
  90. 4f41d59 fix uninitialized err pointer passed to osmo_bssap_le_dec() by Vadim Yanitskiy · 1 year, 11 months ago
  91. a1584d2 Bump version: 1.6.0.132-0239-dirty → 1.7.0 by Pau Espin Pedrol · 1 year, 11 months ago 1.7.0
  92. 0239620 update git URLs (git -> https; gitea) by Harald Welte · 1 year, 11 months ago 2022q2
  93. 079149e vty: command.c: Add assert by Pau Espin Pedrol · 1 year, 11 months ago
  94. 044f0cd cosmetic tweak in Makefile.am by Neels Hofmeyr · 1 year, 11 months ago
  95. 6772dd7 APDU parsing support for GlobalPlatform by Karsten Ohme · 1 year, 11 months ago
  96. 3278f0f iuup: Fix Handling of subsequent Initialization msgs by Pau Espin Pedrol · 1 year, 11 months ago
  97. f62e01a tests/iuup: Showcase IuUP stack not answering subsequent Init msgs by Pau Espin Pedrol · 1 year, 11 months ago
  98. 8d7bf4b iuup: Drop unused events by Pau Espin Pedrol · 1 year, 11 months ago
  99. 0664a3e iuup: Add missing state to bitmask for st SMpSDU_Data_Transfer_Ready by Pau Espin Pedrol · 1 year, 11 months ago
  100. 0cdd0ab cbsp: Add enum and value string for Cause by Pau Espin Pedrol · 1 year, 11 months ago