-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Description of the feature
The Stream Control Transmission Protocol (SCTP) is a reliable, message-oriented transport-layer protocol, standardized by the Internet Engineering Task Force (IETF) in RFC 9260 (obsoleting RFC 4960). It operates over connectionless packet networks like IP and combines features of TCP and UDP while introducing unique capabilities. Originally designed for transporting Public Switched Telephone Network (PSTN) signaling messages (e.g., SS7 over IP), SCTP has broader applications, such as WebRTC data channels and telecom signaling.
Why Gramine should implement it?
Dear Gramine Support Team,
I am working on 5G core networks. I am doing my master thesis which contains the task of running 5g core components in confidential computing like Occlum and Gramine. In case of Occlum every thing works. But in case of your gramine, all the 5g core components works except AMF, because AMF talks using SCTP and gramine does not support SCTP,
It would be great if you can make this feature available in future releases.
Kind Regards