This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/6582
sgsn: More comments
Change-Id: Ie64bfc43b2d652f1f556628deb26544217a8286c
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 17 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/82/6582/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 1652407..eb7fd14 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -761,25 +761,25 @@
}
type record PdpActPars {
- BIT3 tid,
- BIT4 nsapi,
- BIT4 sapi,
- QoSV qos,
- PDPAddressV addr,
- octetstring apn optional,
- ProtocolConfigOptionsV pco optional,
- OCT1 exp_rej_cause optional,
- OCT4 chg_id,
+ BIT3 tid, /* L3 Transaction ID */
+ BIT4 nsapi, /* SNDCP NSAPI */
+ BIT4 sapi, /* LLC SAPI */
+ QoSV qos, /* QoS parameters */
+ PDPAddressV addr, /* IP address */
+ octetstring apn optional, /* APN name */
+ ProtocolConfigOptionsV pco optional, /* protoco config opts */
+ OCT1 exp_rej_cause optional, /* expected SM reject cause */
+ OCT4 chg_id, /* GTP Charging Identifier */
- OCT4 ggsn_tei_c,
- OCT4 ggsn_tei_u,
- octetstring ggsn_ip_c,
- octetstring ggsn_ip_u,
+ OCT4 ggsn_tei_c, /* GGSN TEI Control*/
+ OCT4 ggsn_tei_u, /* GGSN TEI User */
+ octetstring ggsn_ip_c, /* GGSN IP Control */
+ octetstring ggsn_ip_u, /* GGSN IP User */
- OCT4 sgsn_tei_c optional,
- OCT4 sgsn_tei_u optional,
- octetstring sgsn_ip_c optional,
- octetstring sgsn_ip_u optional
+ OCT4 sgsn_tei_c optional, /* SGSN TEI Control */
+ OCT4 sgsn_tei_u optional, /* SGSN TEI User */
+ octetstring sgsn_ip_c optional, /* SGSN IP Control */
+ octetstring sgsn_ip_u optional /* SGSN IP USer */
};
function f_pdp_ctx_act(inout PdpActPars apars) runs on BSSGP_ConnHdlr {
--
To view, visit https://gerrit.osmocom.org/6582
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie64bfc43b2d652f1f556628deb26544217a8286c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>