From ff0072cb50dd02a5bcc1b13b623b22db53246fd8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 27 May 2020 01:35:39 +0700 Subject: library/GSM_RR_Types: fix MaioHsn: add missing MAIO and HSN fields Change-Id: I76a05e0ee8e46241b1d3bbc71b7ec01f193dd40e Related: OS#4546 --- library/GSM_RR_Types.ttcn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library') diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn index ec9b3ccb..4b460b15 100644 --- a/library/GSM_RR_Types.ttcn +++ b/library/GSM_RR_Types.ttcn @@ -182,6 +182,8 @@ module GSM_RR_Types { }; type record MaioHsn { + uint6_t maio, + uint6_t hsn } with { variant "" }; /* TS 24.008 10.5.1.1 */ -- cgit v1.2.3