summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 1.0.0 → 1.0.11.0.1Harald Welte2019-01-212-1/+8
* Rename msgb_wrap_with_TL()Max2019-01-212-10/+10
* Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte2019-01-199-24/+247
* Prevent GCR encoder/decoder functions from being used directlyMax2019-01-191-2/+2
* LCLS: make GCR into static member of osmo_lclsMax2019-01-193-24/+28
* LCLS: add status parameter to Assignment Completed messageMax2019-01-194-11/+43
* gsm29118: fix coverity issuesPhilipp Maier2019-01-181-1/+6
* socket: add define for socket name lengthPhilipp Maier2019-01-172-4/+4
* LCLS: add GCR comparison helperMax2019-01-144-19/+27
* LCLS: expand enc/dec testsMax2019-01-141-0/+12
* comments: update/fix three 3GPP spec referencesNeels Hofmeyr2019-01-143-3/+3
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-143-7/+26
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-147-0/+107
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-125-0/+1084
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-127-1/+760
* LCLS: use proper types for value_string wrappersMax2019-01-091-3/+3
* Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith2019-01-091-2/+2
* msgb: fix debug printMax2019-01-091-1/+1
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-083-0/+13
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-085-0/+82
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-073-10/+16
* Automatically disable GnuTLS fallbackMax2019-01-071-0/+1
* Streamline glibc version checkMax2019-01-071-7/+11
* tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2019-01-052-10/+4
* fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr2019-01-041-3/+7
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-042-0/+2
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-033-0/+23
* add LOGPFSMSL(), LOGPFSMSLSRC()Neels Hofmeyr2019-01-031-6/+30
* LOGPFSM*: guard against fi == NULLNeels Hofmeyr2019-01-031-4/+4
* add API doc for LOGPFSM* macrosNeels Hofmeyr2019-01-031-0/+31
* logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()Vadim Yanitskiy2018-12-281-0/+6
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-235-36/+78
* define LOGPFSM fmt only once, in LOGPFSMLSRCNeels Hofmeyr2018-12-231-7/+4
* Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte2018-12-231-1/+2
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-234-3/+34
* vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther2018-12-221-2/+2
* tests/gsm0808: use new msgb comparison APIVadim Yanitskiy2018-12-211-12/+4
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-215-0/+93
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-212-5/+3
* GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith2018-12-211-0/+8
* TLV: add convenience function for 1-byte valuesMax2018-12-201-0/+16
* TLV: fix doc copy-paste errorMax2018-12-201-1/+1
* Use define for key buffersMax2018-12-203-6/+9
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling2018-12-191-2/+3
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-199-45/+647
* LCLC: fix doc to match type signatureMax2018-12-191-2/+1
* Fix typos in SS opcode namesMax2018-12-191-2/+2
* add to osmo_sock_get_name*() APINeels Hofmeyr2018-12-192-17/+50
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-186-1/+46
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-1811-15/+527