uw-ictd / open5gs

open5gs is an open source implementation of the Evolved Packet Core and 5GC supporting 3GPP Release 16. This repository is a maintenance and research fork of the main upstream open5gs/open5gs.
https://open5gs.org
GNU Affero General Public License v3.0
2 stars 0 forks source link

code does not handle "S1AP Error Indication" from eNB #11

Open spencersevilla opened 4 years ago

spencersevilla commented 4 years ago

Seeing a warning message in s1ap-sm.c:121 for (choice:1 proc:15) because we have not implemented. (choice 1 proc 15) corresponds to receiving a S1AP Error Indication from the eNB as part of the Initiating Message.

We should check the 3GPP to see how to handle. I assume the correct response is to drop silently (since we have no procedure to abort).