diff --git a/include/modem/pdn.h b/include/modem/pdn.h index 6df341c3b9e..3e4f8e1cbab 100644 --- a/include/modem/pdn.h +++ b/include/modem/pdn.h @@ -235,7 +235,7 @@ __deprecated int pdn_dynamic_params_get(uint8_t cid, struct in_addr *dns4_pri, * * @return Zero on success or an error code on failure. */ -int pdn_dynamic_info_get(uint32_t cid, struct pdn_dynamic_info *populated_info); +int pdn_dynamic_info_get(uint32_t cid, struct pdn_dynamic_info *pdn_info); /** * @brief Retrieve the default Access Point Name (APN).