aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-20TLV: fix doc copy-paste errorMax1-1/+1
2018-12-20Use define for key buffersMax3-6/+9
2018-12-19rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling1-2/+3
2018-12-19add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr9-45/+647
2018-12-19LCLC: fix doc to match type signatureMax1-2/+1
2018-12-19Fix typos in SS opcode namesMax1-2/+2
2018-12-19add to osmo_sock_get_name*() APINeels Hofmeyr2-17/+50
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy6-1/+46
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy11-15/+527
2018-12-14LCLS: add gsm0808_create_ass2()Max5-6/+133
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax5-0/+123
2018-12-14LCLS, TS 29.205: add GCR routinesMax10-4/+263
2018-12-14gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy1-3/+0
2018-12-13stats.h: Fix build on MacOSPau Espin Pedrol1-2/+2
2018-12-12msgb: add test helpersMax2-0/+231
2018-12-11fix api doc for osmo_bcd2str()Neels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2-13/+13
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr3-8/+6
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr3-29/+24
2018-12-10add osmo_bcd2str()Neels Hofmeyr4-0/+186
2018-12-10Constify llist_count() parameterMax1-1/+1
2018-12-10api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr1-1/+4