node3.html

来自「用C++编写的GPRS协议栈源代码」· HTML 代码 · 共 64 行

HTML
64
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><!--Converted with LaTeX2HTML 96.1 (Feb 5, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds --><HTML><HEAD><TITLE>MAC Implementation Details</TITLE><META NAME="description" CONTENT="MAC Implementation Details"><META NAME="keywords" CONTENT="gprs"><META NAME="resource-type" CONTENT="document"><META NAME="distribution" CONTENT="global"><LINK REL=STYLESHEET HREF="gprs.css"></HEAD><BODY LANG="EN"> <A NAME="tex2html128" HREF="node4.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://cbl.leeds.ac.uk/nikos/figs/next_motif.gif"></A> <A NAME="tex2html126" HREF="node1.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://cbl.leeds.ac.uk/nikos/figs/up_motif.gif"></A> <A NAME="tex2html120" HREF="node2.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://cbl.leeds.ac.uk/nikos/figs/previous_motif.gif"></A>   <BR><B> Next:</B> <A NAME="tex2html129" HREF="node4.html">Channels</A><B>Up:</B> <A NAME="tex2html127" HREF="node1.html">The General Packet Radio </A><B> Previous:</B> <A NAME="tex2html121" HREF="node2.html">Configuration - How to </A><BR> <P><H1><A NAME="SECTION00120000000000000000">MAC Implementation Details</A></H1><P>Implementation details of the Mac Layer<A NAME="tex2html1" HREF="footnode.html#19"><IMG  ALIGN=BOTTOM ALT="gif" SRC="http://cbl.leeds.ac.uk/nikos/figs/foot_motif.gif"></A> are described here.We describe the basic channel, the TDMA slot structure, modeling ofpacket transmission and reception, along with the slot handling and callhandling mechanism used. We also describe how we have dealt withexceptions like collisions and errors on the channel.<P>The relevant code can be found in <I>ns</I>/mac-gprs.{cc,h}<P><BR> <HR><UL> <LI> <A NAME="tex2html130" HREF="node4.html#SECTION00121000000000000000">Channels</A><LI> <A NAME="tex2html131" HREF="node5.html#SECTION00122000000000000000">TDMA Slot Structure</A><UL> <LI> <A NAME="tex2html132" HREF="node6.html#SECTION00122100000000000000">Timing Advance</A></UL> <LI> <A NAME="tex2html133" HREF="node7.html#SECTION00123000000000000000">Packet Transmission and Reception</A><LI> <A NAME="tex2html134" HREF="node8.html#SECTION00124000000000000000">Call Set-up and Handling</A><UL> <LI> <A NAME="tex2html135" HREF="node9.html#SECTION00124100000000000000">Resource Request</A><LI> <A NAME="tex2html136" HREF="node10.html#SECTION00124200000000000000">Resource Reply</A><LI> <A NAME="tex2html137" HREF="node11.html#SECTION00124300000000000000">Resource Release</A></UL> <LI> <A NAME="tex2html138" HREF="node12.html#SECTION00125000000000000000">Slot Handling</A><UL> <LI> <A NAME="tex2html139" HREF="node13.html#SECTION00125100000000000000">Allocation</A><LI> <A NAME="tex2html140" HREF="node14.html#SECTION00125200000000000000">Release</A></UL> <LI> <A NAME="tex2html141" HREF="node15.html#SECTION00126000000000000000">Dealing with Collisions</A><LI> <A NAME="tex2html142" HREF="node16.html#SECTION00127000000000000000">Error model</A><LI> <A NAME="tex2html143" HREF="node17.html#SECTION00128000000000000000">Handling ARPs</A><LI> <A NAME="tex2html144" HREF="node18.html#SECTION00129000000000000000">MacGprs class in C++</A><UL> <LI> <A NAME="tex2html145" HREF="node19.html#SECTION00129100000000000000">Storage Structures</A><LI> <A NAME="tex2html146" HREF="node20.html#SECTION00129200000000000000">Methods</A><LI> <A NAME="tex2html147" HREF="node21.html#SECTION00129300000000000000">Timers</A></UL></UL><BR> <HR><P><ADDRESS><I>Richa Jain (96D07007) <BR>Tue Jul 24 22:29:53 IST 2001</I></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?