pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified daniel: Looks good to me, approved
sccp: Improve spec references in code documentation

Change-Id: Ie43f9472322e7b6ed3ce8fc91408c074ddb98378
---
M src/sccp_scrc.c
1 file changed, 5 insertions(+), 0 deletions(-)

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 change 40290. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>