From 6b449fbf841875c01eb7bf332ade853407573d92 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 31 Jul 2018 14:19:36 +0200 Subject: BSSGP_Emulation: add type record LLC_Entities In prepartion of moving the LLC layer out of the BSSGP Change-Id: I1a8c6a608c84a984e542510482bbfc5394ae6658 --- library/BSSGP_Emulation.ttcn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library') diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn index a9d2a250..ca97ccda 100644 --- a/library/BSSGP_Emulation.ttcn +++ b/library/BSSGP_Emulation.ttcn @@ -116,6 +116,8 @@ type component BSSGP_CT { var ClientEntity ClientTable[16]; } +type record length(16) of LLC_Entity LLC_Entities; + type record ClientEntity { OCT4 tlli, OCT4 tlli_old optional, -- cgit v1.2.3