Change in osmo-ttcn3-hacks[master]: BSSGP_Emulation: More/improved comments

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
Thu May 2 23:44:53 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/13864


Change subject: BSSGP_Emulation: More/improved comments
......................................................................

BSSGP_Emulation: More/improved comments

Change-Id: I04250667a498f3f00d4fbb4cd22a4f7b71e2bba1
---
M library/BSSGP_Emulation.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/64/13864/1

diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn
index c60868e..22c2f09 100644
--- a/library/BSSGP_Emulation.ttcn
+++ b/library/BSSGP_Emulation.ttcn
@@ -571,15 +571,17 @@
 	}
 
 
+	/* ConnHdlr sends BSSGP on BVCI=0 port: forward it to BSSGP Codec Port */
 	[] BSSGP_SP_SIG.receive(PDU_BSSGP:?)-> value bs_pdu sender vc_conn {
 		BSCP.send(f_BnsUdReq(bs_pdu, 0));
 	}
 
-	/* pass virtually any PDU from user to NS-UNITDATA PDU on network */
+	/* ConnHdlr sends BSSGP on BVCI=PTP port: forward it to BSSGP Codec Port */
 	[] BSSGP_SP.receive(PDU_BSSGP:?) -> value bs_pdu sender vc_conn {
 		BSCP.send(f_BnsUdReq(bs_pdu, g_cfg.bvci));
 	}
 
+	/* ConnHdlr sends L3: Encode and send as UL_UD / DL_UD */
 	[g_cfg.sgsn_role] BSSGP_SP.receive(PDU_L3_SGSN_MS:?) -> value l3_mt sender vc_conn {
 		var integer idx := f_tbl_idx_by_comp(vc_conn);
 		var octetstring l3_enc := enc_PDU_L3_SGSN_MS(l3_mt);

-- 
To view, visit https://gerrit.osmocom.org/13864
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04250667a498f3f00d4fbb4cd22a4f7b71e2bba1
Gerrit-Change-Number: 13864
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190502/fee0b451/attachment.htm>


More information about the gerrit-log mailing list