summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* LCLS: add gsm0808_create_ass2()Max2018-12-145-6/+133
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-145-0/+123
* LCLS, TS 29.205: add GCR routinesMax2018-12-1410-4/+263
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy2018-12-141-3/+0
* stats.h: Fix build on MacOSPau Espin Pedrol2018-12-131-2/+2
* msgb: add test helpersMax2018-12-122-0/+231
* 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-102-13/+13
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-103-8/+6
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-103-29/+24
* add osmo_bcd2str()Neels Hofmeyr2018-12-104-0/+186
* Constify llist_count() parameterMax2018-12-101-1/+1
* api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr2018-12-101-1/+4
* gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2018-12-102-0/+358
* timer: Fix clockid_t undefined on MacOS < 10.12Pau Espin Pedrol2018-12-102-0/+5
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-086-19/+75
* gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2018-12-075-0/+363
* gsm_29_118.h: Add constant for default portPhilipp Maier2018-12-071-0/+3
* cosmetic apn: correct whitespace errorPhilipp Maier2018-12-072-2/+2
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-072-5/+23
* Allow log_init() with NULL log_infoMax2018-12-061-10/+15
* gsm_29_118: add missing extern for struct value_string decl.Philipp Maier2018-12-051-8/+8
* LCLS: update osmo_lcls structMax2018-12-041-4/+4
* Add msgb_tl_put() helperMax2018-12-041-0/+12
* ctrl: use #define for TRAP idMax2018-12-032-1/+2