From 9f39d89c3110e2aaccde167d196e9790a97fbe1e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 21 Apr 2018 21:20:25 +0200 Subject: gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP Ericsson supports a RSL command to page and immediate assign as single command. For paging a MS the BTS must know the paging group. Change-Id: I9194500e307ad69f8da07510bc965a7a5cd82a2a --- include/osmocom/gsm/protocol/gsm_08_58.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 5e97b0d8..e5ff4646 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -304,6 +304,7 @@ enum abis_rsl_ie { /* Ericsson specific IEs, clash with above partially, so they're not * part of the enum */ +#define RSL_IE_ERIC_PAGING_GROUP 0x0e #define RSL_IE_ERIC_INST_NR 0x48 #define RSL_IE_ERIC_PGSL_TIMERS 0x49 #define RSL_IE_ERIC_REPEAT_DL_FACCH 0x4a -- cgit v1.2.3