aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-29add osmo_classmark_* APINeels Hofmeyr2-0/+133
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr1-11/+38
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr3-0/+181
2019-01-22Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2-1/+21
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte3-7/+11
2019-01-21Bump version: 1.0.0 → 1.0.1Harald Welte1-1/+1
2019-01-21Rename msgb_wrap_with_TL()Max1-9/+9
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte4-4/+4
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-5/+4
2019-01-19LCLS: add status parameter to Assignment Completed messageMax2-7/+32
2019-01-18gsm29118: fix coverity issuesPhilipp Maier1-1/+6
2019-01-17socket: add define for socket name lengthPhilipp Maier1-4/+2
2019-01-14LCLS: add GCR comparison helperMax2-0/+22
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2-0/+12
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith3-0/+50
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling2-0/+957
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling3-1/+332
2019-01-09msgb: fix debug printMax1-1/+1
2019-01-08add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2-0/+9
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2-0/+37
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax1-8/+13
2019-01-07Automatically disable GnuTLS fallbackMax1-0/+1
2019-01-07Streamline glibc version checkMax1-7/+11
2019-01-04osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr1-0/+1
2019-01-03gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2-0/+10
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 GCRMax3-21/+56
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 Freyther2-3/+31
2018-12-22vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther1-2/+2
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith1-0/+23
2018-12-21GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith1-0/+8
2018-12-20Use define for key buffersMax1-2/+2
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 Hofmeyr1-17/+47
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy1-0/+13
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy4-2/+336
2018-12-14LCLS: add gsm0808_create_ass2()Max2-6/+48
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax2-0/+37
2018-12-14LCLS, TS 29.205: add GCR routinesMax3-1/+97
2018-12-14gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy1-3/+0
2018-12-12msgb: add test helpersMax1-0/+92
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 Hofmeyr1-5/+5
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr1-13/+12
2018-12-10add osmo_bcd2str()Neels Hofmeyr1-0/+41
2018-12-10api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr1-1/+4