Skip to content

Commit 08bf889

Browse files
robertfalkenbergcodebot
authored andcommitted
sctp: convert comments to docstrings
1 parent 597f361 commit 08bf889

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/srsran/gateways/sctp_network_gateway.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
namespace 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

2626
constexpr uint16_t F1AP_PORT = 38472; ///< F1AP port, see TS 38.472, section 7.
2727

0 commit comments

Comments
 (0)