Change in osmo-bsc[master]: abis_nm: Log Rx Change Administrative State ACK

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Sep 30 11:53:48 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/20321 )

Change subject: abis_nm: Log Rx Change Administrative State ACK
......................................................................

abis_nm: Log Rx Change Administrative State ACK

Change-Id: I165138634b1fdb982197afdac6d2d00a4d1e4074
---
M src/osmo-bsc/abis_nm.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 4691137..9213aaa 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -759,6 +759,9 @@
 
 	adm_state = *TLVP_VAL(&tp, NM_ATT_ADM_STATE);
 
+	DEBUGPFOH(DNM, foh, "Rx Change Administrative State ACK %s\n",
+		  get_value_string(abis_nm_adm_state_names, adm_state));
+
 	return update_admstate(sign_link->trx->bts, foh->obj_class, &foh->obj_inst, adm_state);
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/20321
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I165138634b1fdb982197afdac6d2d00a4d1e4074
Gerrit-Change-Number: 20321
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200930/bc389ff6/attachment.htm>


More information about the gerrit-log mailing list