set client name (minor)

Change-Id: Iebb486ede19bd44e49a975c1b5e6c5a26378ba09
This commit is contained in:
Kevin Redon 2018-10-11 17:28:25 +02:00 committed by Harald Welte
parent efbf249e08
commit 19c97ed22a
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ int main(int argc, char **argv)
g_client->bankd_port = bankd_port;
g_client->own_comp_id.type = ComponentType_remsimClient;
g_client->clslot = &(ClientSlot_t){ .clientId = 23, .slotNr = 1 };
OSMO_STRLCPY_ARRAY(g_client->own_comp_id.name, "fixme-name");
OSMO_STRLCPY_ARRAY(g_client->own_comp_id.name, "simtrace2-remsim-client");
OSMO_STRLCPY_ARRAY(g_client->own_comp_id.software, "remsim-client");
OSMO_STRLCPY_ARRAY(g_client->own_comp_id.sw_version, PACKAGE_VERSION);