Attention is currently required from: neels, pespin, fixeria.
1 comment:
File hnbgw/HNBGW_Tests.ttcn:
Patch Set #1, Line 414: /* disconnect test_CT HNBAP[i], instead connect ConnHdlr.HNBAP to HNBAP[i] */
When I want to send HNBAP in-between some RUA-SCCP conn activities, it is cumbersome to have to go b […]
conceptually it just feels wrong. A ConnHdlr relates to a Subscriber. HNBAP UE register relates to a subscriber. But HNB register relates to a HNB.
Architecturally, IMHO, this means the clean approach is to have some kind of "HNBAP_Emulation" component which separates the per-hnb and the per-UE messages. The per-ue related messages then get dispatched to the respective ConnHdlr component. For the per-hnb signals, they might need to be broadcast to all ConnHdlr serving UEs of that HNB.
To view, visit change 31085. To unsubscribe, or for help writing mail filters, visit settings.