pespin has uploaded this change for review.

View Change

sctp: Document relevant RFC specs

Change-Id: Iae325b787fdb7fc95aa6922975a7e1fcf368527a
---
M include/osmocom/netif/sctp.h
1 file changed, 15 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/82/34082/1
diff --git a/include/osmocom/netif/sctp.h b/include/osmocom/netif/sctp.h
index 0b64824..2cb74fd 100644
--- a/include/osmocom/netif/sctp.h
+++ b/include/osmocom/netif/sctp.h
@@ -2,6 +2,12 @@

#include <osmocom/core/utils.h>

+/* Relevant SCTP RFCs:
+ * rfc4960: SCTP protocol
+ * rfc5061: SCTP Dynamic Address Reconfiguration
+ * rfc6458: SCTP Sockets API Extensions
+ */
+
enum sctp_sac_state;
extern const struct value_string osmo_sctp_assoc_chg_strs[];
static inline const char *osmo_sctp_assoc_chg_str(enum sctp_sac_state val)

To view, visit change 34082. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Iae325b787fdb7fc95aa6922975a7e1fcf368527a
Gerrit-Change-Number: 34082
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange