summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gprs_ns: Declare gprs_ns_tx_alive*() in header fileHarald Welte2019-02-191-0/+2
* add OSMO_STRBUF_PRINTF()Neels Hofmeyr2019-02-171-0/+85
* gsm_08_08.h: Add constants for Channel Type in signalling modeSylvain Munaut2019-02-171-0/+14
* gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2019-02-081-1/+3
* protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut2019-02-071-1/+1
* gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2019-02-051-0/+1
* bitvec: Add bitvec_tailroom_bits() functionHarald Welte2019-02-051-0/+6
* bitvec: Add bitvec_bytes_used() functionHarald Welte2019-02-051-0/+9
* gsm_08_08.h: Add IEI definitions from Release 15Harald Welte2019-02-051-0/+5
* Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte2019-02-051-0/+2
* add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2019-02-043-0/+241
* vty api: add vty_out_va()Neels Hofmeyr2019-02-041-0/+1
* socket.h: add missing includeMax2019-02-041-2/+7
* GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith2019-02-041-2/+14
* osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr2019-01-291-1/+1
* add osmo_classmark_* APINeels Hofmeyr2019-01-291-0/+16
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-281-0/+3
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+5
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-221-0/+1
* gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith2019-01-211-0/+3
* Rename msgb_wrap_with_TL()Max2019-01-211-1/+1
* Prevent GCR encoder/decoder functions from being used directlyMax2019-01-191-2/+2
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-1/+2
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-0/+6
* socket: add define for socket name lengthPhilipp Maier2019-01-171-0/+2
* LCLS: add GCR comparison helperMax2019-01-141-0/+1
* comments: update/fix three 3GPP spec referencesNeels Hofmeyr2019-01-143-3/+3
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-141-7/+14
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-142-0/+3
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-123-0/+127
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-122-0/+26
* 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
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-081-0/+4
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-081-0/+1
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-071-2/+2
* 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-041-0/+1
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-031-0/+13
* 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
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-2/+2
* define LOGPFSM fmt only once, in LOGPFSMLSRCNeels Hofmeyr2018-12-231-7/+4
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-232-0/+3
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-211-0/+16
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-211-0/+2
* 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-201-3/+3