cosmetic: sm: Fix wrong reference in comment

Change-Id: I8828e0019f6446c3a17d09e8483573bf752c159f
This commit is contained in:
Pau Espin 2023-07-27 13:36:05 +02:00
parent f37d91072f
commit b59dfd4de9
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ int gprs_sm_prim_call_up_cb(struct osmo_gprs_sm_prim *sm_prim)
return rc;
}
/* TS 24.007 6.6.1.1 SMREG-Attach.request:*/
/* TS 24.007 6.5.1.1 SMREG-PDP_ACTIVATE.request:*/
static int gprs_sm_prim_handle_smreg_pdp_act_req(struct osmo_gprs_sm_prim *sm_prim)
{
int rc = 0;