Harald Welte has submitted this change and it was merged. Change subject: gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP ......................................................................
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 --- M include/osmocom/gsm/protocol/gsm_08_58.h 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 5e97b0d..e5ff464 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -304,6 +304,7 @@ /* 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 -- To view, visit https://gerrit.osmocom.org/7892 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9194500e307ad69f8da07510bc965a7a5cd82a2a Gerrit-PatchSet: 2 Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
