<?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>Ehsan Nourbakhsh’s Blog</title>
	<atom:link href="http://www.nourbakhsh.ir/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nourbakhsh.ir/blog</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 23:07:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>what did you do in your Ph.D. again?</title>
		<link>http://www.nourbakhsh.ir/blog/2012/05/what-did-you-do-in-your-ph-d-again/</link>
		<comments>http://www.nourbakhsh.ir/blog/2012/05/what-did-you-do-in-your-ph-d-again/#comments</comments>
		<pubDate>Mon, 07 May 2012 22:36:02 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=153</guid>
		<description><![CDATA[Recently I was asked to provide an overview of what I did through my Ph.D. in UTD. Although my research work is mostly wireless networking, I realized the &#8220;embedded systems&#8221; topic fits my development expertise the best. I will repeat that summary here too. My experience with programming embedded systems can be divided into two [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked to provide an overview of what I did through my Ph.D. in UTD. Although my research work is mostly wireless networking, I realized the &#8220;embedded systems&#8221; topic fits my development expertise the best. I will repeat that summary here too.</p>
<p>My experience with programming embedded systems can be divided into two parts: sensor devices and our testbeds.</p>
<ul>
<li>Sensor Networking Applications</li>
</ul>
<p>My main platform for research projects and papers is coding in <strong><a href="http://www.tinyos.net/papers/nesc.pdf">nesC</a></strong> language for <strong><a href="http://bullseye.xbow.com:81/Products/Product_pdf_files/Wireless_pdf/MICA2_Datasheet.pdf">MICA2</a></strong> devices. nesC is an extended C based language which supports event triggers.</p>
<p>The resulting image from the above code is one single binary file that includes all the drivers to interface underlying hardware. I sometimes have to change the way those drivers work, for example when I am altering the MAC protocol. Per usual definitions, this is a pure &#8220;firmware&#8221; for MICA2 devices.</p>
<p>I also have some experience with coding firmware for <strong><a href="http://www.ember.com/pdf/EM2420datasheet.pdf">Ember 2420</a></strong> based sensor devices in C++. However, this is not my main platform of work and I do not consider myself an expert on those.</p>
<ul>
<li>Testbed Design and Implementation</li>
</ul>
<p>For <a href="http://assert.utdallas.edu">ASSERT</a> testbed our hardware was a custom platform consisting of a Lattice FPGA and an <strong><a href="http://cache.freescale.com/files/dsp/doc/data_sheet/MCIMX27EC.pdf">i.MX27</a></strong> Freescale processor and some peripherals. A custom RF board would control units under test. We wrote distributed software in <strong>C</strong>, running on the processor that controlled the RF board’s functionality through the FPGA. Control PC part was written in <strong>C++</strong> and <strong>Java</strong>. Nodes boot using <strong><a href="http://en.wikipedia.org/wiki/Tftp">TFTP</a></strong> and <strong><a href="http://en.wikipedia.org/wiki/RedBoot">R</strong><strong>edBoot</a></strong>.</p>
<p>We had to develop and maintain the <strong>Linux driver</strong>. For the prototype our code worked on <strong><a href="http://www.atmel.com/tools/NGW100MKIINETWORKGATEWAYKIT.aspx?tab=overview">Atmel&#8217;s NGW100 mkII</a></strong>, an <strong><a href="http://en.wikipedia.org/wiki/AVR32">AVR32</a></strong> microprocessor based development kit. I was one of the three Ph.D. students who designed ASSERT’s architecture and oversaw software development.</p>
<p>Successor to ASSERT, we are designing <a href="http://winetester.utdallas.edu/">WiNeTestER</a>. This generation is capable of larger frequency range, phase-shifting and other features. Hardware for this phase is based on and FPGA board, <a href="http://warp.rice.edu">WARP</a>. Since we do not have a separate processor, most of the computation will happen on the <strong><a href="http://en.wikipedia.org/wiki/Powerpc">PowerPC</a></strong> &#8220;on&#8221; the <strong>Virtex-4 FPGA</strong>.</p>
<p>In this phase I had to learn some primitive FPGA design to create my own reference design (due to some licensing issues and incompatibilities). Nodes will boot using TFTP and <strong><a href="http://en.wikipedia.org/wiki/Das_U-Boot">U-boot</a></strong>. I am one of the two Ph.D. students who work on the software aspect, and cooperate with our hardware team on the design requirements.</p>
<p>For both testbeds, we cross-compiled the Linux kernel for the processors (AVR32, i.MX27 and PowerPC) and created a driver for our custom hardware. Embedded part of the code is written in C and cross compiled as well. As a result, this part is not pure &#8220;firmware&#8221; and is more like porting our own code to different architectures. The control logic, running on a control PC, is written in C++ and Java.</p>
<p>ASSERT is fully functional and used on a daily basis. WiNeTestEr, funded by NSF, is currently being developed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2012/05/what-did-you-do-in-your-ph-d-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick note about Ubuntu</title>
		<link>http://www.nourbakhsh.ir/blog/2012/02/quick-note-about-ubuntu/</link>
		<comments>http://www.nourbakhsh.ir/blog/2012/02/quick-note-about-ubuntu/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 22:33:51 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Rave]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nscd]]></category>
		<category><![CDATA[nss]]></category>
		<category><![CDATA[pam.d]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/2012/02/quick-note-about-ubuntu/</guid>
		<description><![CDATA[Five or six years ago LDAP had an issue in using SSL for NSS and pam.d authentication. As a result you had to use NSCD to make it work. One would expect that over the years this was solved. This week I was adding new virtual servers to our Vsphere &#8220;cloud&#8221; and guess what! Same [...]]]></description>
			<content:encoded><![CDATA[<p>Five or six years ago LDAP had an issue in using SSL for NSS and pam.d authentication. As a result you had to use NSCD to make it work.</p>
<p>One would expect that over the years this was solved. This week I was adding new virtual servers to our Vsphere &#8220;cloud&#8221; and guess what! Same problem still exists (or at least I feel it&#8217;s the same).</p>
<p>It *is* a bug, not a feature! Please fix this!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2012/02/quick-note-about-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbol Table Manipulation in TinyOS</title>
		<link>http://www.nourbakhsh.ir/blog/2012/01/symbol-table-manipulation-in-tinyos/</link>
		<comments>http://www.nourbakhsh.ir/blog/2012/01/symbol-table-manipulation-in-tinyos/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 01:13:25 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=141</guid>
		<description><![CDATA[I realized one of the hacks we had used in our testbed is of use to other researchers as well. When running an experiment using MEMSIC Motes, it is possible that you need a large number of images which only differ in some variable values. For example, only the variable indicating start time for each [...]]]></description>
			<content:encoded><![CDATA[<p>I realized one of the hacks we had used in <a href="http://assert.utdallas.edu/">our testbed</a> is of use to other researchers as well. When running an experiment using MEMSIC Motes, it is possible that you need a large number of images which only differ in some variable values. For example, only the variable indicating start time for each of them is different.</p>
<p>Instead of changing the variable and recompiling, you can do the following. Declare your desired variable(s) as</p>
<pre class="code">extern const uint8_t myVar;</pre>
<p>After compiling the main image, take a look at your symbol table by typing</p>
<pre class="code"> tos-set-symbols --read /path/to/main.exe</pre>
<p>This will show a table like following:</p>
<pre class="code">AMQueueImplP__0__current             :  01  [.]  (1)
AMQueueImplP__1__current             :  01  [.]  (1)
ActiveMessageAddressC__addr          :  01 00  [..]  (1)
ArbiterP__0__resId                   :  01  [.]  (1)
CC1000RssiP__currentOp               :  04  [.]  (4)
CC1000SendReceiveP__BIT_CORRECTION   :  1b 1c 1e 20 22 24 26 28  [... "$&amp;(]
CC1000SendReceiveP__rxBufPtr         :  5c 02  [\.]  (604)
CC1000SquelchP__clearThreshold       :  20 01  [ .]  (288)
<strong>MyModule__myVar              :  00 00  [..]  (500)
</strong>SerialDispatcherP__0__messagePtrs    :  fb 02 2a 03  [..*.]  (53084923)
SerialDispatcherP__0__receiveBuffer  :  fb 02  [..]  (763)
SerialDispatcherP__0__recvType       :  ff  [.]  (255)
TOS_NODE_ID                          :  01 00  [..]  (1)
atm128_stdout                        :  00 00 00 02 00 00 00 00 fb
00 00 00 00  [..............]</pre>
<div>Now you can set the value of corresponding variable in the symbol table using the following command:</div>
<pre class="code">tos-set-symbol /path/to/main.exe MyModule__myVar=1234</pre>
<p>This allows you to directly set the value of your desired variable. Just be careful, as any programmer should be, about variable types.<br />
<strong>tos-set-symbols</strong> is part of the <strong>avr-gcc</strong> environment, and uses <strong>avr-objdump</strong>. </p>
<p>Initially we used this method to generate new images with different node IDs (TOS_NODE_ID variable) from the same base image. Now our testbed&#8217;s <a href="http://assert.utdallas.edu/index.php/GUI_Components">web based interface</a> allows the user to draw a topology visually and assign such variable values to each of the nodes. It can also automatically map your desired topology to available nodes in the testbed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2012/01/symbol-table-manipulation-in-tinyos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finals week in Austin</title>
		<link>http://www.nourbakhsh.ir/blog/2011/12/finals-week-in-austin/</link>
		<comments>http://www.nourbakhsh.ir/blog/2011/12/finals-week-in-austin/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 19:31:00 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[finals]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/2011/12/finals-week-in-austin/</guid>
		<description><![CDATA[Nice view Thank goodness I don&#8217;t have exams anymore.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nourbakhsh.ir/blog/wp-content/uploads/wpid-2011-12-10_01-13-09_153.jpg" title="Austin, 6th Street" rel="lightbox"><img style="display:block;margin-right:auto;margin-left:auto;" width="100%" alt="image" src="http://www.nourbakhsh.ir/blog/wp-content/uploads/wpid-2011-12-10_01-13-09_153.jpg" /></a></p>
<p>Nice view <img src='http://www.nourbakhsh.ir/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank goodness I don&#8217;t have exams anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2011/12/finals-week-in-austin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google: Engineers vs. Brand Loyalty</title>
		<link>http://www.nourbakhsh.ir/blog/2011/12/googles-engineers-vs-loyalty/</link>
		<comments>http://www.nourbakhsh.ir/blog/2011/12/googles-engineers-vs-loyalty/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 04:47:29 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=124</guid>
		<description><![CDATA[Almost a month ago Google changed its Google Reader product by removing one of its core features: social sharing. This feature allowed you to share items you had read in Reader with your &#8216;friends&#8217; in Reader community. You could also follow them, comment on their items and so on. Since your comments and notes were [...]]]></description>
			<content:encoded><![CDATA[<p>Almost a month ago Google <a href="http://googlereader.blogspot.com/2011/10/new-in-reader-fresh-design-and-google.html">changed its Google Reader</a> product by removing one of its core features: social sharing. This feature allowed you to share items you had read in Reader with your &#8216;friends&#8217; in Reader community. You could also follow them, comment on their items and so on. Since your comments and notes were only text, the communities were formed around type of ideas they embraced rather than looks. Furthermore, your semi-anonymous Reader identity made the concentration on context more emphasized. In my personal opinion, the resulting network enjoyed a much more intellectual atmosphere than other more sophisticated social networks do.</p>
<p>In order to promote their main socail network, Google Plus, they eliminiated Reader&#8217;s features with no provision of seemless migration. I can see this as an engineer&#8217;s assumption that new &#8220;toys&#8221; automatically attract new people. Marketing people might disagree, pointing to brand loyalty.<br />
<span id="more-124"></span><br />
The engineering versus marketing approach Google took towards Reader reminds me of their Android operating system. In October Michael DeGusta of <a href="http://theunderstatement.com/">The Understatement</a> summarized his observations about Android updates for devices shipped between 2008 and 2010 as a chart. His visualization shows a clear message: Google does not intend to support their older devices. </p>
<p><center><a href="http://www.nourbakhsh.ir/blog/wp-content/uploads/016a_android_orphans.png" rel="lightbox"><img src="http://www.nourbakhsh.ir/blog/wp-content/uploads/016a_android_orphans-218x300.png" alt="" title="Android Orphans from http://theunderstatement.com" width="218" height="300" class="size-medium wp-image-128" /></a></center></p>
<p>My own experience supports this horrifying observation. While I am not sure about internals of Android&#8217;s framework and drivers, the ending result for users like me has been shaky reliance on courtesy of application developers to include my device in their small list of supported devices.</p>
<p>My experience with iPhone and Windows Mobile/Phone have been clearly different. The fact that I still receive updates for my 4 years old device says a lot. But the problem with iOS is it only has one active line of devices. You can get a newer version of iPhone but that is your only choice. However, Windows Phone has been more welcoming. My observation was WP7 suffered a poor release process, including <a href="http://www.phonearena.com/news/WP7-developers-report-paymentanalytics-problems_id14999">poor support of developers in the early days</a> and taking months before <a href="http://www.zdnet.com/blog/microsoft/windows-phone-7-will-nodo-show-has-mango-gone-soft/8856">releasing copy &#038; paste capability</a> in an <a href="http://blogs.computerworld.com/18024/microsoft_windows_phone_7_nodo_update_ready_ish">update</a>. I hope they don&#8217;t make the same mistake again, and I can safely return to Windows Mobile family!</p>
<p>Update: I ran into <a href="http://www.netinstructions.com/2011/12/all-the-ways-to-send-instant-messages-through-google-and-no-go-to-solution/">another article</a> discussing how internal instant messaging products of Google are not &#8220;synchronized&#8221; with each other. In my opinion it shows lack of a unified standard layer between users and Google products. As a friend pointed out, Google has been more concerned about shipping new products faster rather than keeping them synchronized.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2011/12/googles-engineers-vs-loyalty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAP and Microsoft Office Outlook 2007</title>
		<link>http://www.nourbakhsh.ir/blog/2010/12/imap-and-microsoft-office-outlook-2007/</link>
		<comments>http://www.nourbakhsh.ir/blog/2010/12/imap-and-microsoft-office-outlook-2007/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 07:51:24 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[outlook microsoft mozilla thunderbird imap webex email]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=121</guid>
		<description><![CDATA[This summer I had to use Outlook 2007 with Microsoft Exchange server. It was also integrated with Cisco&#8217;s WebEx. This combination was so efficient that I started to wonder why I did not use Outlook in school. But after a one semester trial, I am completely disappointed. Apparently Outlook is not intended for use with [...]]]></description>
			<content:encoded><![CDATA[<p>This summer I had to use Outlook 2007 with Microsoft Exchange server. It was also integrated with Cisco&#8217;s WebEx. This combination was so efficient that I started to wonder why I did not use Outlook in school.</p>
<p>But after a one semester trial, I am  completely disappointed. Apparently Outlook is not intended for use with an IMAP server. Each time it would take almost minutes to load messages. For Thunderbird, it was merely seconds on the same server.</p>
<p>Apparently Microsoft developers <a href="http://social.msdn.microsoft.com/Forums/en/innovateonoffice/thread/82024df4-d5ec-4f89-b268-f824dc26c370">are aware of this problem</a>, but it is not fixed yet. There are hacks and suggestion to improve it, <a href="http://www.labnol.org/software/tutorials/solutions-for-slow-gmail-imap-with-microsoft-outlook/1761/">such as this one</a>. Unfortunately these &#8220;solutions&#8221; don&#8217;t fit my needs and I am back to using good old Mozilla Thunderbird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2010/12/imap-and-microsoft-office-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Testing</title>
		<link>http://www.nourbakhsh.ir/blog/2010/05/just-testing/</link>
		<comments>http://www.nourbakhsh.ir/blog/2010/05/just-testing/#comments</comments>
		<pubDate>Tue, 18 May 2010 00:08:35 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/2010/05/just-testing/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/nYY4P04cUvM&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nYY4P04cUvM&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2010/05/just-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone Carriers: Main Threat to The Future of 4G Devices?</title>
		<link>http://www.nourbakhsh.ir/blog/2009/12/phone-carriers-main-threat-to-the-future-of-4g-mobiles/</link>
		<comments>http://www.nourbakhsh.ir/blog/2009/12/phone-carriers-main-threat-to-the-future-of-4g-mobiles/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 00:27:01 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[wireless]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lte]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=109</guid>
		<description><![CDATA[While a Swedish company has started offering 4G plans, AT&#038;T is considering limiting data usage of iPhone owners. Are US carriers ready for 4G cell phone networks?]]></description>
			<content:encoded><![CDATA[<p>Yesterday a Swedish cell phone provider <a title="PC World: 4G Mobile Service Debuts: What You Need to Know" href="http://www.pcworld.com/article/184617/4g_mobile_service_debuts_what_you_need_to_know.html">announced they would offer the first 4G/LTE plan</a> available to the public. Initial pricing of the plans offered by <a title="TeliaSonera" href="http://www.teliasonera.com/">TeliaSonera </a>will be $83 per month in Sweden and $120 in Norway. This price covers up to 30GB of data transfer, but does not include the price of the device itself.</p>
<p>This announcement comes few days after <a title="MSN Money: AT&amp;T may have to limit iPhone users" href="http://articles.moneycentral.msn.com/Investing/Dispatch/market-dispatches.aspx?post=1419669&amp;_blg=1,1419669">AT&amp;T made public</a> they are considering cutting back amount of data users can transfer on their iPhones. AT&amp;T has been criticized for network problems due to higher data usage, and now seems to be projecting the problem to their customers. You might be wondering how much data on average an iPhone user transfers per month? <a title="ZDNet: Google; AT&amp;T shocked by iPhone usage" href="http://blogs.zdnet.com/Apple/?p=1316">This article</a> puts that number close to 100MB in 2008, although the source did not mention if that amount is per month or per day. Even if we assume it is per day, a very unlikely assumption, the total would be close to 3GB per month. Again, very unlikely, but let us assume that is the case.</p>
<p>The question that popped up in my mind after reading about the 4G mobile finally coming to the market, was how will the providers handle this new rates? If AT&amp;T cannot handle current small number of iPhone owners, estimated to be <a title="Nielsen: iPhone Users Watch More Video… and are Older than You Think" href="http://blog.nielsen.com/nielsenwire/online_mobile/iphone-users-watch-more-video-and-are-older-than-you-think/">around 6.4 million by Nielsen</a>, how will they be able to persuade users to upgrade to 4G cell phones once they are available? The technology of the cell phone devices and the BTSs will make transfers quicker, but still the back bone that is required to carry this amount of data needs to be upgraded. And if they are more interested in &#8220;managing&#8221; how their customers use their cell phones rather than making that upgrade right now, there is no guarantee they will be willing to do perform those upgrades once customers start using the faster 4G devices.</p>
<p>I hope the major cell phone providers understand that when a customer pays higher price in terms of mandatory data plan and a longer contract, they expect to use the device they received as an incentive. And I hope while researchers and developers in hardware manufacturing companies are working on the technical aspects of the 4G devices, the business people in carrier companies are also working on understanding customer data usage trends and plan to upgrade their networks accordingly.</p>
<p><span style="color: #ff0000;">UPDATE</span>, three months later: March 12 2010, <a title="AT&amp;T CEO unsure if LTE will trigger pricing changes" href="http://www.fiercewireless.com/story/t-ceo-unsure-if-lte-will-trigger-pricing-changes/2010-03-12" target="_blank">AT&amp;T CEO unsure if LTE will trigger pricing changes</a> but &#8220;reiterated his position that such a move would happen.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2009/12/phone-carriers-main-threat-to-the-future-of-4g-mobiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyOS/nesC tip: ActiveMessage</title>
		<link>http://www.nourbakhsh.ir/blog/2009/12/tinyosnesc-tip-activemessage/</link>
		<comments>http://www.nourbakhsh.ir/blog/2009/12/tinyosnesc-tip-activemessage/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:37:20 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[activemessage]]></category>
		<category><![CDATA[AMsend]]></category>
		<category><![CDATA[mote]]></category>
		<category><![CDATA[nesc]]></category>
		<category><![CDATA[tinyos]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=115</guid>
		<description><![CDATA[Just a quick note for those who are looking on the web for the reason that their nesC code is not working: calling AMSend.setSource( *amsg,  addr) may change the source address locally, but when you are sending the packet it will be reset to ActiveMessageAddressC$addr. After almost two days of wondering why I couldn&#8217;t forge [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note for those who are looking on the web for the reason that their nesC code is not working:</p>
<p style="text-align: left; padding-left: 30px;">calling <em>AMSend.setSource( *amsg,  addr)</em> may change the source address locally, but when you are sending the packet it will be reset to <span><span><em>ActiveMessageAddressC$addr</em>.</span></span></p>
<p style="text-align: left;"><span><span>After almost two days of wondering why I couldn&#8217;t forge messages on a base station, a friend more familiar with TinyOS gave me this warning. I couldn&#8217;t find it on the web, so .. here it is!</span></span></p>
<p style="text-align: left;"><span><span>One other note: if you are using a bash script to do the <em>TOS_NODE_ID</em> assignment for you, you should call tos-set-symbol with </span></span><span><span><em>ActiveMessageAddressC__addr</em>. Using <em>$ </em>would -obviously- cause bash to consider it a variable and replace it with empty string.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2009/12/tinyosnesc-tip-activemessage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home eNB: Great Oppotunity for 3GPP LTE</title>
		<link>http://www.nourbakhsh.ir/blog/2009/04/home-enb-great-oppotunity-for-3gpp-lte/</link>
		<comments>http://www.nourbakhsh.ir/blog/2009/04/home-enb-great-oppotunity-for-3gpp-lte/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 02:38:01 +0000</pubDate>
		<dc:creator>Ehsan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[femtocell]]></category>

		<guid isPermaLink="false">http://www.nourbakhsh.ir/blog/?p=99</guid>
		<description><![CDATA[In the recent years more and more wireless providers have started to provide femtocells to their customers. The customer can deploy the femtocell in any location that the coverage of normal towers are weak or absent.  Consider a product like Samsung&#8217;s Ubicell. The user can plug this femtocell in their home internet switch, and use [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>AR-SA</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">In the recent years more and more wireless providers have started to provide femtocells to their customers. The customer can deploy the femtocell in any location that the coverage of normal towers are weak or absent.  Consider a product like <a href="http://www.samsung.com/global/business/telecommunication/productInfo.do?ctgry_group=11&amp;ctgry_type=20&amp;b2b_prd_id=201"><span style="color: blue;">Samsung&#8217;s Ubicell</span></a>. The user can plug this femtocell in their home internet switch, and use their regular cell phone to connect to the final service provider, e.g. Sprint.</span></p>
<p style="text-align: justify;">
<div id="attachment_102" class="wp-caption aligncenter" style="width: 467px"><a href="http://www.nourbakhsh.ir/blog/wp-content/uploads/e-utran.png" title="E-UTRAN architecture from 3GPP document 36.300-880" rel-lightbox" rel="lightbox"><img class="size-full wp-image-102" title="E-UTRAN" src="http://www.nourbakhsh.ir/blog/wp-content/uploads/e-utran.png" alt="E-UTRAN architecture from 3GPP document 36.300-880" width="457" height="274" /></a><p class="wp-caption-text">E-UTRAN architecture from 3GPP document 36.300-880</p></div>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>AR-SA</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">As of December 2008, 3GPP documentation for Long Term Evolution networks has started to mention <strong>Home eNB</strong> as part of the Evolved UTRAN. This move can be a significant advantage for the final users, only if service providers fully recognize the extent of service this final addition can offer. This recognition might require a careful study of 802.11a/b/g Access Points, considering the similarities of the two products. Both these products are the front end of a network to final customers. While these final points are accessible to the customers, the actual network is not controlled by them.</span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;"><span id="more-99"></span><br />
</span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">Most APs initially were merely wireless transmitters, but they soon started evolving into more sophisticated equipments. The need to provide more functionality for the end user to adjust settings, e.g. channel or user access rules, resulted in simple interfaces to configure the AP. Currently wireless APs are commonly acting as firewalls, switches, DSL modems.  But the true revolution for the APs happened when vendors such as Linksys started to provide open source firmware for their products. Because of the delay in this revolution, many golden opportunities are gone and we do not see as many diverse applications.</span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">Given how larger organization such as universities might consider deploying a number of Home eNBs throughout their campus, there is a high level of interaction that would be only limited to these eNBs. As an example, in a university campus many calls and data interactions would be between students on the same area. Or consider an event like SXSW. While this year AT&amp;T added enough resources to guarantee good coverage, smaller scale events do not motivate service provider to make such adjustments. Instead the organizing institute is well aware of the scale and the available resources and would be able to allocate more eNBs to the event area. One other aspect is access control: if I am paying for a Home eNB, I may not want my neighbor to user it for free unless it is an emergency call.</span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">By providing good configuration options to the deploying organization, all sides of such scenario would benefit: the organization would enjoy faster service on their campus, the service provider would not have to worry about resource management and the manufacturer would ensure better sale of its products.</span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><span style="font-size: 12pt; font-family: &amp;amp;amp;">There are many challenges in providing such control to the final user. However, I believe the designers of 3GPP LTE have started taking initial steps and now the manufacturers need to move forward.</span></p>
<h3>Related:</h3>
<ul>
<li><span style="font-size: 12pt; font-family: &amp;amp;amp;"><a href="http://www.nextel.com/en/services/airave/index.shtml">Sprint Airave</a></span></li>
<li><span style="font-size: 12pt; font-family: &amp;amp;amp;"><a href="http://www.t-mobile.com/shop/addons/services/information.aspx?tp=Svc_Tab_TMobileAtHome">T-Mobile @Home</a></span></li>
<li><span style="font-size: 12pt; font-family: &amp;amp;amp;"><a href="http://www.verizonwireless.com/b2c/store/accessory?action=gotoFemtocell">Verizon Wireless Network Extender</a></span></li>
<li><span style="font-size: 12pt; font-family: &amp;amp;amp;"><a href="http://www.dslreports.com/shownews/ATT-Femtocell-Service-Website-Goes-Live-100445">AT&amp;T: 3G Microcell?<br />
</a></span></li>
<li><span style="font-size: 12pt; font-family: &amp;amp;amp;"><a href="http://www.dailywireless.org/2009/01/26/femtocells-for-everyone/">Femtocells for Everyone</a><br />
</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nourbakhsh.ir/blog/2009/04/home-enb-great-oppotunity-for-3gpp-lte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

