pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40290?usp=email )
Change subject: sccp: Improve spec references in code documentation
......................................................................
sccp: Improve spec references in code documentation
Change-Id: Ie43f9472322e7b6ed3ce8fc91408c074ddb98378
---
M src/sccp_scrc.c
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
daniel: Looks good to me, approved
diff --git a/src/sccp_scrc.c b/src/sccp_scrc.c
index 1ca7cfe..abf86e4 100644
--- a/src/sccp_scrc.c
+++ b/src/sccp_scrc.c
@@ -242,6 +242,8 @@
return gen_mtp_transfer_req_xua(inst, xua, called);
}
+/* "Figure C.1/Q.714 - SCCP routing control procedures (SCRC) (sheet 5 of 12)"
+ * Only used for Connection Oriented messages */
static int scrc_node_2(struct osmo_sccp_instance *inst, struct xua_msg *xua,
const struct osmo_sccp_addr *called)
{
@@ -394,6 +396,9 @@
return 0;
}
+/* "Figure C.1/Q.714 - SCCP routing control procedures (SCRC) (sheet 1 of
12)",
+ * Group of blocks on the bottom-right starting from "Call-ed address includes
DPC"
+ */
static int scrc_local_out_common(struct osmo_sccp_instance *inst,
struct xua_msg *xua,
const struct osmo_sccp_addr *called)
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40290?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ie43f9472322e7b6ed3ce8fc91408c074ddb98378
Gerrit-Change-Number: 40290
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>