From 15c09a81e908d01a80ac0ac0fd4eed980067ae5e Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 3 Nov 2020 23:05:43 +0100 Subject: ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indication NS_AFF_CAUSE_VC_* failure and recovery should indicate the NSVC in question. Use the string representation reported by gprs_ns2_ll_str() for that. NS_AFF_CAUSE_VC_RECOVERY was never sent so do that on unblock as well. Change-Id: Iad6f0dc4565a46868cbbe17c361dcd473006c83d Related: SYS#4998 --- include/osmocom/gprs/gprs_ns2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gprs/gprs_ns2.h') diff --git a/include/osmocom/gprs/gprs_ns2.h b/include/osmocom/gprs/gprs_ns2.h index 728ca9f9..c90d4590 100644 --- a/include/osmocom/gprs/gprs_ns2.h +++ b/include/osmocom/gprs/gprs_ns2.h @@ -101,6 +101,7 @@ struct osmo_gprs_ns2_prim { } congestion; struct { enum gprs_ns2_affecting_cause cause; + char *nsvc; /* 48.016 5.2.2.6 transfer capability */ int transfer; /* osmocom specific */ -- cgit v1.2.3