GSUP_Templates: tr_GSUP_SAI_ERR: Allow passing extra params like MSG_CLASS

Change-Id: I817b079ed380514e067bda1e7f3f7c6177ef314b
This commit is contained in:
Pau Espin 2024-03-06 18:02:34 +01:00 committed by laforge
parent 7b541af164
commit b81c5da337
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ template (value) GSUP_PDU ts_GSUP_SAI_RES(hexstring imsi, GSUP_IE auth_tuple) :=
template GSUP_PDU tr_GSUP_SAI_ERR(template hexstring imsi, template (present) integer cause := ?) :=
tr_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR, {
tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause) });
tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause), *});
template (value) GSUP_PDU ts_GSUP_SAI_ERR(hexstring imsi, integer cause) :=
ts_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR, {