From 0d1fe67b7e3a1760431be934e8a97a7b615c618c Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Fri, 8 May 2020 22:47:17 +0300 Subject: osmo_bsc_sigtran: Fix a SSCP-> SCCP typo in a comment Change-Id: Iee7e87922f2aa034840993b4bfad3de8defbf5f1 --- src/osmo-bsc/osmo_bsc_sigtran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/osmo_bsc_sigtran.c') 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; -- cgit v1.2.3