summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte2018-02-091-2/+2
* msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte2018-02-091-0/+14
* GSUP: change osmo_gsup_encode() return typeMax2018-02-051-1/+1
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-051-0/+3
* gsm48_hdr_msg_type(): SS is in the same group as MM/CCHarald Welte2018-02-031-1/+1
* gsm48_hdr_msg_type[_r99]: Fix bit-masksHarald Welte2018-02-031-2/+2
* gsm_04_08.h: Reduce T310 default to 30s.Harald Welte2018-01-271-1/+1
* gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default valueHarald Welte2018-01-271-7/+7
* SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2018-01-242-0/+11
* fsm: add functions for unlinking and changing parentsPhilipp Maier2018-01-241-0/+4
* MNCC: Add MNCC to string dumperHarald Welte2018-01-191-0/+9
* logging: allow to log only the basename of each sourceNeels Hofmeyr2018-01-191-0/+1
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-1/+13
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+4
* gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy2018-01-171-2/+22
* libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2018-01-152-0/+16
* Deprecate gsm48_construct_ra()Max2018-01-121-1/+1
* gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2018-01-121-0/+5
* Add function to properly encode RAIMax2018-01-082-0/+2
* Fix incorrect spec referenceMax2018-01-041-1/+1
* logging vty: tweak general 'logging' command docNeels Hofmeyr2017-12-201-1/+1
* libosmocodec: add FR bit offset definitionsPhilipp Maier2017-12-202-0/+273
* libosmocodec: add FR/HR/EFR frame length definitionsVadim Yanitskiy2017-12-201-0/+7
* ports: define proper VTY and CTRL ports for OsmoHNBGWNeels Hofmeyr2017-12-202-0/+3
* add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr2017-12-181-0/+1
* ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr2017-12-181-0/+2
* utils: add osmo_escape_str()Neels Hofmeyr2017-12-181-0/+3
* add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr2017-12-181-0/+2
* utils: add osmo_separated_identifiers_valid()Neels Hofmeyr2017-12-171-0/+1
* logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr2017-12-121-0/+2
* Add functions for extended RACH codingMax2017-12-111-1/+6
* comment: utils: more accurately describe OSMO_STRINGIFY macroNeels Hofmeyr2017-12-101-1/+3
* counters: add osmo_counters_count() returns the amount of countersAlexander Couzens2017-12-051-0/+2
* logging: Extend the LOGPSRC macro to put cont in it as wellHolger Hans Peter Freyther2017-12-011-2/+18
* gsmtap.h: Introduce new GSMTAP type for LTE NAS messagesHarald Welte2017-11-231-0/+1
* tlv_put: guard against NULL val and 0 lenNeels Hofmeyr2017-11-201-2/+13
* msgb: add inline msgb_queue_free()Neels Hofmeyr2017-11-201-0/+9
* ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcpHarald Welte2017-11-201-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-136-13/+18
* vty: add port number for osmo-mgwPhilipp Maier2017-11-101-0/+1
* vty: deprecate now empty node commandsNeels Hofmeyr2017-11-081-2/+2
* GPRS: constify NS printing routine parametersMax2017-10-241-1/+1
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-241-1/+1
* Introduce osmo_identifier_valid() function to check validity of identifierHarald Welte2017-10-241-0/+3
* GPRS: clarify ip/frgre union useMax2017-10-241-0/+2
* GPRS: unify NS state printingMax2017-10-241-0/+4
* add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()Neels Hofmeyr2017-10-242-0/+21
* gb: optionally allow nsip packets only from a specific hostPhilipp Maier2017-10-241-0/+2
* Replace bitvec_set_uint() with bitvec_set_u64()Max2017-10-241-0/+2
* ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr2017-10-231-0/+8