summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vty/vty.c: the command buffer can be accessed directlyVadim Yanitskiy2019-07-301-7/+7
* vty/vty.c: fix vty_read(): prevent further heap-buffer overrunVadim Yanitskiy2019-07-301-0/+2
* vty/telnet_interface.c: log connection accept() / close() eventsVadim Yanitskiy2019-07-301-0/+12
* gsm0808_test: Fix wrong use of memcpPau Espin Pedrol2019-07-301-1/+4
* vty/logging_vty.c: fix writing of 'print category-hex'Vadim Yanitskiy2019-07-301-0/+2
* vty/telnet_interface.c: avoid unneeded initializationVadim Yanitskiy2019-07-271-1/+1
* vty/telnet_interface.c: use DLGLOBAL logging sub-systemVadim Yanitskiy2019-07-271-2/+2
* gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()Vadim Yanitskiy2019-07-262-4/+2
* stats_vty: Add verb to sentence for show asciidoc countersDaniel Willmann2019-07-251-1/+1
* tell ubsan to ignore SUN_LENEric Wild2019-07-211-0/+3
* gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for loggingVadim Yanitskiy2019-07-211-13/+13
* gsm/gsm0480.c: parse_ss(): drop needless debug printVadim Yanitskiy2019-07-211-2/+0
* osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endifHarald Welte2019-07-211-1/+2
* tdef: remove bogus OSMO_ASSERT(unsigned long >= 0)Harald Welte2019-07-211-1/+0
* cbsp.c: Remove dead codeHarald Welte2019-07-211-3/+1
* Add Cell Broadcast related definitions from 3GPP TS 23.041Harald Welte2019-07-202-0/+90
* cbsp: Introduce osmo_cbsp_errstrHarald Welte2019-07-203-28/+102
* CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) supportHarald Welte2019-07-207-1/+1954
* bitvec/bitval2mask(): cosmetic: get rid of temporary int variableVadim Yanitskiy2019-07-181-11/+4
* osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in commentVadim Yanitskiy2019-07-181-1/+1
* Set HTML_TIMESTAMP to NO to make build reproducibleRuben Undheim2019-07-174-4/+4
* contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith2019-07-111-0/+1
* libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cbVadim Yanitskiy2019-07-101-0/+1
* Revert "utils.h: require a semi colon after OSMO_ASSERT"Vadim Yanitskiy2019-07-091-2/+2
* utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens2019-07-083-6/+6
* Makefile.am: don't delete example.xml, vtydoc.xsdOliver Smith2019-06-281-2/+4
* gitignore: add doc/*.tag.prepOliver Smith2019-06-281-0/+1
* 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
* add define for magic tmsi constantEric Wild2019-06-171-0/+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-142-6/+15
* vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol2019-06-143-18/+56
* vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol2019-06-142-0/+18
* 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
* (minor) fix typo in commentsKévin Redon2019-06-131-3/+3
* logging: Check return error from time() callPau Espin Pedrol2019-06-131-1/+2
* minor: don't redefine macrosKévin Redon2019-06-132-0/+4
* 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
* protocol/gsm_04_08.h: do not check if unsigned is positiveVadim Yanitskiy2019-06-121-3/+3
* core/utils: drop meaningless const from return value of osmo_luhn()Vadim Yanitskiy2019-06-122-2/+2
* vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol2019-06-113-43/+14
* vty: command.c: Get rid of huge indentation blockPau Espin Pedrol2019-06-111-84/+87