sbcap: Fix typo in comment

Change-Id: I6d519cb80a90e2a7e80e4608c713996f94043f21
This commit is contained in:
Pau Espin 2022-07-26 18:08:44 +02:00
parent e67faef4ec
commit e416069cf6
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ static int cbc_sbcap_link_rx_error_ind(struct cbc_sbcap_link *link, SBcAP_SBC_AP
return 0;
}
/* message was received from remote SBcAP peer (BSC) */
/* message was received from remote SBc-AP peer (MME) */
int cbc_sbcap_link_rx_cb(struct cbc_sbcap_link *link, SBcAP_SBC_AP_PDU_t *pdu)
{
struct cbc_message *smscb;