library: GTPv1C: make ts_GTPC_SGSNContextAck more compact

Change-Id: I9b0c948f295fd73fad79c8d09b45fd992c90a015
This commit is contained in:
Vadim Yanitskiy 2024-04-19 02:07:52 +07:00 committed by fixeria
parent 95ad6a0112
commit 061c36d22b
1 changed files with 2 additions and 1 deletions

View File

@ -1360,8 +1360,9 @@ module GTPv1C_Templates {
private_extension_gtpc := omit
}
}
template (value) Gtp1cUnitdata ts_GTPC_SGSNContextAck(Gtp1cPeer peer, OCT4 teid, uint16_t seq,
template (value) GTPC_PDUs SGSNContextAckPDU := ts_SGSNContextAckPDU(GTP_CAUSE_REQUEST_ACCEPTED)) := {
template (value) GTPC_PDUs SGSNContextAckPDU := ts_SGSNContextAckPDU) := {
peer := peer,
gtpc := ts_GTP1C_PDU(sgsnContextAcknowledge, teid, valueof(SGSNContextAckPDU), seq)
}