BSSGP: Avoid unbound length integer in IE template

This commit is contained in:
Harald Welte 2017-07-30 00:53:08 +02:00
parent 958700ac3c
commit 77bab25556
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ module BSSGP_Types {
template BssgpTLV t_BssgpIE(template BssgpIEI iei, template BssgpIeUnion u) := {
iei := iei,
len := 0,
u := u
}