diff options
| author | Alexander Couzens <lynxis@fe80.eu> | 2018-04-21 21:20:25 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2018-04-23 08:38:34 +0000 | 
| commit | 9f39d89c3110e2aaccde167d196e9790a97fbe1e (patch) | |
| tree | 7a4a0c9e45f1a27141a6b57a2571f08de971917e /include | |
| parent | 95959a8a86d080669cc6070c71e0730c8df9f347 (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_58.h | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
