Change in osmo-pcu[master]: bssgp: Print useful information on unhandled status

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Oct 27 11:53:08 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20932 )


Change subject: bssgp: Print useful information on unhandled status
......................................................................

bssgp: Print useful information on unhandled status

Change-Id: I15017119d00cc8bf311b73a434a56b90d22e0557
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 2 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/32/20932/1

diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 9b6cbaa..2acfdce 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -576,9 +576,8 @@
 		break;
 	default:
 		LOGP(DPCU, LOGL_NOTICE,
-		     "NS: %s Unknown prim %d from NS\n",
-		     get_value_string(osmo_prim_op_names, nsp->oph.operation),
-		     nsp->oph.primitive);
+		     "NS-NSE %d: Unhandled status cause 0x%x\n",
+		     nsp->nsei, nsp->u.status.cause);
 		break;
 	}
 }

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I15017119d00cc8bf311b73a434a56b90d22e0557
Gerrit-Change-Number: 20932
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201027/057ea5d2/attachment.htm>


More information about the gerrit-log mailing list