summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add GSM 04.08 type-of-number / numbering-plan-id definitionsHarald Welte2018-02-091-0/+22
* debian/control: Fix Vcs-Browser URLHarald Welte2018-02-091-1/+1
* osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte2018-02-091-2/+2
* Revert "fsm: do not terminate child FSMs early"Harald Welte2018-02-091-4/+3
* Revert "Use python 3 for utilities"Harald Welte2018-02-093-3/+3
* fsm: do not terminate child FSMs earlyPhilipp Maier2018-02-091-3/+4
* msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte2018-02-091-0/+14
* tlv_parser: Report *first* occurrence of repeated IEsHarald Welte2018-02-091-2/+7
* tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol2018-02-081-0/+1
* tests: coding_test: Fix compilation with -O0Pau Espin Pedrol2018-02-081-2/+2
* Use python 3 for utilitiesMax2018-02-083-3/+3
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* GSUP: change osmo_gsup_encode() return typeMax2018-02-053-6/+13
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-052-4/+6
* 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-245-0/+27
* gsm48_pdisc_names: Use conscise, short namesHarald Welte2018-01-241-15/+15
* jenkins: move make invocation into shared functionMax2018-01-243-5/+8
* jenkins: remove obsolete scriptsMax2018-01-242-61/+0
* fsm: add functions for unlinking and changing parentsPhilipp Maier2018-01-242-3/+38
* libosmocoding: use frame length definitions from codec.hVadim Yanitskiy2018-01-241-7/+0
* libosmocoding: fix typo in library documentationVadim Yanitskiy2018-01-231-1/+1
* socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()Philipp Maier2018-01-221-2/+2
* GSUP: don't fail test on first errorMax2018-01-222-4/+30
* socket: fix socket leak in osmo_sock_local_ip()Philipp Maier2018-01-221-0/+1
* tests/ussd: prevent uninitialized memory accessVadim Yanitskiy2018-01-221-2/+1
* Embedded: add sercomm stubsMax2018-01-215-8/+15
* Embedded: disable stats testMax2018-01-212-1/+9
* MNCC: Add MNCC to string dumperHarald Welte2018-01-194-1/+429
* logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr2018-01-191-0/+27
* logging: allow to log only the basename of each sourceNeels Hofmeyr2018-01-192-0/+15
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-193-7/+74
* jenkins: add dispatcher scriptMax2018-01-183-0/+94
* cosmetic: logging: if color is disabled, don't print ""Neels Hofmeyr2018-01-171-5/+6
* fsm: fix double llist_del in osmo_fsm_inst_term()Philipp Maier2018-01-171-2/+3
* fix -Werror build: logging.c: always use literal with snprintfNeels Hofmeyr2018-01-171-1/+1
* logging: color the log category according to levelNeels Hofmeyr2018-01-171-1/+5
* logging: color the log levelNeels Hofmeyr2018-01-171-4/+26
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-173-0/+42
* gsm0480: parse optional IEs for RELEASE COMPLETE messageVadim Yanitskiy2018-01-171-1/+5
* gsm0480: parse all SS info elements in a messageVadim Yanitskiy2018-01-171-1/+10
* tests/ussd: fix wrong GSM 04.80 payload lengthVadim Yanitskiy2018-01-171-3/+7
* gsm0480: correct parse_ss_info_elements() declarationVadim Yanitskiy2018-01-171-1/+1
* gsm0480: refactor gsm0480_decode_ss_requestVadim Yanitskiy2018-01-171-7/+14
* gsm0480: move SS request length check to parse_ss()Vadim Yanitskiy2018-01-171-12/+11
* gsm0480: pass exact GSM 04.80 payload length to parse_ss()Vadim Yanitskiy2018-01-171-4/+4
* gsm0480: add specification reference to SS message typeVadim Yanitskiy2018-01-171-0/+1