Skip to content
Success

Changes

Summary

  1. context_map_sccp: Queue RUA->SCCP RANAP msgs while in SCCP WAIT_CC state (details)
Commit bb3f454c8b702fd5192118c9b120223fca3c06da by Pau Espin Pedrol
context_map_sccp: Queue RUA->SCCP RANAP msgs while in SCCP WAIT_CC state

HNB transmits the first RANAP PDU over a RUA Connect msg, which creates
the session without need for any confirmation from HNBGW.
As a result, HNB is allowed to transmit more RANAP PDUs after that.
On the other side HNBGW, SCCP conn establishment towards CN consists of
a CREQ msg and then wait until CC (or CREF) is received. HNBGW is unable
to transmit any more data during that time, only the one appended to the
CREQ SCCP msg.
If the RAN transmits any more RANAP PDU over RUA while SCCP side is
still waiting for CC, we were discarding the message. Instead, queue it
and transmit it once finally the CC is received from the peer.

Related: SYS#7453
Change-Id: I307ded905901421f8228fab720b3989a2f94412b
The file was modifiedinclude/osmocom/hnbgw/context_map.h
The file was modifiedsrc/osmo-hnbgw/context_map_sccp.c