File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module PgwStandard extends ApplicationLayerNodeBase
4242 inout dnPppg @labels (PppFrame-conn);
4343
4444 submodules :
45- pppIf : PppInterface {
45+ dnPpp : PppInterface {
4646 parameters :
4747 @display ("p=1100,975" );
4848 }
@@ -61,11 +61,11 @@ module PgwStandard extends ApplicationLayerNodeBase
6161 gtp_user.socketOut --> at.in++;
6262 gtp_user.socketIn <-- at.out++;
6363
64- pppIf .upperLayerOut --> trafficFlowFilter.internetFilterGateIn;
65- pppIf .upperLayerIn <-- gtp_user.pppGate;
64+ dnPpp .upperLayerOut --> trafficFlowFilter.internetFilterGateIn;
65+ dnPpp .upperLayerIn <-- gtp_user.pppGate;
6666
6767 trafficFlowFilter.gtpUserGateOut --> gtp_user.trafficFlowFilterGate;
6868
69- pppIf .phys <--> dnPppg;
69+ dnPpp .phys <--> dnPppg;
7070}
7171
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module Upf extends ApplicationLayerNodeBase
4242 inout dnPppg @loose @labels (PppFrame-conn);
4343
4444 submodules :
45- pppIf : PppInterface {
45+ dnPpp : PppInterface {
4646 parameters :
4747 @display ("p=1100,975" );
4848 }
@@ -62,10 +62,10 @@ module Upf extends ApplicationLayerNodeBase
6262 gtp_user.socketOut --> at.in++;
6363 gtp_user.socketIn <-- at.out++;
6464
65- pppIf .upperLayerOut --> trafficFlowFilter.internetFilterGateIn;
66- pppIf .upperLayerIn <-- gtp_user.pppGate;
65+ dnPpp .upperLayerOut --> trafficFlowFilter.internetFilterGateIn;
66+ dnPpp .upperLayerIn <-- gtp_user.pppGate;
6767
6868 trafficFlowFilter.gtpUserGateOut --> gtp_user.trafficFlowFilterGate;
6969
70- pppIf .phys <--> dnPppg;
70+ dnPpp .phys <--> dnPppg;
7171}
You can’t perform that action at this time.
0 commit comments