| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | auth_milenage: fix check against too large ind | Neels Hofmeyr | 2017-03-16 | 1 | -1/+1 |
* | osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND | Neels Hofmeyr | 2017-03-15 | 1 | -1/+66 |
* | osmo_auth_gen_vec: UMTS auth: store last used SQN, not next | Neels Hofmeyr | 2017-03-15 | 1 | -3/+9 |
* | lapd_core: Use 'struct value_string' for LAPD state names | Harald Welte | 2017-03-15 | 1 | -28/+33 |
* | libosmocoding: migrate transcoding routines from OsmoBTS | Vadim Yanitskiy | 2017-03-07 | 1 | -0/+2 |
* | Check for proper lapdm_datalink entity | Max | 2017-03-02 | 1 | -2/+8 |
* | fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names | Neels Hofmeyr | 2017-03-02 | 1 | -0/+1 |
* | Export comp128 v2 and v3 routines as well | Holger Hans Peter Freyther | 2017-02-27 | 1 | -0/+2 |
* | fix osmo_auth_gen_vec_auts: copy rand to auth vector | Neels Hofmeyr | 2017-02-22 | 1 | -1/+8 |
* | gsup decode: fix expectation of AUTS length, should be 14 | Neels Hofmeyr | 2017-02-21 | 1 | -2/+2 |
* | gsup: add osmo_gsup_message_type_name() | Neels Hofmeyr | 2017-02-15 | 2 | -0/+30 |
* | utils/conv_gen.py: improve application flexibility | Vadim Yanitskiy | 2017-02-09 | 1 | -1/+1 |
* | fix various compiler warnings (on FreeBSD-11.0) | Harald Welte | 2017-02-08 | 2 | -1/+2 |
* | lapd_core: Fix MDL-ERROR ind after RELEASE ind | Philipp Maier | 2017-02-07 | 1 | -4/+4 |
* | lapd_core: fix program flow | Philipp Maier | 2017-02-07 | 1 | -5/+5 |
* | osmo_auth*: fix ordering of function args | Neels Hofmeyr | 2017-02-06 | 1 | -3/+3 |
* | lapd_core: Improve debug output | Philipp Maier | 2017-02-03 | 1 | -144/+190 |
* | GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16 | Neels Hofmeyr | 2017-02-02 | 1 | -1/+1 |
* | OML: add external alerts | Max | 2017-01-25 | 1 | -0/+1 |
* | ipa: Remove unneeded #include statement | Harald Welte | 2017-01-23 | 1 | -1/+0 |
* | Add abis_nm_fail_evt_vrep to libosmogsm.map | Max | 2017-01-19 | 1 | -0/+1 |
* | libosmogsm.map: fix typo | Max | 2017-01-17 | 1 | -1/+1 |
* | Mark deprecated function as such | Max | 2017-01-16 | 1 | -0/+1 |
* | Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap... | Max | 2017-01-13 | 2 | -0/+2 |
* | Add abis_nm_fail_evt_vrep() function | Max | 2017-01-11 | 1 | -4/+17 |
* | LAPD: improve logging | Max | 2017-01-10 | 1 | -4/+6 |
* | Add value strings for Probable Cause Type | Max | 2017-01-10 | 2 | -0/+8 |
* | Add OML Failure Event Report support | Max | 2017-01-06 | 2 | -0/+39 |
* | Add event cause string descriptions | Max | 2017-01-06 | 2 | -0/+16 |
* | Add parsed TLV helpers from OsmoBTS | Max | 2017-01-06 | 2 | -0/+62 |
* | Add OML definitions from OsmoBTS | Max | 2017-01-06 | 2 | -0/+62 |
* | gprs_cipher_core: Use typecase to avoid sanitizer error | Harald Welte | 2017-01-06 | 1 | -1/+1 |
* | Fix erroneously AGPL licensed file in libosmocore. | Harald Welte | 2016-12-22 | 1 | -4/+4 |
* | Catch-up with git version tags | Max | 2016-12-21 | 1 | -2/+3 |
* | gsm/oap: more robust: decode presence as clearly either 1 or 0 | Neels Hofmeyr | 2016-12-11 | 1 | -4/+4 |
* | import oap message parsing / encoding from openbsc.git; AGPL->GPL | Harald Welte | 2016-12-11 | 3 | -1/+188 |
* | cosmetic: gsup comments: write 'Generic' for the G in GSUP | Neels Hofmeyr | 2016-12-09 | 1 | -1/+1 |
* | license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom' | Neels Hofmeyr | 2016-12-09 | 1 | -5/+5 |
* | gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() | Neels Hofmeyr | 2016-12-01 | 2 | -0/+31 |
* | gsm0480: code dup: introduce and use gsm0480_l3hdr_push() | Neels Hofmeyr | 2016-12-01 | 2 | -13/+16 |
* | osmo_gsup_encode(): Make coverity happy by invariant checking | Harald Welte | 2016-11-26 | 1 | -0/+1 |
* | Extend IPA error logging | Max | 2016-11-16 | 1 | -2/+2 |
* | gan: Mark gan_pdisc_vals[] as public / non-static symbol | Harald Welte | 2016-11-11 | 1 | -1/+1 |
* | gsm0408: Completing GSM 04.08 RR message types | Philipp | 2016-10-27 | 2 | -0/+109 |
* | COSMETIC: moving rr_cause_name() in gsm48.c | Philipp | 2016-10-27 | 1 | -5/+5 |
* | utils/conv_gen.py: add EDGE MCS 1-9 definitions | Vadim Yanitskiy | 2016-10-23 | 1 | -0/+15 |
* | utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions | Vadim Yanitskiy | 2016-10-23 | 1 | -0/+10 |
* | utils/conv_gen.py: generate a single file | Vadim Yanitskiy | 2016-10-23 | 1 | -7/+5 |
* | gsm/Makefile.am: use proper top_builddir/top_srcdir paths | Neels Hofmeyr | 2016-10-12 | 1 | -3/+3 |
* | fix USSD: SS message type mask should be 0x3f, not 0xbf | Neels Hofmeyr | 2016-10-12 | 1 | -1/+1 |