<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wireless Oom &#187; AM</title>
	<atom:link href="http://wireless.pyncus.com/tag/am/feed/" rel="self" type="application/rss+xml" />
	<link>http://wireless.pyncus.com</link>
	<description>Build and Share wireless technology</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:38:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RLC AM operation</title>
		<link>http://wireless.pyncus.com/2009/10/30/rlc-am-operation/</link>
		<comments>http://wireless.pyncus.com/2009/10/30/rlc-am-operation/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:39:05 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[umts]]></category>
		<category><![CDATA[AM]]></category>
		<category><![CDATA[rlc]]></category>
		<category><![CDATA[RLC AM]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=673</guid>
		<description><![CDATA[Consider TTI = 20ms
peak data rate = 64 kbps
trasnport block size = 336 bits
RLC SDU size = 500 bytes
SN=6, 8 are dropped.

SN = Sequence Number
P = Poll bit
The physical layer combines the transport blocks together, interleaves them and then transmits them via two radio frames.
Thus, RLC PDUs in the receiver cannot be recovered until all [...]]]></description>
			<content:encoded><![CDATA[<p>Consider TTI = 20ms<br />
peak data rate = 64 kbps<br />
trasnport block size = 336 bits<br />
RLC SDU size = 500 bytes<br />
SN=6, 8 are dropped.</p>
<p><img src="http://wireless.pyncus.com/wp-content/uploads/2009/10/rlcam-300x113.jpg" alt="rlcam" title="rlcam" width="300" height="113" class="alignnone size-medium wp-image-674" /></p>
<p>SN = Sequence Number<br />
P = Poll bit</p>
<p>The physical layer combines the transport blocks together, interleaves them and then transmits them via two radio frames.<br />
Thus, RLC PDUs in the receiver cannot be recovered until all of the data from that 20 ms TTI has been received.</p>
<p>SN=12, Poll bit is set.<br />
At receiving side,  it took 20ms for processing. Then send STATUS PDUs.<br />
After 20ms, the missing SN=6, 8 will be retransmitted.</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2009/10/30/rlc-am-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the use for STATUS PDU ?</title>
		<link>http://wireless.pyncus.com/2009/10/29/what-is-the-use-for-status-pdu/</link>
		<comments>http://wireless.pyncus.com/2009/10/29/what-is-the-use-for-status-pdu/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:25:33 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[umts]]></category>
		<category><![CDATA[AM]]></category>
		<category><![CDATA[pdu]]></category>
		<category><![CDATA[STATUS PDU]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=669</guid>
		<description><![CDATA[There are 4 use cases for STATUS PDU:
1. By the receiver to inform the sender about missing and received AMD PDUs.
2. By the sender to request the receiver to move the reception window
3. By the receiver to acknowledge the sender about the reception of the request to move the window
4. By the receiver to inform [...]]]></description>
			<content:encoded><![CDATA[<p>There are 4 use cases for STATUS PDU:</p>
<p>1. By the receiver to inform the sender about missing and received AMD PDUs.</p>
<p>2. By the sender to request the receiver to move the reception window</p>
<p>3. By the receiver to acknowledge the sender about the reception of the request to move the window</p>
<p>4. By the receiver to inform the sender of the size of the transmission window when the receiver needs to update the sender&#8217;s window</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2009/10/29/what-is-the-use-for-status-pdu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Types of PDUs in RLC/AM</title>
		<link>http://wireless.pyncus.com/2009/10/29/types-of-pdus-in-rlcam/</link>
		<comments>http://wireless.pyncus.com/2009/10/29/types-of-pdus-in-rlcam/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:10:00 +0000</pubDate>
		<dc:creator>wirelessoom</dc:creator>
				<category><![CDATA[umts]]></category>
		<category><![CDATA[AM]]></category>
		<category><![CDATA[pdu]]></category>
		<category><![CDATA[rlc]]></category>

		<guid isPermaLink="false">http://wireless.pyncus.com/?p=667</guid>
		<description><![CDATA[There are two types of PDUs in RLC/AM:
1. AM data (AMD) PDUs: user data
2. AM control PDUs
AM control PDUs are further classified into:
1. STATUS PDU
2. Piggybacked STATUS PDU
3. RESET and RESET ACK PDU
]]></description>
			<content:encoded><![CDATA[<p>There are two types of PDUs in RLC/AM:</p>
<p>1. AM data (AMD) PDUs: user data<br />
2. AM control PDUs</p>
<p>AM control PDUs are further classified into:</p>
<p>1. STATUS PDU<br />
2. Piggybacked STATUS PDU<br />
3. RESET and RESET ACK PDU</p>
]]></content:encoded>
			<wfw:commentRss>http://wireless.pyncus.com/2009/10/29/types-of-pdus-in-rlcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

