aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-06-21 13:35:38 +0200
committerlaforge <laforge@osmocom.org>2023-07-17 12:29:42 +0000
commit9bbdc34a658d8a8f17f1fe677d8fbd28be363894 (patch)
tree7daccd8b831140874312c0bb9279f277783b2a78 /include
parent2d27e2ccb10d9773d2d8bf5bfe6e8f08d34c7a7c (diff)
ASCI: Add callref to assignment command
The (optional) call reference is required to assign a calling subscriber to a voice group/bcast channel. The BSC can then determine to which existing VGCS/VBS channel the MS is assigned to. This IE is part of the GSM standard TS 48.008 (see ยง3.2.1.1) Change-Id: I7955c6e0eebc930f85f360dda46be17cbd39e181 Related: OS#4854
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/ran_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/ran_msg.h b/include/osmocom/msc/ran_msg.h
index 0dadd4f3a..dc1483cb5 100644
--- a/include/osmocom/msc/ran_msg.h
+++ b/include/osmocom/msc/ran_msg.h
@@ -109,6 +109,8 @@ struct ran_assignment_command {
bool call_id_present;
uint32_t call_id;
struct osmo_lcls *lcls;
+ bool callref_present;
+ struct gsm0808_group_callref callref;
};
struct ran_cipher_mode_command {