aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/ran_msg.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-09 17:54:08 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-21 18:32:38 +0200
commita3cdab448121c76a56ef547ffdc61e3f58a93dbc (patch)
treea5598e4591f10b89110e3be9fc35d373850b3de3 /include/osmocom/msc/ran_msg.h
parent643270f7179d31cc4d8b60733007f488aa9becdc (diff)
Request Osmux CID and forward it in Assign Req and Assign Compl
Diffstat (limited to 'include/osmocom/msc/ran_msg.h')
-rw-r--r--include/osmocom/msc/ran_msg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/msc/ran_msg.h b/include/osmocom/msc/ran_msg.h
index 4d0485d43..af0822b70 100644
--- a/include/osmocom/msc/ran_msg.h
+++ b/include/osmocom/msc/ran_msg.h
@@ -84,6 +84,8 @@ struct ran_assignment_command {
const struct osmo_sockaddr_str *cn_rtp;
const struct gsm0808_channel_type *channel_type;
enum nsap_addr_enc rab_assign_addr_enc;
+ bool osmux_present;
+ uint8_t osmux_cid;
};
struct ran_cipher_mode_command {
@@ -223,6 +225,8 @@ struct ran_msg {
struct osmo_sockaddr_str remote_rtp;
bool codec_present;
enum mgcp_codecs codec;
+ bool osmux_present;
+ uint8_t osmux_cid;
} assignment_complete;
struct {
enum gsm0808_cause bssap_cause;