1. f74cfd3 Add SW Description (de)marshalling by Max · 7 years ago
  2. 8a4895c Uninitialized variable in ipa_ccm_make_id_resp_from_req() by Harald Welte · 7 years ago
  3. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  4. 7bc88bb ipa: Introduce helpers to encode IPA CCM ID RESPONSE by Harald Welte · 7 years ago
  5. 15596e2 gsm0808: make gsm0808_create_reset_ack() accessible by Philipp Maier · 7 years ago
  6. c6144a2 gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST by Philipp Maier · 7 years ago
  7. 3d48ec0 gsm0808: Add create functions for BSS_MAP_MSG_PAGING by Philipp Maier · 7 years ago
  8. b478dd3 gsm0808: Add create functions for CIPHER MODE COMMAND by Philipp Maier · 7 years ago
  9. 783047e gsm0808: Add utils for Cell Identifier List by Philipp Maier · 7 years ago
  10. 14e76b9 gsm0808: Add utils for Encryption Information by Philipp Maier · 7 years ago
  11. e0c6530 gsm0808: Add utils for Channel Type by Philipp Maier · 7 years ago
  12. fa896ab gsm0808: Add AoIP specific elements to gsm0808_create_... functions by Philipp Maier · 7 years ago
  13. 6f725d6 gsm0808: Add utils for Speech Codec List and Speech Codec by Philipp Maier · 7 years ago
  14. 2240143 gsm0808: Add utils for AoIP Transport Layer Address by Philipp Maier · 7 years ago
  15. d78c973 Fix LAPD UA message buffer memory leak. by Jean-Francois Dionne · 7 years ago
  16. 7f9c7e7 Add support for PCU version report by Max · 7 years ago
  17. 5d994e4 abis: add message type names by Max · 7 years ago
  18. 62d6f25 abis: add attribute names by Max · 7 years ago
  19. f444600 build: fix build dependencies for generated sources by Neels Hofmeyr · 7 years ago
  20. 00ab9ed add gsm48_pdisc_msgtype_name() by Neels Hofmeyr · 7 years ago
  21. dbd994c add gsm48_pdisc_names and gsm48_pdisc_name() by Neels Hofmeyr · 7 years ago
  22. e0cb0ee auth_milenage: fix check against too large ind by Neels Hofmeyr · 7 years ago
  23. bb6f7b7 osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND by Neels Hofmeyr · 7 years ago
  24. 82c9a0e osmo_auth_gen_vec: UMTS auth: store last used SQN, not next by Neels Hofmeyr · 7 years ago
  25. c733d14 lapd_core: Use 'struct value_string' for LAPD state names by Harald Welte · 7 years ago
  26. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  27. 777be2e Check for proper lapdm_datalink entity by Max · 7 years ago
  28. 90fdb08 fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names by Neels Hofmeyr · 7 years ago
  29. a2c5811 Export comp128 v2 and v3 routines as well by Holger Hans Peter Freyther · 7 years ago
  30. 3b8cb39 fix osmo_auth_gen_vec_auts: copy rand to auth vector by Neels Hofmeyr · 7 years ago
  31. 3a5ca64 gsup decode: fix expectation of AUTS length, should be 14 by Neels Hofmeyr · 7 years ago
  32. 10f5fb4 gsup: add osmo_gsup_message_type_name() by Neels Hofmeyr · 7 years ago
  33. 2c71794 utils/conv_gen.py: improve application flexibility by Vadim Yanitskiy · 7 years ago
  34. f12d40f fix various compiler warnings (on FreeBSD-11.0) by Harald Welte · 7 years ago
  35. 6b986c2 lapd_core: Fix MDL-ERROR ind after RELEASE ind by Philipp Maier · 7 years ago
  36. d9f6129 lapd_core: fix program flow by Philipp Maier · 8 years ago
  37. 03ab9a6 osmo_auth*: fix ordering of function args by Neels Hofmeyr · 7 years ago
  38. 08177d3 lapd_core: Improve debug output by Philipp Maier · 8 years ago
  39. 8352d31 GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16 by Neels Hofmeyr · 7 years ago
  40. 319f321 OML: add external alerts by Max · 7 years ago
  41. abba153 ipa: Remove unneeded #include statement by Harald Welte · 7 years ago
  42. b0a4234 Add abis_nm_fail_evt_vrep to libosmogsm.map by Max · 7 years ago
  43. 6e8c172 libosmogsm.map: fix typo by Max · 7 years ago
  44. ace80bb Mark deprecated function as such by Max · 7 years ago
  45. 2f0b0c9 Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c by Max · 7 years ago
  46. 1251afe Add abis_nm_fail_evt_vrep() function by Max · 7 years ago
  47. 87218ed LAPD: improve logging by Max · 7 years ago
  48. 85908a9 Add value strings for Probable Cause Type by Max · 7 years ago
  49. ecbcdf5 Add OML Failure Event Report support by Max · 8 years ago
  50. 07352fe Add event cause string descriptions by Max · 8 years ago
  51. dbd3a92 Add parsed TLV helpers from OsmoBTS by Max · 8 years ago
  52. 0bee65c Add OML definitions from OsmoBTS by Max · 8 years ago
  53. 6cfa56b gprs_cipher_core: Use typecase to avoid sanitizer error by Harald Welte · 7 years ago
  54. 5e5954d Fix erroneously AGPL licensed file in libosmocore. by Harald Welte · 8 years ago
  55. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  56. dd97950 gsm/oap: more robust: decode presence as clearly either 1 or 0 by Neels Hofmeyr · 8 years ago
  57. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  58. 665d48b cosmetic: gsup comments: write 'Generic' for the G in GSUP by Neels Hofmeyr · 8 years ago
  59. 5f460de license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom' by Neels Hofmeyr · 8 years ago
  60. bc1d758 gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() by Neels Hofmeyr · 8 years ago
  61. 25774b9 gsm0480: code dup: introduce and use gsm0480_l3hdr_push() by Neels Hofmeyr · 8 years ago
  62. 1fa7856 osmo_gsup_encode(): Make coverity happy by invariant checking by Harald Welte · 8 years ago
  63. 9b4d065 Extend IPA error logging by Max · 8 years ago
  64. c4193d3 gan: Mark gan_pdisc_vals[] as public / non-static symbol by Harald Welte · 8 years ago
  65. 72e43f0 gsm0408: Completing GSM 04.08 RR message types by Philipp · 8 years ago
  66. ada0042 COSMETIC: moving rr_cause_name() in gsm48.c by Philipp · 8 years ago
  67. a6b5216 utils/conv_gen.py: add EDGE MCS 1-9 definitions by Vadim Yanitskiy · 8 years ago
  68. f3d38c4 utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions by Vadim Yanitskiy · 8 years ago
  69. d2d9760 utils/conv_gen.py: generate a single file by Vadim Yanitskiy · 8 years ago
  70. 2b3c228 gsm/Makefile.am: use proper top_builddir/top_srcdir paths by Neels Hofmeyr · 8 years ago
  71. a95ee5e fix USSD: SS message type mask should be 0x3f, not 0xbf by Neels Hofmeyr · 8 years ago
  72. 0318f6b IuPS: add GMM Service Request related constants and value_str by Neels Hofmeyr · 8 years ago
  73. f92e44c lapd_core: Fix crash in lapd_dl_flush_hist() by Harald Welte · 8 years ago
  74. 9a5bbf3 egprs: Add CPS tables from TS 04.60 by Tom Tsou · 8 years ago
  75. 4739076 rsl: add rsl_act_type_name() by Neels Hofmeyr · 8 years ago
  76. fd80f5a dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH by Neels Hofmeyr · 8 years ago
  77. 505adee fix compiler warning: gsup.c: missing braces by Neels Hofmeyr · 8 years ago
  78. 4f16950 Add GEA3 & GEA4 ciphers by Max · 8 years ago
  79. f5f773f Add strings with GPRS GMM messages by Max · 8 years ago
  80. fdca25d Add function to check GMM encryptability by Max · 8 years ago
  81. 92ce39f Add missing osmo_c4 export by Max · 8 years ago
  82. 0ee90f8 lapd_dl_flush_hist(): Don't flush a non-existant history by Harald Welte · 8 years ago
  83. a337b9c Add function to check MS GEA capabilities by Max · 8 years ago
  84. ceae123 Make C4 function globally available by Max · 8 years ago
  85. b897c42 Add strings for GPRS ciphers by Max · 8 years ago
  86. 82f94ef Add UMTS AKA related MM/GMM message type and IE definitions by Harald Welte · 8 years ago
  87. db78d21 gsup.c: Fix encoding of UMTS auth vectors by Harald Welte · 8 years ago
  88. 0167e3f add rsl_or_ipac_msg_name() for both standard and ip.access msg types by Neels Hofmeyr · 8 years ago
  89. adef12a Add strings with PH primitive names by Max · 8 years ago
  90. 45abec2 Revert "gsm48: move to hex TMSI representation" by Holger Freyther · 8 years ago
  91. 78ad042 gsm48: move to hex TMSI representation by Vadim Yanitskiy · 8 years ago
  92. 764b022 Add function to make Uplink Measurement by Max · 8 years ago
  93. fe65fa7 Set DTX in Cell Options by Max · 8 years ago
  94. c7bf8d0 api doc: auth_core.c: add \returns, cosmetic by Neels Hofmeyr · 8 years ago
  95. 766da86 GSUP: Add support for RAND in SendAuthInfo.req by Harald Welte · 8 years ago
  96. 48dc1a5 GSUP: Add OSMO_GSUP_CN_DOMAIN_IE to differentiate CS and PS plane by Harald Welte · 8 years ago
  97. 3b6fb08 import gprs_gsup_message.[ch] from openbsc as gsup.[ch] by Harald Welte · 8 years ago 0.9.4
  98. fbd02fa tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc by Harald Welte · 8 years ago
  99. 64f38c0 import gsm_04_08_gprs.[ch] from openbsc.git by Harald Welte · 8 years ago
  100. cd9cb90 auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from Kc by Harald Welte · 8 years ago