Skip to content

Commit 5790c3b

Browse files
committed
Upf,PgwStandard: submodule rename: pppIf -> dpPpp; update fingerprints
"dn" = Data Network Only "tplx" fingerprints change, which is expected due to the name change. Especially, "tilx" fingerprints (which use module id instead of name) are unchanged
1 parent 4cde6e6 commit 5790c3b

3 files changed

Lines changed: 91 additions & 91 deletions

File tree

src/simu5g/nodes/PgwStandard.ned

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/simu5g/nodes/Upf.ned

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)