gb: Fix IEI of t_BSSGP_CAUSE()

Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50
This commit is contained in:
Harald Welte 2018-03-02 16:03:59 +01:00
parent 3f66276bd4
commit bacca28a71
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ octetstring sdu) := {
function t_BSSGP_CAUSE(template BssgpCause cause) return template Cause_BSSGP {
var template Cause_BSSGP ret;
ret.iEI := '08'O;
ret.iEI := '07'O;
ret.ext := '1'B;
ret.lengthIndicator := { length1 := 1 };
if (isvalue(cause)) {