summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-09-25 14:01:48 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2023-09-28 13:53:54 +0200
commit91d862c25187a5ef2cc9e265f52d5b7fe4a6ed6d (patch)
treeb5b143ab571d683745517de8f64464031d812ae1 /src/host/layer23/include
parente676cf83eefaba5eb42eeef8e28ec01ed6655c14 (diff)
ASCI: Add ASCI notification support to RR layer
The notifications are received on NCH, as well as on FACCH. Related: OS#5364 Change-Id: I49df02cb4d99d9aab1ea3ca13beb2ea00ae4c9f4
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
index 6bc2f282..2d0ab585 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
@@ -207,6 +207,11 @@ struct gsm48_rrlayer {
/* sapi 3 */
uint8_t sapi3_state;
uint8_t sapi3_link_id;
+
+ /* group call */
+ struct {
+ struct llist_head notif_list; /* list of received call notifications */
+ } vgcs;
};
const char *get_rr_name(int value);