1. ecbcdf5 Add OML Failure Event Report support by Max · 8 years ago
  2. 07352fe Add event cause string descriptions by Max · 8 years ago
  3. dbd3a92 Add parsed TLV helpers from OsmoBTS by Max · 8 years ago
  4. 0bee65c Add OML definitions from OsmoBTS by Max · 8 years ago
  5. 6cfa56b gprs_cipher_core: Use typecase to avoid sanitizer error by Harald Welte · 7 years ago
  6. 5e5954d Fix erroneously AGPL licensed file in libosmocore. by Harald Welte · 8 years ago
  7. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  8. dd97950 gsm/oap: more robust: decode presence as clearly either 1 or 0 by Neels Hofmeyr · 8 years ago
  9. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  10. 665d48b cosmetic: gsup comments: write 'Generic' for the G in GSUP by Neels Hofmeyr · 8 years ago
  11. 5f460de license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom' by Neels Hofmeyr · 8 years ago
  12. bc1d758 gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() by Neels Hofmeyr · 8 years ago
  13. 25774b9 gsm0480: code dup: introduce and use gsm0480_l3hdr_push() by Neels Hofmeyr · 8 years ago
  14. 1fa7856 osmo_gsup_encode(): Make coverity happy by invariant checking by Harald Welte · 8 years ago
  15. 9b4d065 Extend IPA error logging by Max · 8 years ago
  16. c4193d3 gan: Mark gan_pdisc_vals[] as public / non-static symbol by Harald Welte · 8 years ago
  17. 72e43f0 gsm0408: Completing GSM 04.08 RR message types by Philipp · 8 years ago
  18. ada0042 COSMETIC: moving rr_cause_name() in gsm48.c by Philipp · 8 years ago
  19. a6b5216 utils/conv_gen.py: add EDGE MCS 1-9 definitions by Vadim Yanitskiy · 8 years ago
  20. f3d38c4 utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions by Vadim Yanitskiy · 8 years ago
  21. d2d9760 utils/conv_gen.py: generate a single file by Vadim Yanitskiy · 8 years ago
  22. 2b3c228 gsm/Makefile.am: use proper top_builddir/top_srcdir paths by Neels Hofmeyr · 8 years ago
  23. a95ee5e fix USSD: SS message type mask should be 0x3f, not 0xbf by Neels Hofmeyr · 8 years ago
  24. 0318f6b IuPS: add GMM Service Request related constants and value_str by Neels Hofmeyr · 8 years ago
  25. f92e44c lapd_core: Fix crash in lapd_dl_flush_hist() by Harald Welte · 8 years ago
  26. 9a5bbf3 egprs: Add CPS tables from TS 04.60 by Tom Tsou · 8 years ago
  27. 4739076 rsl: add rsl_act_type_name() by Neels Hofmeyr · 8 years ago
  28. fd80f5a dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH by Neels Hofmeyr · 8 years ago
  29. 505adee fix compiler warning: gsup.c: missing braces by Neels Hofmeyr · 8 years ago
  30. 4f16950 Add GEA3 & GEA4 ciphers by Max · 8 years ago
  31. f5f773f Add strings with GPRS GMM messages by Max · 8 years ago
  32. fdca25d Add function to check GMM encryptability by Max · 8 years ago
  33. 92ce39f Add missing osmo_c4 export by Max · 8 years ago
  34. 0ee90f8 lapd_dl_flush_hist(): Don't flush a non-existant history by Harald Welte · 8 years ago
  35. a337b9c Add function to check MS GEA capabilities by Max · 8 years ago
  36. ceae123 Make C4 function globally available by Max · 8 years ago
  37. b897c42 Add strings for GPRS ciphers by Max · 8 years ago
  38. 82f94ef Add UMTS AKA related MM/GMM message type and IE definitions by Harald Welte · 8 years ago
  39. db78d21 gsup.c: Fix encoding of UMTS auth vectors by Harald Welte · 8 years ago
  40. 0167e3f add rsl_or_ipac_msg_name() for both standard and ip.access msg types by Neels Hofmeyr · 8 years ago
  41. adef12a Add strings with PH primitive names by Max · 8 years ago
  42. 45abec2 Revert "gsm48: move to hex TMSI representation" by Holger Freyther · 8 years ago
  43. 78ad042 gsm48: move to hex TMSI representation by Vadim Yanitskiy · 8 years ago
  44. 764b022 Add function to make Uplink Measurement by Max · 8 years ago
  45. fe65fa7 Set DTX in Cell Options by Max · 8 years ago
  46. c7bf8d0 api doc: auth_core.c: add \returns, cosmetic by Neels Hofmeyr · 8 years ago
  47. 766da86 GSUP: Add support for RAND in SendAuthInfo.req by Harald Welte · 8 years ago
  48. 48dc1a5 GSUP: Add OSMO_GSUP_CN_DOMAIN_IE to differentiate CS and PS plane by Harald Welte · 8 years ago
  49. 3b6fb08 import gprs_gsup_message.[ch] from openbsc as gsup.[ch] by Harald Welte · 8 years ago 0.9.4
  50. fbd02fa tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc by Harald Welte · 8 years ago
  51. 64f38c0 import gsm_04_08_gprs.[ch] from openbsc.git by Harald Welte · 8 years ago
  52. cd9cb90 auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from Kc by Harald Welte · 8 years ago
  53. 3a96d28 conv_gen: Use python2 to execute the script by Holger Hans Peter Freyther · 8 years ago
  54. 84da22f Add code generator for convolutional codes by Max Suraev msuraev@sysmocom.de · 8 years ago
  55. aa16d63 milenage/aes: Address undefined behavior on bitshift by Holger Hans Peter Freyther · 8 years ago
  56. 8a5346b Add function for appending range1024 to bitvec by Max · 8 years ago
  57. 1f9d818 Deprecate comp128 by Max · 8 years ago
  58. fdb3d8c Deprecate osmo_a5_1 and osmo_a5_2 by Max · 8 years ago
  59. aead05d Improve code reuse by Max · 8 years ago
  60. bf990bb Update internal GPRS cipher API by Max · 8 years ago
  61. fbb8bfa Add function to get osmo_earfcn bit size by Max · 8 years ago
  62. fb348ee Export names for gsm_chan_t and gsm48_chan_mode by Max · 8 years ago
  63. ea345cd Rename struct to better match libosmocore conventions by Max · 8 years ago
  64. c79b397 Revert "gsm48: move to hex TMSI representation" by Harald Welte · 8 years ago
  65. f451ce6 gsm48: move to hex TMSI representation by Vadim Yanitskiy · 8 years ago
  66. 03309b5 Add basic EARFCN support by Max · 8 years ago
  67. bdccc1b gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS by Neels Hofmeyr · 8 years ago
  68. 282e908 04.08: add inline funcs for pdisc + msg type bitmasks by Neels Hofmeyr · 8 years ago
  69. f20f5fd comment typo by Neels Hofmeyr · 8 years ago
  70. ee6652b ipa: recv is declared in different headers on BSD by Holger Hans Peter Freyther · 9 years ago
  71. cf37c4c Fix sporadic out-of-bounds error by Max · 8 years ago
  72. 8114294 gsm: Add APN conversion functions by Jacob Erlbeck · 9 years ago
  73. 9e57a5a some comments / fixed typos by Neels Hofmeyr · 9 years ago
  74. 1a87c1b LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS mode by Harald Welte · 9 years ago
  75. fad5752 RSL: Add enum + TLV definitions for ip.access style embedded IEs by Harald Welte · 9 years ago
  76. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  77. 667e83d fix some typos by Neels Hofmeyr · 9 years ago
  78. c2ddc4f build: have a disable-static build succeed by Jan Engelhardt · 9 years ago
  79. 1a8c4e0 Introduce gsm48_mi_type_name() function by Harald Welte · 9 years ago
  80. 1f6aad1 Add G-RNTI derived TLLI types defined in 23.003 by Harald Welte · 9 years ago
  81. 7f31c90 ipa: Add libosmogsm.map entry for ipa_ccm_idtag_parse_off by Jacob Erlbeck · 9 years ago
  82. f558ed4 ipa: Properly parse LV stream of a ID_GET request by Holger Hans Peter Freyther · 9 years ago
  83. 908085c Add APN utility function to libosmogsm by Harald Welte · 10 years ago
  84. d154f8b msgb: Check the return value of msgb_alloc (Coverity) by Jacob Erlbeck · 9 years ago
  85. f8699ca gsm: Add A5/3-4 cipher support by Max · 9 years ago
  86. ca8dcb7 gsm0808: Remove duplicate initialization by Holger Hans Peter Freyther · 9 years ago
  87. 419684e Supplementary Services (de)activation, interrogation added by Tobias Engel · 12 years ago
  88. 63b156a fixup by Harald Welte · 10 years ago
  89. 783d073 add gsm0341_test to generate SMSCB hex strings by Harald Welte · 10 years ago
  90. 1b12d16 libosmo-gsm: Add PCHAN/LCHAN types for CBCH by Harald Welte · 10 years ago
  91. a6be224 ipa: Return -errno instead of -1 in ipa_send by Jacob Erlbeck · 10 years ago
  92. e15ac06 fix libosmocore build for NuttX target by Harald Welte · 10 years ago
  93. fd5ad17 Change copyright notice of ipa.c to GPLv2+ by Harald Welte · 10 years ago
  94. 388fb03 Change license of gsm0411_smc/smr to GPLv2+ by Harald Welte · 10 years ago
  95. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  96. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  97. de883e7 Fix copyright header in gan.c by Harald Welte · 10 years ago
  98. 468b643 add missing copyright statements to source code files by Harald Welte · 10 years ago
  99. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  100. 715e945 gsm0808: Fix copy and paste pointed out by clang by Holger Hans Peter Freyther · 10 years ago