<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PDP Usage</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82891/pdp-usage</link><description>Hi, 
 I&amp;#39;m trying to configure my LTE modem (Icarus Board + nRF 9160 + SDK 1.7) with an external SIM. 
 For that i have to use the PDP configuration. 
 I use in my prj.conf this method: 
 
 However, when compiling, i have the following error: 
 
 
 Any</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Dec 2021 13:51:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82891/pdp-usage" /><item><title>RE: PDP Usage</title><link>https://devzone.nordicsemi.com/thread/344385?ContentTypeID=1</link><pubDate>Mon, 20 Dec 2021 13:51:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:851a44bc-2342-46cf-b0f3-7495892c71de</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;Thank you !&lt;br /&gt;It works now !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDP Usage</title><link>https://devzone.nordicsemi.com/thread/344081?ContentTypeID=1</link><pubDate>Fri, 17 Dec 2021 08:43:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bc3dace-f401-41e6-8186-f51e259b6a1c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s unfortunately an API change in ncs v1.7.0 wrt. to this handling.&lt;/p&gt;
&lt;p&gt;Can you try to set these configurations?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_PDN=y
CONFIG_PDN_DEFAULTS_OVERRIDE=y
CONFIG_PDN_SYS_INIT=y
# Note: &amp;quot;ip&amp;quot; is set by PDN_DEFAULT_FAM kconfig&amp;#39;s
# example:
# AT+CGDCONT=1,&amp;quot;ip&amp;quot;,&amp;quot;apn&amp;quot; - below only sets APN field
CONFIG_PDN_DEFAULT_APN=&amp;quot;myapn&amp;quot;
CONFIG_PDN_DEFAULT_FAM_IPV4V6=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>