Commit 1f1ad4b
IHandoverPacketHolder: add eNB-specific handover gate to interface
HandoverPacketHolderEnb already has an hoManagerOut gate (used to
forward packets to the X2 forwarder during handover), but the gate
was declared only on the concrete eNB module, not on the
IHandoverPacketHolder module interface. Add it to the interface (and,
as @Loose, to HandoverPacketHolderUe) so that NED code which accesses
the submodule through the interface type can reference the gate, and
so custom holder implementations can be substituted.1 parent a2a8000 commit 1f1ad4b
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
0 commit comments