aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-17bitvec: correct comment in bitvec_allocAlexander Couzens1-1/+1
2019-06-17add define for magic tmsi constantEric Wild1-0/+1
2019-06-16Revert "fsm.c: Print error message for FSM with allstate_action but no events"Vadim Yanitskiy1-11/+0
2019-06-15fsm.c: Print error message for FSM with allstate_action but no eventsHarald Welte1-0/+11
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol2-6/+15
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol3-18/+56
2019-06-14vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol2-0/+18
2019-06-14vty: command.c: Get rid of big indentation blockPau Espin Pedrol1-30/+30
2019-06-14command.c: Improve return check condition in cmd_execut_command_real()Pau Espin Pedrol1-2/+2
2019-06-13logging: Use reentrant ctime_r instead of ctimePau Espin Pedrol1-5/+8
2019-06-13(minor) fix typo in commentsKévin Redon1-3/+3
2019-06-13logging: Check return error from time() callPau Espin Pedrol1-1/+2
2019-06-13minor: don't redefine macrosKévin Redon2-0/+4
2019-06-13fix isdigit taking unsigned as inputKévin Redon2-2/+2
2019-06-12vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-91/+94
2019-06-12cosmetic: vty: command.c: Use upper case for enum match_type value namesPau Espin Pedrol1-101/+101
2019-06-12protocol/gsm_04_08.h: do not check if unsigned is positiveVadim Yanitskiy1-3/+3
2019-06-12core/utils: drop meaningless const from return value of osmo_luhn()Vadim Yanitskiy2-2/+2
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol3-43/+14
2019-06-11vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-84/+87
2019-06-07gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith3-3/+28
2019-06-06vty_transcript_test.vty: add choice auto-complete testsVadim Yanitskiy1-0/+9
2019-06-05fsm: Reduce amount of copy+pasted LOGPFSMSRC() statementsHarald Welte1-17/+15
2019-06-05fsm: Allow millisecond granularity in osmo_fsm built-in timerHarald Welte2-23/+46
2019-06-05lapd_core: Perform N200 retransmissions, not N200-1Harald Welte1-4/+4
2019-06-05lapdm: Allow user to specify T200 values; Use correct N200 valuesHarald Welte3-15/+85
2019-06-04gsm0808_utils: Add gsm0808_decode_cell_id_u()Harald Welte3-11/+60
2019-06-04make all library-internal static buffers thread-localHarald Welte13-33/+32
2019-06-04utils: add gsmtap_logread.py a gsmtap log readerAlexander Couzens2-0/+167
2019-06-02lapdm: Don't truncate L3 payload at 200 bytes lengthHarald Welte1-1/+1
2019-06-01socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()Vadim Yanitskiy1-2/+2
2019-06-01vty/command.c: cosmetic: add missing curly bracketsVadim Yanitskiy1-2/+4
2019-05-29gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy3-6/+16
2019-05-28rest_octets: Remove SI2ter + SI2bis encoders that don't do anythingHarald Welte3-35/+0
2019-05-28rest_octets: Implement actual SI6 rest octets encodingHarald Welte2-12/+73
2019-05-28rest_octets: Add function to parse SI3 rest octetsHarald Welte3-0/+82
2019-05-28rest_octets: Suffix encoder functiosn with _encodeHarald Welte3-28/+32
2019-05-28rest_octets: Fix export of osmo_gsm48_rest_octetsHarald Welte1-8/+8
2019-05-28rest_octets: Actually include gsm48_rest_octets.c in Makefile.amHarald Welte1-1/+1
2019-05-28rest_octets: Use correct symbols names for range encoderHarald Welte1-4/+4
2019-05-28gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+6
2019-05-28gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy3-5/+5
2019-05-28gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy3-7/+17
2019-05-28gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy2-4/+4
2019-05-28gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy2-0/+224
2019-05-27tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte3-12/+15
2019-05-27oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte3-12/+16
2019-05-27rsl: Add osmocom-specific extensions to RSL channel numbers for CBCHHarald Welte2-0/+14
2019-05-24protocol/gsm_12_21.h: fix copy-pasted struct descriptionVadim Yanitskiy1-1/+1
2019-05-19lapdm_rslms_recvmsg: Fix memory leak in error pathHarald Welte1-1/+3