aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-08 22:47:17 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-08 23:34:51 +0300
commitf103cd38665618442196de888b1e4390fb256ddb (patch)
tree39bc6f5dac9b25cda4138c735f751024cf26a8ca
parentf24d7c8ad0b2580d4ad1207b46639cb8e114acd0 (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;