summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add osmo_classmark_* APINeels Hofmeyr2019-01-292-0/+133
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-281-11/+38
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-283-0/+181
* Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2019-01-222-1/+21
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-223-7/+11
* Bump version: 1.0.0 → 1.0.1Harald Welte2019-01-211-1/+1
* Rename msgb_wrap_with_TL()Max2019-01-211-9/+9
* Bump version: 0.12.0.128-8dfde → 1.0.0Harald Welte2019-01-194-4/+4
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-5/+4
* LCLS: add status parameter to Assignment Completed messageMax2019-01-192-7/+32
* gsm29118: fix coverity issuesPhilipp Maier2019-01-181-1/+6
* socket: add define for socket name lengthPhilipp Maier2019-01-171-4/+2
* LCLS: add GCR comparison helperMax2019-01-142-0/+22
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-142-0/+12
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-143-0/+50
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-122-0/+957
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-123-1/+332
* msgb: fix debug printMax2019-01-091-1/+1
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-082-0/+9
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-082-0/+37
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-071-8/+13
* Automatically disable GnuTLS fallbackMax2019-01-071-0/+1
* Streamline glibc version checkMax2019-01-071-7/+11
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-041-0/+1
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-032-0/+10
* 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-233-21/+56
* 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-232-3/+31
* vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther2018-12-221-2/+2
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-211-0/+23
* GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith2018-12-211-0/+8
* Use define for key buffersMax2018-12-201-2/+2
* 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-191-17/+47
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-181-0/+13
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-184-2/+336
* LCLS: add gsm0808_create_ass2()Max2018-12-142-6/+48
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+37
* LCLS, TS 29.205: add GCR routinesMax2018-12-143-1/+97
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy2018-12-141-3/+0
* msgb: add test helpersMax2018-12-121-0/+92
* fix api doc for osmo_bcd2str()Neels Hofmeyr2018-12-111-1/+1
* gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2018-12-101-5/+5
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-101-13/+12
* add osmo_bcd2str()Neels Hofmeyr2018-12-101-0/+41
* api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr2018-12-101-1/+4