sm: Fix APN IE content not transmitted in Act PDP Ctx Req

Change-Id: I70be2ff5e7e0fea5e93d7b9963064c38a0382f30
This commit is contained in:
Pau Espin 2023-05-05 19:27:14 +02:00
parent ed7c99f6ba
commit 1ccc5e384b
2 changed files with 2 additions and 1 deletions

View File

@ -209,6 +209,7 @@ int gprs_sm_build_act_pdp_ctx_req(struct gprs_sm_entity *sme,
if (rc < 0)
return -EINVAL;
*l = rc;
msgb_put(msg, *l);
}
/* 10.5.6.3 Protocol configuration options (Optional) */

View File

@ -1,6 +1,6 @@
==== test_sm_prim_ms() [start] ====
test_sm_prim_gmm_down_cb(): Rx GMMSM-ESTABLISH.request sess_id=0
test_sm_prim_gmm_down_cb(): Rx GMMSM-UNITDATA.request sess_id=0 SMPDU=[8a 41 06 03 01 00 02 01 21 28 04 27 01 00 ]
test_sm_prim_gmm_down_cb(): Rx GMMSM-UNITDATA.request sess_id=0 SMPDU=[8a 41 06 03 01 00 02 01 21 28 04 03 61 70 6e 27 01 00 ]
test_sm_prim_sndcp_up_cb(): Rx SNSM-ACTIVATE.indication
test_sm_prim_up_cb(): Rx SMREG-PDP_ACTIVATE.confirm
==== test_sm_prim_ms() [end] ====