summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens2019-07-081-3/+3
* vty: Simplify char escaping in asciidoc outputPau Espin Pedrol2019-06-251-9/+4
* gsm: lapd_core: Log timeout used upon start of T200Pau Espin Pedrol2019-06-211-1/+2
* vty: Remove trailing whitespace in output from show asciidocPau Espin Pedrol2019-06-191-2/+2
* bitvec: correct comment in bitvec_allocAlexander Couzens2019-06-171-1/+1
* Revert "fsm.c: Print error message for FSM with allstate_action but no events"Vadim Yanitskiy2019-06-161-11/+0
* fsm.c: Print error message for FSM with allstate_action but no eventsHarald Welte2019-06-151-0/+11
* vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol2019-06-141-5/+14
* vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol2019-06-141-7/+44
* vty: command.c: Get rid of big indentation blockPau Espin Pedrol2019-06-141-30/+30
* command.c: Improve return check condition in cmd_execut_command_real()Pau Espin Pedrol2019-06-141-2/+2
* logging: Use reentrant ctime_r instead of ctimePau Espin Pedrol2019-06-131-5/+8
* logging: Check return error from time() callPau Espin Pedrol2019-06-131-1/+2
* fix isdigit taking unsigned as inputKévin Redon2019-06-132-2/+2
* vty: command.c: Get rid of huge indentation blockPau Espin Pedrol2019-06-121-91/+94
* cosmetic: vty: command.c: Use upper case for enum match_type value namesPau Espin Pedrol2019-06-121-101/+101
* core/utils: drop meaningless const from return value of osmo_luhn()Vadim Yanitskiy2019-06-121-1/+1
* vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol2019-06-111-5/+5
* vty: command.c: Get rid of huge indentation blockPau Espin Pedrol2019-06-111-84/+87
* gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith2019-06-071-3/+13
* fsm: Reduce amount of copy+pasted LOGPFSMSRC() statementsHarald Welte2019-06-051-17/+15
* fsm: Allow millisecond granularity in osmo_fsm built-in timerHarald Welte2019-06-051-23/+31
* lapd_core: Perform N200 retransmissions, not N200-1Harald Welte2019-06-051-4/+4
* lapdm: Allow user to specify T200 values; Use correct N200 valuesHarald Welte2019-06-052-12/+76
* gsm0808_utils: Add gsm0808_decode_cell_id_u()Harald Welte2019-06-042-11/+59
* make all library-internal static buffers thread-localHarald Welte2019-06-0413-33/+32
* lapdm: Don't truncate L3 payload at 200 bytes lengthHarald Welte2019-06-021-1/+1
* socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()Vadim Yanitskiy2019-06-011-2/+2
* vty/command.c: cosmetic: add missing curly bracketsVadim Yanitskiy2019-06-011-2/+4
* gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy2019-05-291-1/+7
* rest_octets: Remove SI2ter + SI2bis encoders that don't do anythingHarald Welte2019-05-282-33/+0
* rest_octets: Implement actual SI6 rest octets encodingHarald Welte2019-05-281-11/+35
* rest_octets: Add function to parse SI3 rest octetsHarald Welte2019-05-282-0/+79
* rest_octets: Suffix encoder functiosn with _encodeHarald Welte2019-05-282-18/+20
* rest_octets: Fix export of osmo_gsm48_rest_octetsHarald Welte2019-05-281-8/+8
* rest_octets: Actually include gsm48_rest_octets.c in Makefile.amHarald Welte2019-05-281-1/+1
* rest_octets: Use correct symbols names for range encoderHarald Welte2019-05-281-4/+4
* gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-281-4/+6
* gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy2019-05-281-2/+2
* gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy2019-05-281-3/+13
* gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy2019-05-281-2/+2
* tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-272-8/+9
* oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-271-4/+6
* rsl: Add osmocom-specific extensions to RSL channel numbers for CBCHHarald Welte2019-05-271-0/+10
* lapdm_rslms_recvmsg: Fix memory leak in error pathHarald Welte2019-05-191-1/+3
* TLV: Add one-shot TLV encoderHarald Welte2019-05-192-0/+100
* pseudotalloc: turn talloc_steal() into #defineHarald Welte2019-05-182-2/+3
* codec/ecu: Add a bit of precision about the actual frame format usedSylvain Munaut2019-05-151-2/+7
* gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITSOliver Smith2019-05-151-1/+1
* gsm0808: Introduce Osmocom extensions to announce Osmux supportPau Espin Pedrol2019-05-133-0/+24