Skip to content
Snippets Groups Projects
Commit 1a40b361 authored by matzakos's avatar matzakos
Browse files

Use correct SCTP port number for F1AP according to standards

parent 39aaf63a
No related branches found
No related tags found
4 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1596integration_2022_wk25,!1581Draft: F1: interoperability with Accelleran CU,!1489F1C UE context management extensions
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#define ENB_NAME "Eurecom ENB" #define ENB_NAME "Eurecom ENB"
#define ENB_NAME_FORMAT (ENB_NAME" %u") #define ENB_NAME_FORMAT (ENB_NAME" %u")
#define F1AP_PORT_NUMBER (30923) #define F1AP_PORT_NUMBER (38472)
#define F1AP_SCTP_PPID (62) #define F1AP_SCTP_PPID (62)
#endif /* F1AP_DEFAULT_VALUES_H_ */ #endif /* F1AP_DEFAULT_VALUES_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment