This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.orgMax has submitted this change and it was merged. ( https://gerrit.osmocom.org/12366 )
Change subject: LCLS: log config/control update
......................................................................
LCLS: log config/control update
Change-Id: Iac493014144ca0e5e1a83081e6e01ea7910deac2
---
M src/osmo-bsc/osmo_bsc_lcls.c
1 file changed, 6 insertions(+), 2 deletions(-)
Approvals:
Pau Espin Pedrol: Looks good to me, but someone else must approve
Stefan Sperling: Looks good to me, but someone else must approve
Max: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-bsc/osmo_bsc_lcls.c b/src/osmo-bsc/osmo_bsc_lcls.c
index 622611d..26b3244 100644
--- a/src/osmo-bsc/osmo_bsc_lcls.c
+++ b/src/osmo-bsc/osmo_bsc_lcls.c
@@ -169,13 +169,17 @@
if (!lcls_is_supported_config(new_cfg_csc->config))
return NULL;
if (conn->lcls.config != new_cfg_csc->config) {
- /* TODO: logging */
+ LOGPFSM(conn->lcls.fi, "LCLS update Config %s -> %s\n",
+ gsm0808_lcls_config_name(conn->lcls.config),
+ gsm0808_lcls_config_name(new_cfg_csc->config));
conn->lcls.config = new_cfg_csc->config;
}
}
if (new_cfg_csc->control != GSM0808_LCLS_CSC_NA) {
if (conn->lcls.control != new_cfg_csc->control) {
- /* TODO: logging */
+ LOGPFSM(conn->lcls.fi, "LCLS update Control %s -> %s\n",
+ gsm0808_lcls_control_name(conn->lcls.control),
+ gsm0808_lcls_control_name(new_cfg_csc->control));
conn->lcls.control = new_cfg_csc->control;
}
}
--
To view, visit https://gerrit.osmocom.org/12366
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iac493014144ca0e5e1a83081e6e01ea7910deac2
Gerrit-Change-Number: 12366
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Stefan Sperling <stsp at stsp.name>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181220/a158dc19/attachment.htm>