1. dfd8513 mncc: properly export osmo_mncc_name() by Harald Welte · 6 years ago
  2. dab4db0 gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of 64 bits by Pau Espin Pedrol · 6 years ago
  3. 0062a5f fix spelling by Thorsten Alteholz · 6 years ago
  4. b82a407 lapdm: don't enforce contention resolution on SAPI0/DCCH by Harald Welte · 6 years ago
  5. f1bdf78 lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed by Harald Welte · 6 years ago
  6. d977f5f lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push() by Harald Welte · 6 years ago
  7. afacc2b add gsm0808 channel enum to IE val conversion functions by Neels Hofmeyr · 6 years ago
  8. 1284c3e lapdm: Implement SABM related constraints by Harald Welte · 6 years ago
  9. 3e8c520 lapdm: Fix back-pointer from lapdm_entity to lapdm_channel by Harald Welte · 6 years ago
  10. 500d633 gsm_utils: call gnutls_global_init() as constructor by Alexander Couzens · 6 years ago
  11. 542301b RSL/LAPDm: Not all RLL message are "transparent" by Harald Welte · 6 years ago
  12. a4399c8 add gsm0808_cell_{id,id_list}_name() and friends by Neels Hofmeyr · 6 years ago
  13. 8d41d72 gsm/gsm48.c: add call independent SS message names by Vadim Yanitskiy · 6 years ago
  14. 07bfd56 protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD by Vadim Yanitskiy · 6 years ago
  15. 0b2c0ec prevent integer underflow in ipa_ccm_make_id_resp_from_req() by Harald Welte · 6 years ago
  16. 250e7f7 add gsm0808_{enc,dec}_cell_id by Neels Hofmeyr · 6 years ago
  17. a78b22b add tlv_parse2(), capable of multiple instances of the same IE by Neels Hofmeyr · 6 years ago
  18. 74663d9 add gsm0808_cell_id_list_add() to combine two cell identifier lists by Neels Hofmeyr · 6 years ago
  19. 4349620 add osmo_cgi_name() by Neels Hofmeyr · 6 years ago
  20. 4eeb808 avoid warning in gsm0808_create_layer3 by Neels Hofmeyr · 6 years ago
  21. aead241 add gsm48_reject_value_names by Neels Hofmeyr · 6 years ago
  22. 5a9dbf8 fix spelling by Thorsten Alteholz · 6 years ago
  23. 2ecfb30 gsm0480: drop messages with incorrect data length by Vadim Yanitskiy · 6 years ago
  24. a24ead0 gsm0480: copy the raw USSD data, its DCS and length by Vadim Yanitskiy · 6 years ago
  25. dbb7659 gsm0808: Add value strings for BSSMAP cause codes by Philipp Maier · 6 years ago
  26. 8b8cd93 fix gsm0808_enc_cell_id_list2 for leading-zero MNC by Neels Hofmeyr · 6 years ago
  27. 7e27b14 gsm_08_08: correct speech codec defaults by Philipp Maier · 6 years ago
  28. d86055b abis_nm: Introduce abis_nm_dump_foh() by Harald Welte · 6 years ago
  29. c9bebbd add a regression test for TLV parsing with repeated IEs by Stefan Sperling · 6 years ago
  30. ed4327c fix parse_cell_id_lac_and_ci_list() by Stefan Sperling · 6 years ago
  31. 9c62fc6 fix bug in parse_cell_id_ci_list() by Stefan Sperling · 6 years ago
  32. 2338145 use gsm48_decode_lai2() in gsm0808_dec_cell_id_list() by Stefan Sperling · 6 years ago
  33. e1a8674 fix cell identifier decoding in libosmocore by Stefan Sperling · 6 years ago
  34. 2873bf1 fix a cell identifier parsing bug in libosmocore by Stefan Sperling · 6 years ago
  35. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  36. 20f7d0e fix osmo_mnc_from_str(): don't try to parse NULL by Neels Hofmeyr · 6 years ago
  37. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  38. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  39. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  40. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  41. 3c38e60 Add function to encode classmark by Max · 6 years ago
  42. ebf1492 Add generic Mobile Identity encoder by Max · 6 years ago
  43. bf383a1 tlv_parser: Report *first* occurrence of repeated IEs by Harald Welte · 6 years ago
  44. 80f4c4e GSUP: change osmo_gsup_encode() return type by Max · 6 years ago
  45. d60e17a SMS: Add value_string for TS 04.11 CP and RP state by Harald Welte · 6 years ago
  46. ea0bc96 gsm48_pdisc_names: Use conscise, short names by Harald Welte · 6 years ago
  47. 0bbf67d MNCC: Add MNCC to string dumper by Harald Welte · 7 years ago
  48. 3cafc06 gsm0480: parse optional IEs for RELEASE COMPLETE message by Vadim Yanitskiy · 6 years ago
  49. b92a27f gsm0480: parse all SS info elements in a message by Vadim Yanitskiy · 6 years ago
  50. b41c70f gsm0480: correct parse_ss_info_elements() declaration by Vadim Yanitskiy · 6 years ago
  51. f07c58c gsm0480: refactor gsm0480_decode_ss_request by Vadim Yanitskiy · 6 years ago
  52. fd744ce gsm0480: move SS request length check to parse_ss() by Vadim Yanitskiy · 6 years ago
  53. 7689e0f gsm0480: pass exact GSM 04.80 payload length to parse_ss() by Vadim Yanitskiy · 6 years ago
  54. 44ebb93 gsm0480: add specification reference to SS message type by Vadim Yanitskiy · 6 years ago
  55. 394447b gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA by Vadim Yanitskiy · 7 years ago
  56. 511426d gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ by Vadim Yanitskiy · 7 years ago
  57. 7f16c44 gsm0480: handle GSM0480_CTYPE_RETURN_RESULT by Vadim Yanitskiy · 7 years ago
  58. c30431f gsm0480: parse GSM0480_MTYPE_FACILITY separately by Vadim Yanitskiy · 7 years ago
  59. 01b8572 gsm0480: handle UnstructuredSS Request with DSC != 0x0F by Vadim Yanitskiy · 7 years ago
  60. 5b0790d gsm0480: clean up the parse_process_uss_req() code by Vadim Yanitskiy · 7 years ago
  61. fa6c2b9 gsm0480: fix USSD OCTET STRING length confusion by Vadim Yanitskiy · 7 years ago
  62. 04ee9c0 gsm0480: skip length check for 'RELEASE COMPLETE' message by Sergey Kostanbaev · 9 years ago
  63. d00a43f Log lapd_datalink state on errors by Max · 7 years ago
  64. 1e50e2a TLVP_PRESENT() should not return TRUE after tlv_parse() fails. by Stefan Sperling · 6 years ago
  65. ffad574 gsm: add gsm0808_speech_codec_type_names by Neels Hofmeyr · 6 years ago
  66. f1ad60e Add function to properly encode RAI by Max · 6 years ago
  67. aa84b71 add osmo_auth_c3() (separate from gsm_milenage()) by Neels Hofmeyr · 7 years ago
  68. 62e4085 gsm0808_create_cipher_reject: Fix encoding of Cause IE by Harald Welte · 7 years ago
  69. 32e5641 Add functions for extended RACH coding by Max · 7 years ago
  70. 9dd3bf0 Fix malformed Abis/RSL messages with extra L3 Information field by Pau Espin Pedrol · 8 years ago
  71. 893979c Fix LAPD UA msgb memory leak. by Jean-Francois Dionne · 7 years ago
  72. a99e110 cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  73. 38b1723 Fix embedded build by Max · 7 years ago
  74. e2640ef gsm: Use correct include for getrandom by Pau Espin Pedrol · 7 years ago
  75. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  76. ed029df Enable GnuTLS fallback by Max · 7 years ago
  77. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  78. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  79. fcf81b5 Make osmo_apn_to_str() more robust by Max · 7 years ago
  80. 37b6165 [doc] Properly define gsm0800 group and move all related files into it by Harald Welte · 7 years ago
  81. a338983 [doc] Properly define 'oap' group and add introductory text by Harald Welte · 7 years ago
  82. 381a1aa [doc] Define 'gsup' group with proper name, add intro text by Harald Welte · 7 years ago
  83. 55d724a [doc] make sure all SMS related code is part of the 'sms' group by Harald Welte · 7 years ago
  84. 8cc2767 [doc] gea has separate group; A5 is not part of crypto but a5 group by Harald Welte · 7 years ago
  85. 4b7c791 gsm: make osmo_imsi_str_valid() NULL-safe by Neels Hofmeyr · 7 years ago
  86. f624546 Fix build on older systems by Max · 7 years ago
  87. 1a02e36 auth: add OSMO_MILENAGE_IND_BITLEN_MAX by Neels Hofmeyr · 7 years ago
  88. 26e30b1 auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name() by Neels Hofmeyr · 7 years ago
  89. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  90. 9cd1e74 add osmo_imsi_str_valid() and osmo_msisdn_str_valid() by Neels Hofmeyr · 7 years ago
  91. 889ab16 ipa: place comment "IPA Multiplex" on ipa allocated msgbs by Neels Hofmeyr · 7 years ago
  92. b9759db lapd_core: Fix crash in lapd_est_req() function by Ivan Kluchnikov · 7 years ago
  93. 2066a42 umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-gen by Neels Hofmeyr · 7 years ago
  94. 733810c gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be local by Keith · 7 years ago
  95. 113392a auth_milenage: Fix non-AUTS case with OP by Harald Welte · 7 years ago
  96. 35b2632 Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions by Harald Welte · 7 years ago
  97. a8a8d39 RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr() by Harald Welte · 7 years ago
  98. aab6b26 LC15: add NM measurement type to standard attribute list by Minh-Quang Nguyen · 7 years ago
  99. 2ff597e LC15: Enable string for IPAC RSL direct retry by Minh-Quang Nguyen · 7 years ago
  100. 17a8748 IPAC manufacture-defined measurement pre-processing definitions by Minh-Quang Nguyen · 8 years ago