osmo_bsc_sigtran: Fix a SSCP-> SCCP typo in a comment

Change-Id: Iee7e87922f2aa034840993b4bfad3de8defbf5f1
This commit is contained in:
Alexander Chemeris 2020-05-08 22:47:17 +03:00 committed by ipse
parent 6d4ccc1638
commit 0d1fe67b7e
1 changed files with 1 additions and 1 deletions

View File

@ -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;