summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2018-04-092-2/+7
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-094-0/+128
* fix spellingThorsten Alteholz2018-04-083-3/+3
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-0614-21/+47
* socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+16
* socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+17
* socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-7/+19
* fix ctrl_test sanitizer issuesNeels Hofmeyr2018-04-051-1/+12
* cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr2018-04-051-17/+19
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-055-5/+13
* ctrl: test deferred cmd, show current failureNeels Hofmeyr2018-04-052-0/+108
* gsm0480: drop messages with incorrect data lengthVadim Yanitskiy2018-04-041-9/+12
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-043-10/+32
* gsm0480: document the 'ss_request' structureVadim Yanitskiy2018-04-041-0/+31
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-293-0/+75
* fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr2018-03-282-2/+11
* vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr2018-03-281-1/+11
* VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte2018-03-271-1/+1
* contrib/fsm-to-dot: warn about identically named FSMsNeels Hofmeyr2018-03-261-2/+19
* contrib/fsm-to-dot: mark illegal states in redNeels Hofmeyr2018-03-261-5/+29
* contrib/fsm-to-dot: less false positives on event parsingNeels Hofmeyr2018-03-261-8/+29
* contrib/fsm-to-dot: mark arrows that feed eventsNeels Hofmeyr2018-03-261-7/+12
* contrib/fsm-to-dot: add default edge label '-'Neels Hofmeyr2018-03-261-1/+4
* contrib/fsm-to-dot: warn and draw unallowed state transitionsNeels Hofmeyr2018-03-261-1/+12
* contrib/fsm-to-dot: don't match on event names in commentsNeels Hofmeyr2018-03-261-0/+4
* contrib/fsm-to-dot: allow transition from and to the same stateNeels Hofmeyr2018-03-261-3/+5
* contrib/fsm-to-dot: add -h option to print basic instructionsNeels Hofmeyr2018-03-261-0/+4
* cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr2018-03-241-1/+0
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-232-6/+3
* show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr2018-03-231-4/+8
* gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr2018-03-231-6/+6
* gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr2018-03-231-24/+32
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-233-13/+13
* fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann2018-03-192-14/+26
* abis_nm: Introduce abis_nm_dump_foh()Harald Welte2018-03-173-9/+15
* add a regression test for TLV parsing with repeated IEsStefan Sperling2018-03-162-2/+33
* add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling2018-03-161-0/+61
* fix parse_cell_id_lac_and_ci_list()Stefan Sperling2018-03-162-6/+49
* fix bug in parse_cell_id_ci_list()Stefan Sperling2018-03-162-1/+36
* use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling2018-03-152-9/+63
* fix cell identifier decoding in libosmocoreStefan Sperling2018-03-152-15/+53
* fix a cell identifier parsing bug in libosmocoreStefan Sperling2018-03-141-2/+2
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-138-34/+360
* jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr2018-03-131-1/+1
* configure: add --enable-werrorNeels Hofmeyr2018-03-131-0/+21
* src/msgb.c: avoid using internal talloc APIVadim Yanitskiy2018-03-091-2/+4
* src/msgb.c: print an error if msgb allocation failedVadim Yanitskiy2018-03-091-1/+3
* src/msgb.c: remove dead includes from OpenBSCVadim Yanitskiy2018-03-081-3/+0
* src/msgb.c: cosmetic: fix spelling mistakesVadim Yanitskiy2018-03-081-3/+3
* features: define osmo_bts_*_feature() as static inlinePhilipp Maier2018-03-051-2/+2