<?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>DECT NR+ How to access MAC Layer in modem?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126773/dect-nr-how-to-access-mac-layer-in-modem</link><description>Hi, we are currently implementing DECT NR+ mesh network as part of a thesis, where our one part of our plan was to implement full MAC layer (otherwise its just a full mesh network we want to implement and research). We heard that a new sample was out</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Feb 2026 11:41:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126773/dect-nr-how-to-access-mac-layer-in-modem" /><item><title>RE: DECT NR+ How to access MAC Layer in modem?</title><link>https://devzone.nordicsemi.com/thread/561819?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2026 11:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bead71a3-1ee3-4311-b2dc-849f78a125bd</guid><dc:creator>Aadne</dc:creator><description>&lt;p&gt;I have gone through the code and seen how to define callbacks for requests towards the networking interface for DECT and I seem to have something working now! Thanks a lot, feels a lot more convenient compared to creating an implementation ourselves.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;For people who wonder where to see the header file for MAC functions, see&amp;nbsp;&lt;br /&gt;C:\ncs\v3.3.0-preview1\nrf\include\net\dect\dect_net_l2.h.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DECT NR+ How to access MAC Layer in modem?</title><link>https://devzone.nordicsemi.com/thread/559989?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 11:17:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cafd5ac-9c74-4988-b946-429d2b18e717</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]After looking through the sample and code, we are unsure how to use the &amp;quot;stack API&amp;quot; and access the methods that are within the modem.[/quote]
&lt;p&gt;You don&amp;#39;t use the &amp;quot;stack API&amp;quot; directly, you access the MAC implementation by using the Zephyr socket API like you would access any other networking interface. If you want to access the MAC layer directly in application, you would need to implement your own on top of the&amp;nbsp;&lt;span&gt;&lt;strong&gt;PHY API&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
[quote user=""]Another question is, we wondered if there was any implementation for DLC / convergence layer?[/quote]
&lt;p&gt;I believe you need to implement this yourself, as this part of the stack is internal in the modem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>