fix typo in msgb name for CC SETUP

Change-Id: Id2c44966152805ea52bd7e7534529832fc2312ab
This commit is contained in:
Neels Hofmeyr 2022-01-13 19:35:12 +01:00
parent 99bd0f3204
commit 3551d84ad8
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ static int gsm48_cc_rx_setup(struct gsm_trans *trans, struct msgb *msg)
static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg)
{
struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STUP");
struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC SETUP");
struct gsm48_hdr *gh;
struct gsm_mncc *setup = arg;
int rc, trans_id;