Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new round of fixes #227

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d117a43
LteMacEnb: check all accepted amcType value, throws error when not re…
ZoltanBojthe Apr 23, 2024
082eae4
CbrSender, VoIPSender: rename 'PacketSize' parameter to 'packetSize'
ZoltanBojthe Apr 15, 2024
49214bc
simulations: follow "CbrSender, VoIPSender: rename 'PacketSize' param…
ZoltanBojthe Apr 15, 2024
4840844
MecAppBase: fixed uninitialized pointer in HttpMessageStatus::process…
ZoltanBojthe Apr 16, 2024
b5f75ed
UERequestApp: fixed documentation
ZoltanBojthe Apr 19, 2024
c97285d
LteNicBase: fixed delegation of interfaceTableModule, routingTableMod…
ZoltanBojthe Apr 19, 2024
d32ab25
apps: mec: remove unused interfaceTableModule parameter
ZoltanBojthe Apr 19, 2024
725aaf3
LteMacEnb: fix: get const reference to HarqBuffers instead of copying it
ZoltanBojthe Apr 23, 2024
96b9dad
MecServiceBase: initialize(): call base class initialize() at the top
ZoltanBojthe May 9, 2024
b34f6f5
UALCMPApp: initialize(): call base class initialize() at the top
ZoltanBojthe May 9, 2024
efe5a7f
ServiceRegistry: initialize(): remove redundant call to indirect base…
ZoltanBojthe May 9, 2024
12eef8e
LteHarqProcessTx, LteHarqUnitTx, LteHarqBufferTx, etc: make classes n…
ZoltanBojthe May 28, 2024
8e9319c
LtePdcpRrc: removed redundant initialization of nodeId_
ZoltanBojthe May 28, 2024
d17c739
BackgroundTrafficManager: fix access of module parameter by the wrong…
ZoltanBojthe May 31, 2024
c321bf2
all: change calls to registerSignal(), as it is a *static* member fun…
ZoltanBojthe May 7, 2024
a2da3e0
LteRealisticChannelModel: remove duplicate binder_ member, already ex…
ZoltanBojthe May 21, 2024
727b1ec
LteDlFeedbackGenerator: replace getAncestorPar() call with par()
ZoltanBojthe Jun 3, 2024
b8b0825
MultihopD2D: remove unused code: the nullptr already checked by check…
ZoltanBojthe Apr 22, 2024
c96e603
MecAppBase: simplified delete code
ZoltanBojthe May 3, 2024
b2c5991
TrafficFlowFilter: added CHK: findHostWithAddress() maybe returns nul…
ZoltanBojthe May 2, 2024
d32b186
all: fixed missing namespaces
ZoltanBojthe May 2, 2024
e8fe5c0
check all values
ZoltanBojthe May 2, 2024
44f5677
bugfix: LteNicBase: phy: bad @class property - LtePhyType is a ned pa…
ZoltanBojthe Jun 6, 2024
0559a81
bugfix: NRNicUe: nrPhy: bad @class property - LtePhyType is a ned par…
ZoltanBojthe Jun 6, 2024
3fd1bdf
NED: LteNicBase: modified submodule position for better comprehensibi…
ZoltanBojthe Jun 10, 2024
dcf71db
fixup: UeRnisTestApp: fixed uninitialized pointer.
ZoltanBojthe Jun 11, 2024
6af2339
fixup: port/address swapped in documentation
ZoltanBojthe Jun 11, 2024
b71b506
fixup: Ue, BackgroundUe: fixed default mobility module typename setting.
ZoltanBojthe Jun 12, 2024
80aac89
fixup: BackgroundCellTrafficManager: remove overrided function with i…
ZoltanBojthe Jun 14, 2024
82de2ae
fixup: global nrCqiTable, getCqiFromTable() let static member of Back…
ZoltanBojthe Jun 18, 2024
ff3a3c3
fixup: BackgroundCellTrafficManager: remove nrCqiTable, getCqiFromTab…
ZoltanBojthe Jun 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
LteNicBase: fixed delegation of interfaceTableModule, routingTableMod…
…ule parameters
ZoltanBojthe committed May 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c97285d45905e5b9178ffb02cad41795412ab2d3
5 changes: 2 additions & 3 deletions src/stack/LteNicBase.ned
Original file line number Diff line number Diff line change
@@ -53,6 +53,8 @@ module LteNicBase extends NetworkInterface like ICellularNic
int numCarriers = default(1);

string address @mutable = default("auto");
*.interfaceTableModule = default(absPath(this.interfaceTableModule));
*.routingTableModule = default(absPath(this.routingTableModule));

gates:
//#
@@ -70,8 +72,6 @@ module LteNicBase extends NetworkInterface like ICellularNic
// bridge between radio nic and network layer
ip2nic: <default("IP2Nic")> like INetworkLayer2CellularNic {
nodeType = parent.nodeType;
interfaceTableModule = parent.interfaceTableModule;
routingTableModule = parent.routingTableModule;
@display("p=362,67");
}
// PDCP-RRC Layer
@@ -85,7 +85,6 @@ module LteNicBase extends NetworkInterface like ICellularNic
}
// MAC Layer
mac: <LteMacType> like LteMac {
interfaceTableModule = parent.interfaceTableModule;
@display("p=363,314");
}
// LtePhy submodule