aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-08 22:47:17 +0300
committeripse <Alexander.Chemeris@gmail.com>2020-05-09 00:36:21 +0000
commit0d1fe67b7e3a1760431be934e8a97a7b615c618c (patch)
tree14a36594efdeecff62cac44e890657bb202cea32
parent6d4ccc16389ea7952277d260b983d9e1cabf6e71 (diff)
osmo_bsc_sigtran: Fix a SSCP-> SCCP typo in a comment
-rw-r--r--src/osmo-bsc/osmo_bsc_sigtran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c
index 08efae4be..e4530bfd1 100644
--- a/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/src/osmo-bsc/osmo_bsc_sigtran.c
@@ -215,7 +215,7 @@ refuse:
return rc;
}
-/* Callback function, called by the SSCP stack when data arrives */
+/* Callback function, called by the SCCP stack when data arrives */
static int sccp_sap_up(struct osmo_prim_hdr *oph, void *_scu)
{
struct osmo_scu_prim *scu_prim = (struct osmo_scu_prim *)oph;