summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-09-27 00:45:52 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2023-10-02 19:37:01 +0200
commit17115c70b157de020ab2b4fd16ffb93745e8ef4b (patch)
tree3e7515942a86396046056e1ad6a3ca8e093d5aaf /src/host/layer23/include/osmocom/bb/common
parent253e5cd1ebefcdd99c08ea7ab32dd93b67379ebe (diff)
ASCI: Add group transmit mode support to RR layer
This allows the upper layer to estabish and release connection on the uplink of a voice group call. Related: OS#5364 Change-Id: I9b62eef5d877e5d9dcf349717efd2cce28862c58
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/settings.h b/src/host/layer23/include/osmocom/bb/common/settings.h
index c5469c10..884578b0 100644
--- a/src/host/layer23/include/osmocom/bb/common/settings.h
+++ b/src/host/layer23/include/osmocom/bb/common/settings.h
@@ -188,6 +188,9 @@ struct gsm_settings {
/* Timeout for GSM 03.22 C7 state */
uint8_t any_timeout;
+
+ /* ASCI settings */
+ bool uplink_release_local;
};
struct gsm_settings_abbrev {