aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr5-0/+361
2018-04-13add osmo_cgi_name()Neels Hofmeyr3-0/+31
2018-04-11msgb: msgb_pull: Abort when pulling more than avail sizePau Espin Pedrol1-0/+3
2018-04-11msgb: msgb_get: Drop unneeded tmp varPau Espin Pedrol1-2/+1
2018-04-10avoid warning in gsm0808_create_layer3Neels Hofmeyr1-1/+11
2018-04-10deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zerosNeels Hofmeyr2-7/+12
2018-04-09fix issue on big endian architectureThorsten Alteholz1-1/+1
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr3-0/+38
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr4-22/+97
2018-04-09cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr2-4/+5
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr3-19/+4
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2-7/+138
2018-04-09osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)Neels Hofmeyr1-0/+5
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2-2/+7
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr4-0/+128
2018-04-08fix spellingThorsten Alteholz3-3/+3
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-21/+47
2018-04-05socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol1-8/+16
2018-04-05socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol1-8/+17
2018-04-05socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol1-7/+19
2018-04-05fix ctrl_test sanitizer issuesNeels Hofmeyr1-1/+12
2018-04-05cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr1-17/+19
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr5-5/+13
2018-04-05ctrl: test deferred cmd, show current failureNeels Hofmeyr2-0/+108
2018-04-04gsm0480: drop messages with incorrect data lengthVadim Yanitskiy1-9/+12
2018-04-04gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy3-10/+32
2018-04-04gsm0480: document the 'ss_request' structureVadim Yanitskiy1-0/+31
2018-03-29gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier3-0/+75
2018-03-28fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr2-2/+11
2018-03-28vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr1-1/+11
2018-03-27VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte1-1/+1
2018-03-26contrib/fsm-to-dot: warn about identically named FSMsNeels Hofmeyr1-2/+19
2018-03-26contrib/fsm-to-dot: mark illegal states in redNeels Hofmeyr1-5/+29
2018-03-26contrib/fsm-to-dot: less false positives on event parsingNeels Hofmeyr1-8/+29
2018-03-26contrib/fsm-to-dot: mark arrows that feed eventsNeels Hofmeyr1-7/+12
2018-03-26contrib/fsm-to-dot: add default edge label '-'Neels Hofmeyr1-1/+4
2018-03-26contrib/fsm-to-dot: warn and draw unallowed state transitionsNeels Hofmeyr1-1/+12
2018-03-26contrib/fsm-to-dot: don't match on event names in commentsNeels Hofmeyr1-0/+4
2018-03-26contrib/fsm-to-dot: allow transition from and to the same stateNeels Hofmeyr1-3/+5
2018-03-26contrib/fsm-to-dot: add -h option to print basic instructionsNeels Hofmeyr1-0/+4
2018-03-24cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr1-1/+0
2018-03-23fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2-6/+3
2018-03-23show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr1-4/+8
2018-03-23gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr1-6/+6
2018-03-23gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr1-24/+32
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier3-13/+13
2018-03-19fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann2-14/+26
2018-03-17abis_nm: Introduce abis_nm_dump_foh()Harald Welte3-9/+15
2018-03-16add a regression test for TLV parsing with repeated IEsStefan Sperling2-2/+33
2018-03-16add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling1-0/+61