aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-29add osmo_classmark_* APINeels Hofmeyr3-0/+149
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr4-11/+163
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr7-0/+645
2019-01-22Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2-1/+21
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte4-7/+12
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2-16/+16
2019-01-21Merge tag '1.0.1'Harald Welte0-0/+0
2019-01-21Bump version: 1.0.0 → 1.0.1Harald Welte2-1/+8
2019-01-21gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith1-0/+3
2019-01-21Bump version: 1.0.0 → 1.0.11.0.1Harald Welte2-1/+8
2019-01-21Rename msgb_wrap_with_TL()Max2-10/+10
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte9-24/+247
2019-01-19Prevent GCR encoder/decoder functions from being used directlyMax1-2/+2
2019-01-19LCLS: make GCR into static member of osmo_lclsMax3-24/+28
2019-01-19LCLS: add status parameter to Assignment Completed messageMax4-11/+43
2019-01-18gsm29118: fix coverity issuesPhilipp Maier1-1/+6
2019-01-17socket: add define for socket name lengthPhilipp Maier2-4/+4
2019-01-14LCLS: add GCR comparison helperMax4-19/+27
2019-01-14LCLS: expand enc/dec testsMax1-0/+12
2019-01-14comments: update/fix three 3GPP spec referencesNeels Hofmeyr3-3/+3
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr3-7/+26
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith7-0/+107
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling5-0/+1084
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling7-1/+760
2019-01-09LCLS: use proper types for value_string wrappersMax1-3/+3
2019-01-09Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith1-2/+2
2019-01-09msgb: fix debug printMax1-1/+1
2019-01-08add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr3-0/+13
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr5-0/+82
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax3-10/+16
2019-01-07Automatically disable GnuTLS fallbackMax1-0/+1
2019-01-07Streamline glibc version checkMax1-7/+11
2019-01-05tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2-10/+4
2019-01-04fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr1-3/+7
2019-01-04osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2-0/+2
2019-01-03gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr3-0/+23
2019-01-03add LOGPFSMSL(), LOGPFSMSLSRC()Neels Hofmeyr1-6/+30
2019-01-03LOGPFSM*: guard against fi == NULLNeels Hofmeyr1-4/+4
2019-01-03add API doc for LOGPFSM* macrosNeels Hofmeyr1-0/+31
2018-12-28logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()Vadim Yanitskiy1-0/+6
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax5-36/+78
2018-12-23define LOGPFSM fmt only once, in LOGPFSMLSRCNeels Hofmeyr1-7/+4
2018-12-23Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte1-1/+2
2018-12-23vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther4-3/+34
2018-12-22vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther1-2/+2
2018-12-21tests/gsm0808: use new msgb comparison APIVadim Yanitskiy1-12/+4
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith5-0/+93
2018-12-21GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2-5/+3
2018-12-21GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith1-0/+8
2018-12-20TLV: add convenience function for 1-byte valuesMax1-0/+16