File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717namespace srsran {
1818
19- constexpr uint16_t NGAP_PPID = 60 ; // NGAP PPID, see TS 38.412, section 7.
20- constexpr uint16_t F1AP_PPID = 62 ; // F1AP PPID, see TS 38.472, section 7.
21- constexpr uint16_t E1AP_PPID = 64 ; // E1AP PPID, see TS 37.482, section 7.
22- constexpr uint16_t E2_CP_PPID = 70 ; // E2-CP PPID assigned by IANA
23- constexpr uint16_t E2_UP_PPID = 71 ; // E2-UP PPID assigned by IANA
24- constexpr uint16_t E2_DU_PPID = 72 ; // E2-DU PPID assigned by IANA
19+ constexpr uint16_t NGAP_PPID = 60 ; // /< NGAP PPID, see TS 38.412, section 7.
20+ constexpr uint16_t F1AP_PPID = 62 ; // /< F1AP PPID, see TS 38.472, section 7.
21+ constexpr uint16_t E1AP_PPID = 64 ; // /< E1AP PPID, see TS 37.482, section 7.
22+ constexpr uint16_t E2_CP_PPID = 70 ; // /< E2-CP PPID assigned by IANA
23+ constexpr uint16_t E2_UP_PPID = 71 ; // /< E2-UP PPID assigned by IANA
24+ constexpr uint16_t E2_DU_PPID = 72 ; // /< E2-DU PPID assigned by IANA
2525
2626constexpr uint16_t F1AP_PORT = 38472 ; // /< F1AP port, see TS 38.472, section 7.
2727
You can’t perform that action at this time.
0 commit comments