BSSGP_Emulation: add type record LLC_Entities

In prepartion of moving the LLC layer out of the BSSGP

Change-Id: I1a8c6a608c84a984e542510482bbfc5394ae6658
This commit is contained in:
Alexander Couzens 2018-07-31 14:19:36 +02:00 committed by Harald Welte
parent 8950870d40
commit 6b449fbf84
1 changed files with 2 additions and 0 deletions

View File

@ -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,