Release v1.9.0 on 2023-09-12.
  1. 65954ba fix spelling in 'value_string' arrays: existAnt -> existEnt by Vadim Yanitskiy · 3 years, 8 months ago
  2. 76190d3 lapdm: Allow SABM L=0 in Timer Recovery State by Pau Espin Pedrol · 3 years, 9 months ago
  3. d5f7147 lapdm: Split lapd_rx_u() spaghetti into one function per message type by Pau Espin Pedrol · 3 years, 9 months ago
  4. 16333bb lapdm: Drop log lines printing fmt=B by Pau Espin Pedrol · 3 years, 9 months ago
  5. fdaec8e rsl: rsl_chan_nr_str_buf(): use ABIS_RSL_CHAN_NR_CBITS_* macros by Vadim Yanitskiy · 3 years, 9 months ago
  6. 65aabd4 [cosmetic] rest_octets: Follow coding style regarding {} by Harald Welte · 3 years, 9 months ago
  7. 5e1cd5e gsm48_rest_octets: Add parser for SI4 rest octets by Harald Welte · 3 years, 9 months ago
  8. b85c87a gad.c: fix rc for osmo_gad_enc_ell_point_unc_circle() by Neels Hofmeyr · 3 years, 9 months ago
  9. 9faeacd gad.c: try to workaround warning for "h.type >= 0" by Neels Hofmeyr · 3 years, 9 months ago
  10. 86160ac gsm: Fix make distcheck with parallel make by Pau Espin Pedrol · 3 years, 9 months ago
  11. 5b214e2 add BSSMAP coding for Location Services by Neels Hofmeyr · 3 years, 10 months ago
  12. 02de87b add BSSMAP-LE coding for Location Services by Neels Hofmeyr · 3 years, 10 months ago
  13. c6848f4 add BSSLAP coding for Location Services by Neels Hofmeyr · 3 years, 10 months ago
  14. 086bd33 add GAD coding for Location Services by Neels Hofmeyr · 3 years, 10 months ago
  15. ecaf5fa gsm0808: fix: do not encode invalid encryption algorithm by Vadim Yanitskiy · 3 years, 10 months ago
  16. 776c5b1 lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCH by Vadim Yanitskiy · 3 years, 10 months ago
  17. 29ecabe lapdm_pad_msgb(): cosmetic: use GSM_MACBLOCK_PADDING by Vadim Yanitskiy · 3 years, 10 months ago
  18. 9cc661b ipa: Fix wrong output log formatting by Pau Espin Pedrol · 3 years, 10 months ago
  19. fa6cd88 gsm0808: add gsm0808_create_sapi_reject_cause() by Vadim Yanitskiy · 3 years, 10 months ago
  20. b19b533 comment: mention spec reference in cbsp.[ch] by Neels Hofmeyr · 3 years, 10 months ago
  21. 5c5713e Bump version: 1.3.0.173-51974 → 1.4.0 by Harald Welte · 3 years, 11 months ago 1.4.0
  22. 6300aff gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFG by Alexander Couzens · 4 years, 1 month ago
  23. 4496498 i460: Fix bit- and subslots ordering of I.460 mux + demux by Harald Welte · 4 years ago
  24. b3b474d i460: pass more context to call-back functions by Harald Welte · 4 years ago
  25. eb8240d i460: Add back-pointer from sub-channel to timeslot by Harald Welte · 4 years ago
  26. b5518a8 i460_mux: add callback to notify empty tx queue by Philipp Maier · 4 years ago
  27. 6d21448 gsm_08_58: add missing RSL error cause codes by Philipp Maier · 4 years ago
  28. 701968f gsm0411_{smc,smr}.c: Work around newlib bug by Harald Welte · 4 years ago
  29. 6509d20 i460_mux: correctly reset subchannels by Philipp Maier · 4 years ago
  30. 03a4213 bts_features: add feature BTS_FEAT_IPV6_NSVC by Alexander Couzens · 4 years, 1 month ago
  31. 9b35e56 fixup for gsm0808_create_common_id(): add API doc, use new MI API by Neels Hofmeyr · 4 years ago
  32. bc1d715 lapd_core: After calling into L3, check if the state has changed by Harald Welte · 4 years ago
  33. 8617d09 lapd_core: Ensure we always have some tailroom by Harald Welte · 4 years ago
  34. 4247c94 api comment: fix example of osmo_mobile_identity_encode_msgb by Neels Hofmeyr · 4 years ago
  35. 1bd726a gsm0808: Add gsm0808_create_common_id() by Harald Welte · 4 years ago
  36. 1793334 bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATION by Harald Welte · 4 years ago
  37. 83025bf add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  38. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years, 1 month ago
  39. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  40. 7dde1f4 add gsm23236: MSC pooling: TMSI and NRI utility functions by Neels Hofmeyr · 4 years, 2 months ago
  41. 2908dbf gsm0808: fix endieness of call identifier by Philipp Maier · 4 years, 1 month ago
  42. ef5b9b6 lapd_core: Fix log line being about LAPD and not LAPDm by Harald Welte · 4 years, 1 month ago
  43. 00b2faf lapd/lapdm: print user-defined string name instead of (dl=%p) by Harald Welte · 4 years, 2 months ago
  44. b795f03 Implement ITU-T I.460 multiplex / demultiplex by Harald Welte · 4 years, 2 months ago
  45. 6d67032 fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf() by Neels Hofmeyr · 4 years, 1 month ago
  46. 512bf02 api doc: clarify 'returns' of gsm48_mi_to_string() by Neels Hofmeyr · 4 years, 1 month ago
  47. 22630e6 gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding. by Alexander Chemeris · 4 years, 2 months ago
  48. 830b8db libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen() by Harald Welte · 4 years, 2 months ago
  49. 63bee45 libosmogsm: import hopping sequence generation code by Sylvain Munaut · 4 years, 2 months ago
  50. ddb7586 libosmogsm: cosmetic: add spaces before and after PRIu32 by Vadim Yanitskiy · 4 years, 2 months ago
  51. 2ac8f91 gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation notice. by Alexander Chemeris · 4 years, 2 months ago
  52. fdfe25b gsm0808: Make a function to extract Cause IE publicly available. by Alexander Chemeris · 4 years, 2 months ago
  53. a5b1b86 gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message. by Alexander Chemeris · 4 years, 2 months ago
  54. c9eab82 rest_octets: fix encoding of 3G Early Classmark Sending Restriction by Vadim Yanitskiy · 4 years, 2 months ago
  55. 31c29ea conv: add convolutional coder for AMR SID UPDATE frames by Philipp Maier · 4 years, 4 months ago
  56. 89c0428 gsm/gsm48049.c: fix use of GNU 'missing =' extension in designator by Vadim Yanitskiy · 4 years, 5 months ago
  57. 2862f90 Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.3.0
  58. a47d37c debian, utils: switch to python 3 by Oliver Smith · 4 years, 7 months ago
  59. 49ddef6 gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IE by Harald Welte · 4 years, 11 months ago
  60. a3e9ef9 04.80: Deprecate gsm0480_create_ussd_resp() by Harald Welte · 6 years ago
  61. 392f607 Introduce fields related to DTAP DLCI by Pau Espin Pedrol · 4 years, 7 months ago
  62. 249e005 GSUP: rename E_ROUTING_ERROR to ROUTING_ERROR by Neels Hofmeyr · 4 years, 8 months ago
  63. a981f9d libosmogsm: add support for XOR authentication by Daniel Willmann · 6 years ago
  64. e40b963 gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests by Pau Espin Pedrol · 4 years, 8 months ago
  65. b99f4ca gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass() by Pau Espin Pedrol · 4 years, 8 months ago
  66. 69e00cc gsm0508: add functions to calculate beginning of a block by Philipp Maier · 4 years, 9 months ago
  67. 1b729ce gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE by Neels Hofmeyr · 6 years ago
  68. 994df26 Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability by Harald Welte · 4 years, 10 months ago
  69. f945689 gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning by Harald Welte · 4 years, 10 months ago
  70. e674c44 cbsp: Fix decoding of WRITE-REPLACE payload by Harald Welte · 4 years, 10 months ago
  71. 3097bce cbsp: Remove printf() statement from early development/debugging by Harald Welte · 4 years, 10 months ago
  72. f221003 cbsp: Fix endless loop iteration when decoding cell list IEs by Harald Welte · 4 years, 10 months ago
  73. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  74. 0d8da79 gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string() by Vadim Yanitskiy · 5 years ago
  75. 1cc42f7 gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging by Vadim Yanitskiy · 5 years ago
  76. ec865dd gsm/gsm0480.c: parse_ss(): drop needless debug print by Vadim Yanitskiy · 5 years ago
  77. dd0d76b osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif by Harald Welte · 5 years ago
  78. c30d8be cbsp.c: Remove dead code by Harald Welte · 5 years ago
  79. f72155a cbsp: Introduce osmo_cbsp_errstr by Harald Welte · 5 years ago
  80. 07958e4 CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support by Harald Welte · 5 years ago
  81. 74474cf osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment by Vadim Yanitskiy · 5 years ago
  82. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  83. 28a198f gsm: lapd_core: Log timeout used upon start of T200 by Pau Espin Pedrol · 5 years ago
  84. 1af2cd5 fix isdigit taking unsigned as input by Kévin Redon · 5 years ago
  85. 186f878 gsm48_decode_bcd_number2: fix ENOSPC edge case by Oliver Smith · 5 years ago
  86. 7a56952 lapd_core: Perform N200 retransmissions, not N200-1 by Harald Welte · 5 years ago
  87. 20de620 lapdm: Allow user to specify T200 values; Use correct N200 values by Harald Welte · 5 years ago
  88. ef7be49 gsm0808_utils: Add gsm0808_decode_cell_id_u() by Harald Welte · 5 years ago
  89. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  90. 2e78f90 lapdm: Don't truncate L3 payload at 200 bytes length by Harald Welte · 5 years ago
  91. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  92. bdf7034 rest_octets: Remove SI2ter + SI2bis encoders that don't do anything by Harald Welte · 5 years ago
  93. 86156de rest_octets: Implement actual SI6 rest octets encoding by Harald Welte · 5 years ago
  94. f85b33f rest_octets: Add function to parse SI3 rest octets by Harald Welte · 5 years ago
  95. 428d03b rest_octets: Suffix encoder functiosn with _encode by Harald Welte · 5 years ago
  96. 2fbb97f rest_octets: Fix export of osmo_gsm48_rest_octets by Harald Welte · 5 years ago
  97. c4cfeb7 rest_octets: Actually include gsm48_rest_octets.c in Makefile.am by Harald Welte · 5 years ago
  98. 1276c17 rest_octets: Use correct symbols names for range encoder by Harald Welte · 5 years ago
  99. 912d96d gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  100. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago