QualNet 4.5 Cellular Model Library

Size: px
Start display at page:

Download "QualNet 4.5 Cellular Model Library"

Transcription

1 QualNet 4.5 Cellular Model Library February 2008 Scalable Network Technologies, Inc Center Drive West, Suite 520 Los Angeles, CA Phone: Fax:

2 Copyright Information 2008 Scalable Network Technologies, Inc. All rights reserved. QualNet is a registered trademark of Scalable Network Technologies, Inc. All other trademarks and trade names used are property of their respective companies. Scalable Network Technologies, Inc Center Drive West, Suite 520 Los Angeles, CA Phone: Fax: ii QualNet 4.5 Cellular Model Library

3 Table of Contents Abstract Cellular... 1 Global System for Mobile Communications (GSM) Model User Behavior Model QualNet 4.5 Cellular Model Library iii

4 iv QualNet 4.5 Cellular Model Library

5 Abstract Cellular Abstract Cellular In the Abstract Cellular Model, a single base station serves a circular service area that is divided into multiple sectors, each of which is allocated with a certain amount of bandwidth. For each base station, several control channels are defined, as well. A large number of base stations cover the simulated area and they are connected to a hub, the switch center, with wired links. The hub routes the control and data messages to/from the base stations. An aggregated node emulates the services originated or destined to nodes outside the simulated area. A gateway connects to all the BSs and the aggregated node. With help from HLR, the gateway routes the information flows between MSs or between MS and the aggregated node. See Figure 1 Simulation area Hub/ switch center VLR HLR 9 1 Gateway Base station Aggregated node 4 Mobile station 5 FIGURE 1. Abstract Cellular Architecture A mobile station, supporting various types of services, selects and associates the optimal base station and updates its location to the VLR at the hub to facilitate the call setup process. At a user s request, a mobile station sends channel requests to the associated base station with other necessary information. The base station(s) and the switch center build up the connection with the called party either in or outside the simulation area by allocating channel resources to both communication parties, if needed. The resources are released when communication is over. A mobile station also initiates handover when signal strength from the associated base station diminishes. Communication between mobile stations and base stations is over the air via radio transmission. Base stations can carry out call admission control, and congestion control by monitoring the run-time resource usage and accepting or rejecting the call. QualNet 4.5 Cellular Model Library 1

6 Command Line Configuration To simulate an abstract cellular system in QualNet, users must plan the network layout, including deciding on the following: Number of Base Stations Number of channels available to each BS (at least one channel pair for the control channels needs to be allotted per BS) Location of BS s to provide coverage in the intended area. In addition, you must configure the cellular nodes to make the simulation work. Using the configuration file, supply the simulator with the basic information on the cellular nodes, including their node IDs, addresses, node types, location, mobility patterns, and other simulation related parameters, (for example, simulation time and random generation seed). In addition, you must configure the specific properties of each type of cellular node. Note that, to enable the abstract cellular model, you specify the protocols employed at the network layer, the MAC layer, and the physical layer to be cellular-related protocols. A cellular system will include mobile stations (MS), base stations (BS), switch centers (SC), gateway nodes (G), and an aggregated node (AN). Be sure to have at least one LS, one SC and one Gateway. Table 1 shows the basic cellular node parameters: TABLE 1. Basic Cellular Node Parameters Parameter [NodeId]CELLUALR-NODE-TYPE CELLULAR-XXXX CELLULAR-ABSTRACT-OPTIMIZATION-LEVEL <MEDIUM/LOW> [NodeId] CELLULAR-ABSTRACT-MOVEMENT- THRESHOLD <distance> CELLULAR-STATISTICS YES NO Specifies the cellular node type. The possible node types are: Mobile Station (MS) Base Station (BS) Switch Center (SC) Gateway Aggregated Node #XXXX could be MS, BS, SC, GATEWAY, AGGREGATED-NODE The default value is CELLULAR-MS. Specifies the Optimization Level of the Model. The default value is LOW. Specifies the Signal Measurement Update Threshold in Optimization Mode 'Medium'. Its value is 0 for nodes that are not MS. Enables the abstract cellular statistics. If you choose Mobile Station, there will be no further configuration parameters. 2 QualNet 4.5 Cellular Model Library

7 Abstract Cellular If you choose Base Station, the list of parameters shown in Table 2 is displayed. TABLE 2. Base Station Parameters Parameter [NodeId] CELLULAR-BS-CELL-ID <CellId> [NodeId] CELLULAR-BS-LAC <LocationAreaCode> [BSNodeId] CELLULAR-ABSTRACT-BS-CONTROL- CHANNEL-UPLINK {CHANNEL ID} [BSNodeId] CELLULAR-ABSTRACT-BS-CONTROL- CHANNEL-DOWNLINK {CHANNEL ID} [NodeId] CELLULAR-ABSTRACT-BS-NUMBER- SECTOR <Number> [NodeId] ABSTRACT-CELLULAR-BS-SECTOR- BANDWIDTH [SectorId]<bandwidth allocated> [NodeId] CELLULAR-ABSTRACT-BS-SERVICE {XXXX} [NodeId] CELLULAR-ABSTRACT-BS-ADMISSION- CONTROL-POLICY [POLICY] [NodeId]CELLULAR-ABSTRACT-BS-CONGESTION- CONTROL-POLICY [POLICY] [BSNodeId] CELLULAR-ABSTRACT-BS-CONTROL- INFORMATION-INTERVAL <Interval> [BSNodeId] CELLULAR-BS-ASSOCIATE-SC [SCNodeId] Specifies the cell identity. Cell Id is the identifier for each cell cover by a BS and it is unique in each location area. The default value is Node Id. Specifies the location area code. Each location area in a cellular system has its unique location area code. An MS could be covered by multiple BSs (may belong to different location area) at the same time. Such information (LAC, Cell-Id) can be used to determine the right MSC and right BS. The default value is Node Id. Specifies the uplink control channel. The channel index of the channel needs to be specified here. The default value is 0. Specifies the downlink control channel. The channel index of the channel needs to be specified here. The default value is 1. Specifies the number of sectors per Cell. The value should be more than 0. The default value is 6. Specifies the bandwidth allocation in each BS sector in Kbps. This parameter appears multiple times (once for each sector). The default value is 2048 Kbps. Specifies the available services at BS. Possible values are VOICE and/or DATA. The default value is VOICE. Specifies the call admission control policy. It could be either NONE or THRESHOLD-BASED. NONE: No CAC is employed. THRESHOLD-BASED: M out of N resource requests will be rejected. The default value is NONE. Specifies the congestion control policy. Possible options are NONE and ROUND-ROBIN. The default value is NONE. Specifies the control information broadcast interval. The control channel periodically broadcasts the location and other system information of the BS (UNIT MS). The default value is 20 MS. Specifies the node Id of the associated Switch Center. This is a mandatory parameter. The default value is 1. QualNet 4.5 Cellular Model Library 3

8 If you choose Threshold-based call admission control, the parameters shown in Table 3 are displayed. TABLE 3. Threshold-based Parameters Parameter THRESHOLD-BASED-CAC-PARAM-N <Integer> Specifies the threshold-based CAC parameter N M out of N resource requests will be rejected. N - M (threshold), N (Maximum), N > M. The default value is 4. THRESHOLD-BASED-CAC-PARAM-M <Integer> Specifies the threshold-based CAC parameter M. M out of N resource requests will be rejected. N - M (threshold), N (Maximum), N > M. The default value is 1. If you choose Round Robin congestion control, the parameters shown in Table 4 are displayed. TABLE 4. Round Robin Congestion Control Parameters Parameter ROUND-ROBIN-CONGESTION-CONTROL- DURATION <Time> ROUND-ROBIN-CONGESTION-CONTROL-ACCESS- CLASS <Integer> ROUND-ROBIN-CONGESTION-CONTROL-REFRAIN- PROBABILITY <Probability> Specifies the length of the each control epoch. The default value is 200 MS Specifies the number of access classes. The default value is 10. Specifies the probability of request refrained from transmission. The value of <Probability> should be one of 0.25, 0.5, or The default value is If you choose Switch Center, the parameters shown in Table 5 are displayed. TABLE 5. Switch Center Parameters Parameter [SC NodeId] CELLULAR-SC-LAC-LIST {lac list} [SC NodeId] CELLULAR-SC-CONTROL-BS {BSIds} [SC NodeId] CELLULAR-SC-CONNECT-GATEWAY <gateway id> The LAC list helps gateway and HLR to route call. An SC can contain multiple LAC and in one LAC there could be multiple BSs. But only one LAC can present in one SC. Specifies the base stations controlled by the SC. A comma-separated list of BS node Ids is provided. Specifies the SC-Gateway relationship. Note: All these parameters are mandatory 4 QualNet 4.5 Cellular Model Library

9 Abstract Cellular If you choose Gateway Node, the parameters shown in Table 6 are displayed. TABLE 6. Gateway Parameters Parameter [Gateway NodeId] CELLULAR-GATEWAY-CONNECT- SC {SC id list} [Gateway NodeId] CELLULAR-GATEWAY-CONNECT- AGGREGATED-NODE <node id> Specifies the switch centers connected to the gateway. Multiple SCs can be connected to one gateway. This is a mandatory parameter. Specifies the aggregated node connected to the gateway. This is a mandatory parameter. If you choose Aggregated Node type, the parameter shown in Table 7 is displayed. TABLE 7. Aggregated Node Parameter Parameter [AN NodeId] CELLULAR-AGGREGATED-NODE- CONNECT-GATEWAY <node id> Specifies the gateway connected to the aggregated node. The node Id of the gateway should be specified. This is a mandatory parameter. Configuring Network Layer NETWORK-PROTOCOL CELLULAR-LAYER3-PROTOCOL Configuring MAC Layer MAC-PROTOCOL CELLULAR-MAC-PROTOCOL CELLULAR-LAYER3 ABSTRACT-LAYER3 CELLULAR-MAC ABSTRACT-MAC Enabling Statistics CELLULAR-STATISTICS <YES/NO> Configuring Applications Abstract cellular applications are defined in the application file. A valid abstract cellular application consists of the applications: Source and destination Service type (for example, VOICE, VIDEO-PHONE, TEXT-MAIL) Start time and duration Bandwidth requirement. An item in the application file follows this syntax with the keyword CELLULAR-ABSTRACT-APP. QualNet 4.5 Cellular Model Library 5

10 CELLULAR-ABSTRACT-APP <Calling-MS-NodeId> <Called-MS-NodeId> <Call StartTime> <Call Duration> <Service Type> <Bandwidth Requirement in Unit of Kbps>. For example, CELLULAR-ABSTRACT-APP S 196S VOICE Table 8 shows the Cellular Abstract Application parameters. TABLE 8. Cellular Abstract Application Parameters Parameter Source Destination Specifies the node Id of calling MS. This is a mandatory parameter. Specifies the node Id of called MS. This is a mandatory parameter. Call Start Time Specifies the start time of the call. It should be more than 0. This is a mandatory parameter. Call Duration Specifies the duration of the call. This is a mandatory parameter. Service Type Specifies the service type. It can be one of: VOICE, VIDEOPHONE, TEXT-MAIL, PICTUR , ANIMATION- MAIL, and WEB. This is a mandatory parameter. The default value is VOICE. Bandwidth Required Specifies the bandwidth required for service in Kbps. This is a mandatory parameter. Sample Scenario In the following, a sample scenario (as shown in Figure 2) with 10 MS, 1 BS, 1 SC, 1 Gateway and 1 Aggregated Node deployed in an area of 1500m*1500m, is presented to illustrate these major configuration parameters. Here, only those cellular-related parameters are presented, and for those parameters common to other models, readers are referred to the sample configuration file. 6 QualNet 4.5 Cellular Model Library

11 Abstract Cellular FIGURE 2. Sample Simulator Configuration Network Deployment and Organization In this scenario, 10 MSs communicate with 1 BSs via a radio interface, and BS connects to the SC, the SC connects to the gateway, and the gateway connects to the aggregated node, all via wired links. Thus network organization including the subnet and the links for this scenario would be as follows, in which the subnet consists of all the MSs and BSs to form a wireless subnet, and the wired link connects cellular nodes to form a wired backbone for the cellular system. Please refer to the QualNet 4.5 User s Guide for more detailed information about the definitions of SUBNET and LINK. While there is no specification of the deployment of MSs, the deployment of BSs, and the SC and the gateway (especially the BSs), should be carefully designed to fully cover the area. Here, we assume BSs are regularly deployed in the field and the node position information is stored in a.nodes file. In this example, the node position information is included in the configuration as follows, in which MSs are randomly deployed in the field while the rest of the cellular nodes are deployed to the position as specified in the default nodes file. Please refer to the QualNet 4.5 User s Guide for more detailed information on node placement. Command Line Configuration The network deployment or planning also includes the allocation of physical radio channels. Here we assume each BS needs a pair radio channels with different frequency to function as downlink and uplink control channel, respectively. Thus, 2 radio channels need to be defined as follows. QualNet 4.5 Cellular Model Library 7

12 # Channel properties #SYNTAX: # PROPAGATION-CHANNEL-FREQUENCY[channel index] <frequency> #USAGE PROPAGATION-CHANNEL-FREQUENCY[0] 890.0e6 PROPAGATION-CHANNEL-FREQUENCY[1] 935.0e6 Here, only the channel frequency and the channel index are defined, and other channel-related parameters are omitted. See the QualNet 4.5 User s Guide to choose the appropriate options for other parameters such propagation limit, propagation loss mode, fading mode, and the correct settings of channel listenable mask and channel listening mask. Basic Cellular Node Properties Node Type - The first property of a cellular node is its node type. Currently there are five different node types defined in this Abstract Cellular Model, including mobile station (MS), base station (BS), switch center (SC), gateway node (GN) and aggregated node. Each node could have only one of these types and it is specified in the following format with the keyword CELLULAR-NODE-TYPE. #[nodeid] CELLULAR-NODE-TYPE CELLULAR-XXXX # XXXX could be MS, BS, SC, GATEWAY, AGGREGATED-NODE #Usage [1] CELLULAR-NODE-TYPE CELLULAR-MS [2 thru 10] CELLULAR-NODE-TYPE CELLULAR-MS [11] CELLULAR-NODE-TYPE CELLULAR-BS [12] CELLULAR-NODE-TYPE CELLULAR-SC [13] CELLULAR-NODE-TYPE CELLULAR-GATEWAY [14] CELLULAR-NODE-TYPE CELLULAR-AGGREGATED-NODE Protocol Type - To enable the abstract cellular model, specify the protocols employed at the network layer, the MAC layer and the PHY layer to be cellular-related protocols. In the network layer, choose CELLULAR-LAYER3 as the network protocol and ABSTRACT-LAYER3 as the underlying cellular layer3 protocol. NETWORK-PROTOCOL CELLULAR-LAYER3 CELLULAR-LAYER3-PROTOCOL ABSTRACT-LAYER3 In the MAC layer, choose CELLULAR-MAC as MAC protocol and ABSTRACT-MAC as the underlying cellular MAC protocol. Though GSM-MAC, UMTS-MAC and other cellular protocols are on their way, currently ABSTRACT-MAC is the only choice in this release. Use this SYNTAX to enable the Abstract Cellular MAC protocol. #SYNTAX # MAC-PROTOCOL <mac protocol> #Usage MAC-PROTOCOL CELLULAR-MAC #SYNTAX # CELLULAR-MAC-PROTOCOL <detailed cellular mac protocol> #it is ABSTRACT-MAC, the only choice currently #Usage CELLULAR-MAC-PROTOCOL ABSTRAC-MAC 8 QualNet 4.5 Cellular Model Library

13 Abstract Cellular In the PHY layer, now only PHY-ABSTRACT is supported. Please refer to the QualNet 4.5 User s Guide for more detail on the usage of PHY-ABSTRACT model. Optimization level -Optimization level used in the simulation. When the optimization level is medium, some of the control messages such as system information, are abstracted out. To enable this optimization, configure two more parameters: #CELLULAR-ABSTRACT-OPTIMIZATION-LEVEL LOW CELLULAR-ABSTRACT-OPTIMIZATION-LEVEL MEDIUM Only LOW and MEDIUM are supported at this time. The LOW option disables the optimization, while the MEDIUM option enables optimization. CELLULAR-ABSTRACT-MOVEMENT-THRESHOLD 1.0 These parameters specify how long a distance MS moves to report a signal measurement when optimization is used. Statistics - You can specify whether to collect the simulation statistics related to the abstract cellular model. The keyword CELLULAR-STATISTICS is used to turn on/off this option. #SYNTAX # CELLULAR-STATISTICS <YES/NO> #Usage CELLULAR-STATISTICS YES Special Node Properties for Base Station As mentioned earlier, there are quite a few unique properties for a BS, and in the following these properties are presented. Cell ID - Each BS has a cell ID, which is unique in a location area. To configure the cell id, users should use the following syntax. The keyword CELLULAR-BS-CELL-ID is used to specify the cell id of each BS. #SYNTAX #[NodeId] CELLULAR-BS-CELL-ID <cellid> #Usage [11] CELLULAR-BS-CELL-ID 1 Location Area Code - Each BS belongs to a certain area which is indexed by the location s area code. In one location area, there may be multiple BSs. The keyword CELLULAR-BS-LAC is used to specify the location area code. #SYNTAX #[NodeId] CELLULAR-BS-LAC <location area code> #Usage [11] CELLULAR-BS-LAC 1 In this example, only one BS is in each location area. Control Channels - For each BS at least a pair of channels should be allocated for the control purpose, one for uplink control channel and one for downlink control channel. Keywords CELLULAR- ABSTRACT-BS-CONTROL-CHANNEL-UPLINK and CELLULAR-ABSTRACT-BS-CONTROL- CHANNEL-DOWNLINK are used to define these two channels respectively. QualNet 4.5 Cellular Model Library 9

14 #SYNTAX #[NodeId] CELLULAR-ABSTRACT-BS-CONTROL-CHANNEL-UPLINK {CHANNEL ID} #[NodeId] CELLULAR-ABSTRACT-BS-CONTROL-CHANNEL-DOWNLINK {CHANNEL ID} #Usage # BS 1 [11] CELLULAR-ABSTRACT-BS-CONTROL-CHANNEL-UPLINK 0 [11] CELLULAR-ABSTRACT-BS-CONTROL-CHANNEL-DOWNLINK 1 Note: These channel indexes match those defined in the Network Deployment and Organization section, earlier in this book. Number of Sectors - A BS may be divided into multiple sectors and the number of sectors in this BS is specified by the keyword CELLULAR-ABSTRACT-BS-NUMBER-SECTOR. # SYNTAX #[NodeId] CELLULAR-ABSTRACT-BS-NUMBER-SECTOR <number> #Usage [11] CELLULAR-ABSTRACT-BS-NUMBER-SECTOR 6 In this example, each BS is divided into 6 sectors. Bandwidth Allocation in Each BS - A certain amount of bandwidth is allocated to each sector of each BS, and such allocation is specified by the keyword ABSTRACT-CELLULAR-BS-SECTOR- BANDWIDTH. #SYNTAX #[NodeId] ABSTRACT-CELLULAR-BS-SECTOR-BANDWIDTH[SectorId]<bandwidth allocated> #Unit: Kbps #Usage In the above example, each sector of each BS is allocated with 2480 Kbps of bandwidth for use. Service Supported at each BS - Each BS may support a certain number of service types, and such services are specified by using keyword CELLULAR-ABSTRACT-BS-SERVICE. Currently, two types of services are defined in this model, which are VOICE and DATA. #SYNTAX #[NodeId] CELLULAR-ABSTRACT-BS-SERVICE {XXXX } #XXXX could be VOICE and/ or DATA #Usage Control Information Broadcast Interval - To keep MS informed of the existence of services provided by BSs, BSs periodically broadcast their system information at certain intervals and this interval is specified by the keyword CELLULAR-ABSTRACT-BS-CONTROL-INFORMATION-INTERVAL. #SYNTAX #[NodeId] CELLULAR-ABSTRACT-BS-CONTROL-INFORMATION-INTERVAL <interval> #Usage BS Control Policy - BS may employ call admission control and congestion control to support QoS, and the policy is specified by the keywords CELLULAR-ABSTRACT-BS-ADMISSON-CONTROL-POLICY and CELLULAR-ABSTRACT-BS-CONGESTION-CONTROL-POLICY, respectively. 10 QualNet 4.5 Cellular Model Library

15 Abstract Cellular #SYNTAX # call admission control policy #[NodeId] CELLULAR-ABSTRACT-BS-ADMISSON-CONTROL-POLICY [POLICY] #Usage [11] CELLULAR-ABSTRACT-BS-ADMISSION-CONTROL-POLICY THRESHOLD-BASED #congestion control policy #[NodeId] CELLULAR-ABSTRACT-BS-CONGESTION-CONTROL-POLICY [POLICY] [11] CELLULAR-ABSTRACT-BS-CONGESTION-CONTROL-POLICY PROBABILISTIC Currently, only THRESHOLD-BASED call admission control is supported, and no congestion control is included in this release. Special Node Properties for Switch Center Location Area Code List - Each SC may control over multiple location area, and this information is kept in the location area list to help SC route information flow between BSs possibly belonging to different location area. The location area code list is specified by keyword CELLULAR-SC-LAC-LIST. #SYNTAX #[NodeId] CELLULAR-SC-LAC-LIST {Lac Code} #Usage [512] CELLULAR-SC-LAC-LIST {1} Interconnection Between Cellular Nodes In the above sections, only properties of each type of cellular node are defined, and users still need to specify the interconnection relationship between these cellular nodes. This information is used to facilitate routing. Interconnection between BS and SC - The interconnection between BS and SC is specified by two keywords: CELLULAR-SC-CONTROL-BS and CELLULAR-BS-ASSOCIATE-SC. For a SC, the keyword CELLULAR-SC-CONTROL-BS is used to specify which BSs are connected to this SC: #Syntax # [NodeId] CELLULAR-SC-CONTROL-BS {BS Ids} #Usage [12] CELLULAR-SC-CONTROL-BS {11} In this example, all the BSs are connected to this SC. For a BS, the keyword CELLULAR-BS- ASSOCIATE-SC is used to specify which SC this BS has a connection. #SYNTAX #BS #[NodeId] CELLULAR-BS-ASSOCIATE-SC <SC Id> #Usage [11] CELLULAR-BS-ASSOCIATE-SC 12 This interconnection relationship between BS and SC should be made mutually-consistent. QualNet 4.5 Cellular Model Library 11

16 Interconnection between SC and Gateway Node - The interconnection between SC and gateway is specified by two keywords: CELLULAR-SC-CONNECT-GATEWAY and CELLULAR-GATEWAY- CONNECT-SC. For a SC, the keyword CELLULAR-GATEWAY-CONNECT-SC is used to specify the gateway it connects to. #SYNTAX #[NodeId] CELLULAR-SC-CONNECT-GATEWAY <Gateway Id> #Usage [12] CELLULAR-SC-CONNECT-GATEWAY 13 For a gateway, multiple SCs can connect to this gateway, and the keyword CELLULAR-SC-CONNECT- GATEWAY, followed by a list of SC, is used to specify such connection relationship. #SYNTAX #[NodeId] CELLULAR-GATEWAY-CONNECT-SC {SC Id List} #Usage [13] CELLULAR-GATEWAY-CONNECT-SC {12} This interconnection relationship between SC and gateway should be made mutually consistent. Interconnection between Gateway and Aggregated Node - The interconnection between gateway node and aggregated node is specified by two keywords: CELLULAR-GATEWAY-CONNECT- AGGREGATED-NODE and CELLULAR-AGGREGATED-NODE-CONNECT-GATEWAY. For a gateway node, the keyword CELLULAR-AGGREGATED-NODE-CONNECT-GATEWAY is used to specify the aggregated node it connects to. #[NodeId] CELLULAR-GATEWAY-CONNECT-AGGREGATED-NODE <NodeId> #Usage [13] CELLULAR-GATEWAY-CONNECT-AGGREGATED-NODE 14 For an aggregated node, the keyword CELLULAR-AGGREGATED-NODE-CONNECT-GATEWAY is used to specify the gateway it connects to. #SYNTAX #[NodeId] CELLULAR-AGGREGATED-NODE-CONNECT-GATEWAY <NodeId> #Usage [14] CELLULAR-AGGREGATED-NODE-CONNECT-GATEWAY 13 This interconnection relationship between the gateway node and aggregated node should be made mutually-consistent. Configure the Cellular Applications In QualNet, the application profile is specified by the keyword APP-CONFIG-FILE in the configuration file. #SYNTAX #APP-CONFIG-FILE <file name> #Usage APP-CONFIG-FILE./app1.app For the cellular model, the abstract cellular applications are defined in the application file. A valid abstract cellular application consists of the application's source and destination, its service type (VOICE, VIDEO- 12 QualNet 4.5 Cellular Model Library

17 Abstract Cellular PHONE, TEXT-MAIL and so on, as defined in the QualNet 4.5 User s Guide), application start time and its duration, and its bandwidth requirement. An application item in the application file follows this syntax with the keyword CELLULAR-ABSTRACT-APP. #SYNTAX # CELLULAR-ABSTRACT-APP <Calling-MS-NodeId> <Called-MS-NodeId> <Call StartTime> <Call Duration> <service type> <bandwidth requirement in Kbps unit> #Usage CELLULAR-ABSTRACT-APP S 176S VIDEO-PHONE CELLULAR-ABSTRACT-APP S 196S VOICE CELLULAR-ABSTRACT-APP S 30S ANIMATION-MAIL Note: The aggregated node could be source or destination, as well. GUI Configuration The above described simulator configurations can be done in the QualNet GUI too. Here, we describe how to configure those parameters in the QualNet Scenario Designer GUI. Enabling Cellular Layer3 Go to Hierarchy (x) > Nodes > host(x) > Node configurations > Network Protocol > Network Protocol. From the configurable property window, set Network Protocol to Cellular Layer3 as shown in Figure 3. FIGURE 3. Selecting Cellular Layer3 Enabling Base Station Go to Hierarchy (x) > Node configurations > Network Protocol > Network Protocol > Cellular Node Type. From the configurable property window, set the Cellular Node Type to BS, as shown in Figure 4. QualNet 4.5 Cellular Model Library 13

18 FIGURE 4. Enabling Base Stations Enabling Cellular MAC Protocol Go to Hierarchy (x) > Nodes > host(x) > > Node configurations > MAC Protocol > MAC Protocol. From the configurable property window, set MAC Protocol to Cellular MAC as shown in Figure 5. FIGURE 5. Selecting Cellular MAC Configuring Cellular Application Properties Go to Connections > CELLULAR-ABSTRACT-APP (x) > (y). From the configurable property window, configure the properties as shown in Figure QualNet 4.5 Cellular Model Library

19 Abstract Cellular FIGURE 6. Setting Up a Cellular Application Between Two Nodes Enabling Cellular Statistics Go to ConfigSettings > Statistics > Statistics. From the configurable property window, enable cellular statistics as shown in Figure 7. FIGURE 7. Enabling Cellular Statistics QualNet 4.5 Cellular Model Library 15

20 Statistics Application Layer Statistics Table 9 shows the Application Layer Statistics. TABLE 9. Application Layer Statistics - MS/Aggregated Node Statistic Number of application requests sent to layer 3 Number of application requests received from layer 3 Number of application requests accepted Number of application requests rejected Number of application requests rejected (cause: System Busy) Number of application requests rejected (cause: Network not Found) Number of application requests rejected (cause: Too Many Active App) Number of application requests rejected (cause: Unknown User) Number of application requests rejected (cause: User Power Off) Number of application requests rejected (cause: User Busy) Number of application requests rejected (cause: Unsupported Service) Number of application requests rejected (cause: User Unreachable) Number of applications successfully ended Number of origin applications successfully ended Number of terminating applications successfully ended Total number of applications dropped Number of origin applications dropped Number of origin applications dropped (cause: Handover Failure) Number of origin applications dropped (cause: Self PowerOff) Number of origin applications dropped (cause: Remote PowerOff) Number of terminating applications dropped Total number originating application requests sent to layer 3. Total number of terminating application requests received from layer 3. Total number of application requests accepted by the node. Total number of application requests rejected. Total number of application requests rejected (cause: System Busy). Total number of application requests rejected (cause: Network Not Found). Total number of application requests rejected (cause: Too Many Active Applications). Total number of application requests rejected (cause: Unknown User). Total number of application requests rejected (cause: User Power Off). Total number of application requests rejected (cause: User Busy). Total number of application requests rejected (cause: Unsupported Service). Total number of application requests rejected (cause: User Unreachable) Total number of applications successfully ended. Total number of origin applications successfully ended. Total number of terminating applications successfully ended. Total number of applications dropped. Total number of originating applications dropped. Total number of applications dropped (cause: Handover Failure). Total number of originating applications dropped (Cause: Self PowerOff). Total number of originating applications dropped (Cause: Remote PowerOff). Total number of terminating applications dropped. 16 QualNet 4.5 Cellular Model Library

21 Abstract Cellular TABLE 9. Application Layer Statistics - MS/Aggregated Node (Continued) Statistic Number of terminating applications dropped (cause: Handover Failure) Number of terminating applications dropped (cause: Self PowerOff) Number of terminating applications dropped (cause: Remote PowerOff) Total number of terminating applications dropped (Cause: Handover Failure). Total number of terminating applications dropped (Cause: Self PowerOff). Total number of terminating applications dropped (Cause: Remote PowerOff). Cellular Layer 3 Statistics Tables 10 through 14 show the Cellular Layer 3 Statistics. TABLE 10. Cellular Layer 3 Statistics - MS Statistics General Number of system information received from BSs Total number of system information messages received from BSs. Number of measurement reports received from MAC Total number of measurement reports rec d from MAC. Cell Selection/Reselection Attach/Detach Number of cell selection (attach) performed Total number of cell selections (attached) performed. Number of cell reselection performed Total number of cell reselections performed. Location Update Number of location update attempt Total number of location update attempts made. Number of location update request sent to SC Total number of location update requests sent to SC. Average number of location update request Sent Per Attempt Number of location update succeeded Number of location update request failed Number of location update failed Average number of location update requests sent per location update attempt. Total number of location updates succeeded. Total number of location update requests failed. Total number of location updates failed. Channel Request Number of channel request attempt made Total number of channel request attempts made. Number of channel request sent Total number of channel requests sent. Number of immediate assignment received Total number of immediate assignments received. Number of immediate assignment rejection received Total number of immediate assignment rejections received. Number of channel requests succeeded Total number of successful channel requests. Number of channel requests failed Total number of unsuccessful channel requests. Average number of channel requests sent per attempt Average number of channel requests sent per channel request attempt. CM Service Number of CM service requests sent Total number of CM service requests sent. QualNet 4.5 Cellular Model Library 17

22 TABLE 10. Cellular Layer 3 Statistics - MS (Continued) Statistics Number of CM service requests accepted Total number of CM service requests accepted. Number of CM service requests rejected Total number of CM service requests rejected. Paging Number of page requests received Total number of page requests received. Number of page response sent Total number of page responses sent. Handover Number of handover required sent to BS Total number of handovers required sent to BS. Number of radio interface handover received from BS Total number of radio interface handovers received from BS. Number of radio interface handover complete sent to BS Number of handover required rejects received from BS Total number of radio interface handover complete messages sent to BS. Total number of handover failures received from BS. Call Management Number of voice call originated at MS Total number of voice calls originated at MS. Number of voice call terminated at MS Total number of voice calls terminated at MS. Number of data call originated at MS Total number of data calls originated at MS. Number of data call terminated at MS Total number of data calls terminated at MS. Network - Application Number of start call request received from application Total number of start call request messages received from application. Number of end call request received from application Number of call reject messages sent to application Number of call dropped messages sent to application Total number of end call request messages received from application. Total number of call reject messages sent to application. Total number of call dropped messages sent to application. TABLE 11. Cellular Layer 3 Statistics - Base Station Statistics System Information Number of system information broadcast Total number system information messages broadcast. Channel Request Number of channel request received from MS Total number of channel requests received from MS. Number of immediate assignment sent to MS Total number of immediate assignments sent to MS. Number of immediate assignment reject sent to MS Total number immediate assignment rejects sent to MS. CM Service Number of CM service reject by BS sent to MS (cause: unsupported service) Page Total number of CM service rejects by BS sent to MS (cause: unsupported service). 18 QualNet 4.5 Cellular Model Library

23 Abstract Cellular TABLE 11. Cellular Layer 3 Statistics - Base Station (Continued) Statistics Number of paging messages received from SC Number of page request sent to MS Number of page response received from MS Number of MS initiated handover required messages received from MS Number of MS initiated handover required messages forwarded to SC Number of handover request received from SC Number of handover request acknowledgement sent to SC Number of handover failure sent to SC Number of MS initiated handover required reject received from SC Number of MS initiated handover required reject forward to MS Number of handover command received from SC Number of radio interface handover command sent to MS Number of radio interface handover complete received from MS Number of handover complete sent to SC TABLE 12. Cellular Layer 3 Statistics - Switch Center Total number of paging messages received from SC. Total number of page requests sent to MS. Total number of page responses received from MS. Handover Total number of MS initiated handover required messages received from MS. Total number of MS initiated handover required messages forwarded to SC. Total number of handover requests received from SC. Total number of handover request acknowledgements sent to SC. Total number handover commands received from SC. Total number of MS initiated handover required rejects received from SC. Total number of MS initiated handover required rejects forwarded to MS. Total number handover commands received from SC. Total number of radio interface handover commands sent to MS. Total number of radio interface handover complete messages received from MS. Total number of handover complete messages received sent to SC. Statistics Location update Number of location update requests received Total number of location update requests received. Number of location update accept sent Total number of location update acceptances sent. Number of location update rejects sent Total number of location update rejections sent. Number of MAPD update location sent to HLR Total number of MAPD update locations sent to HLR. Number of MAPD cancel location received from HLR Total number of MAPD cancel locations received from HLR. CM Service Number of CM service requests received Total number of CM service requests received. Number of CM service accept Total number of CM service acceptances sent. Page Number of paging sent to BS Total number of paging messages sent to BS. Number of page response received Total number of paging responses received. Handovers QualNet 4.5 Cellular Model Library 19

24 TABLE 12. Cellular Layer 3 Statistics - Switch Center (Continued) (Continued) Statistics Number of handover required received Number of intracell (InterSector) handover required received Number of InterCell-IntraSC handover required received Number of intersc handover required received Number of handover request sent to BS Number of handover request acknowledgement received from BS Number of handover request failure received from BS Number of handover required reject sent to BS. Number of handover command sent to BS Number of handover complete received from BS Total number of handover requireds received. Total number of intracell (InterSector) handover requireds received. Total number of intercell-intrasc handover requireds received. Total number of intersc handover requireds received. Total number of handover requests sent to BS. Total number of handover request acknowledgements received from BS. Total number of handover request failures received from BS. Total number of handover required rejects sent to BS. Total number of handover commands sent to BS. Total number of handover complete messages received from BS. TABLE 13. Cellular Layer 3 Statistics - Gateway Statistics Location Update Number of MAPD update location received from VLR Total number of MAPD update location received from VLR. Number of MAPD cancel location sent to VLR Total number of MAPD cancel location sent to VLR. Call Management Number of intersc MO-MT voice calls handled Total number of intersc MO-MT voice calls handled. Number of intersc MO-MT data calls handled Total number of intersc MO-MT data calls handled. Number of MS to aggregated node voice calls handled Total number of MS to aggregated node voice calls handled. Number of MS to aggregated node data calls handled Total number of MS to aggregated node data calls handled. Number of aggregated node to MS voice calls handled Total number of aggregated node to MS voice calls handled. Number of aggregated node to MS data calls handled Total number of aggregated node to MS data calls handled. 20 QualNet 4.5 Cellular Model Library

25 Abstract Cellular TABLE 14. Cellular Layer 3 Statistics - Aggregated Node Statistics Call Management Number of aggregated node to MS voice call initiated Total number of aggregated node to MS voice calls initiated. Number of MS to aggregated node voice call received Total number of MS to aggregated node voice calls received. Number of aggregated node to MS data call initiated Total number of aggregated node to MS data calls initiated. Number of MS to aggregated node data call received Total number of MS to aggregated node data calls received. Network-Application Number of start call request received from application Total number of start call requests received from application. Number of end call request received from application Total number of end call requests received from application. Number of call reject msg sent to application Total number of call reject messages sent to application. Number of call dropped msg sent to application Total number of call dropped messages sent to application. MAC Layer Statistics Table 15 shows the MAC Layer Statistics. TABLE 15. MAC Layer Statistics Statistics Number of packets sent on downlink control channel Number of packets received on downlink control channel Number of packets sent on uplink control channel Number of packets received on uplink control channel Number of packets sent on traffic channel Number of packets received on traffic channel Total number of packets sent on downlink control channel, only meaningful at base stations. Total number of packets received on downlink control channel, only meaningful at mobile stations. Total number of packets transmitted on uplink control channel, only meaningful at mobile stations. Total number of packets received on uplink control channel, only meaningful at base stations. Total number of packets transmitted on traffic channel. Total number of packets received on traffic channel. QualNet 4.5 Cellular Model Library 21

26 Global System for Mobile Communications (GSM) Model The QualNet GSM model allows calls between Mobile Stations over the radio interface. Features include: Configuration of MSC, multiple Base Stations, and multiple Mobile Stations Standard band is supported (900 MHz Mobile Stations and Base Stations) Cell selection and re-selection Dynamic channel assignment and release Location updating Call setup and tear-down Handover (intra-msc and inter-cell/base Station). GSM Architecture The GSM model requires three node types be defined: Mobile Station - MS Base Station - BS Mobile Switching Center - MSC The radio/air/'um' interface between MSs and BSs is specified as shown in the physical layer section and in the GSM-NODE-CONFIG-FILE. The 'A' interface between BSs and MSC are wired point-to-point links for which a default route file must be specified. The GSM model supports multiple BS's and one MSC. The MSs can be located anywhere and can have any desired motion. The BSs and MSC cannot be mobile. The BSs need to be placed so that they covered the desired area. The MSs mobility can be random or based on a trace file. The MSC and BSs are placed in fixed locations, with no mobility, while the MS's can be placed at specific locations initially. The current GSM model allows multiple MSs, multiple BSs and a single MSC in any scenario. The MSC is connected to each BS via one-to-one links and any routing protocol (the Bellman Ford routing protocol is preferable) is used to route packets between them. The current model uses an IP-based stack for messaging between the MSC and the BSs. You must consider the following when creating a new GSM scenario: 1. Add multiple wireless channels for BSs. 2. The listening channel mask should be zero for all MSs. 3. All BSs must be connected with a wireless subnet. 4. All BSs must be connected with MSC through any point to point connection or wireless networks. 5. Configured neighboring BSs information for each BS. 6. All MSs must listen each broadcast channels. Like [MS node id] GSM-CONTROL-CHANNEL [Broadcast channel information] 7. Use GSM link to establish the call between to MSs. 8. Set GSM protocol at network layer, MAC layer and physical layer for each BS and MS. 9. MSC needs only GSM Layer3 protocol at the network layer. 22 QualNet 4.5 Cellular Model Library

27 Global System for Mobile Communications (GSM) Model Command Line Configuration To simulate a GSM system in QualNet you must plan the network layout. A user must determine the node type of each node, as well as the logical connectivity among these nodes, and configure each node according to its node type. For example, the location of each node, the mobility pattern of nodes, and, especially, the configuration of a BS, involves making decisions about the following: Number of Base Stations Number of channels available to each BS (at least one channel pair for the control channels needs to be allotted per BS) Location of BSs to provide coverage in the intended area. In Figure 8 below, nodes 1 through 6 are Mobile Stations (MS), 7 and 8 are Base Stations (BS), and node 9 is a Mobile Switch Center (MSC). The MS nodes are placed in a random fashion in the covered area and move as specified in the mobility trace file. The BS nodes are placed to cover the desired area and are fixed in location, as is the MSC. The BS's are connected via wired LINKs to the MSC and a default route file needs to be specified to ensure messaging between them is sent on the correct interface. The scenario is briefly illustrated below: FIGURE 8. Simulating a GSM System All PHYSICAL and MAC layer parameters of GSM are specified in the main configuration file. An additional configuration file is used for layer 3 parameters. QualNet 4.5 Cellular Model Library 23

28 Table 16 shows the GSM configuration parameters. TABLE 16. GSM Parameters Configuration Parameter GSM-STATISTICS YES NO GSM-NODE-CONFIG-FILE GSM-NODE-TYPE [GSM-MS GSM-BS GSM-MSC] GSM-CONTROL-CHANNEL PHY-GSM-DATA-RATE PHY-GSM-TX-POWER PHY-GSM-RX-SENSITIVITY PHY-GSM-RX-THRESHOLD Specifies printing of GSM statistics. YES prints the GSM statistics into a.stat file. The default value is NO. Specifies the name / absolute path of.gsm file. This parameter is mandatory. Specifies the GSM node type. The default value is GSM-MS. Specifies the GSM control channel list. This parameter is mandatory. Specifies the data transmission rate. The default value is Specifies the node transmitting power. The default value is 15.0 dbm. Specifies the reception sensitivity for the node. The default value is dbm. Specifies the minimum reception threshold to accept packets. The default value is dbm. See the following for some general configurations common to all types of nodes and how they are specified: Node Type # Node specific setup [1 thru 6] GSM-NODE-TYPE GSM-MS [7 thru 8] GSM-NODE-TYPE GSM-BS [9] GSM-NODE-TYPE GSM-MSC Mobility # MS's are mobile. [1 thru 6] MOBILITY TRACE MOBILITY-TRACE-FILE mobility-file-of-ms # BS's and MSC are stationary [7 thru 9] MOBILITY NONE Node Placement The MSs can be located anywhere and can have any desired mobility. The BSs need to be placed so that they cover the desired area. NODE-POSITION FILE NODE-POSITION-FILE.gsm-placement.nodes [1 thru 6] MOBILITY TRACE Note: The NODE-POSITION-FILE is used for both initial node placement and can also be used for FILE based mobility traces. NETWORK/MAC protocol 24 QualNet 4.5 Cellular Model Library

29 Global System for Mobile Communications (GSM) Model [1 thru 8] MAC-PROTOCOL GSM #Node 9 is the MSC. It has no GSM MAC related functionality. # All nodes in the GSM simulation are configured to use GSM Layer3 [1 thru 9] NETWORK-PROTOCOL GSM-LAYER3 # Routes need to be setup explicitly between BS & MSC DEFAULT-ROUTE YES DEFAULT-ROUTE-FILE default-route-file Statistics Node specific properties can be specified using the GSM Layer 3 config file as follows: GSM-NODE-CONFIG-FILE./gsm-node-config.gsm Any node that has GSM-LAYER3 will also have the IP stack. GSM Layer 3 statistics can be enabled by setting the following parameter. If it is set to NO, then statistics will be disabled. GSM-STATISTICS YES NO Specific configurations for MS and BS are illustrated as follows 1. Um Interface (MS-BS) To configure the Um Interface, define the radio channels used in the simulation and then specify the channel allocation in the GSM system, as well as GSM-related physical properties. # Carrier frequencies for GSM 900: # MHz: mobile transmit, base receive; # MHz: base transmit, mobile receive # See GSM for more information. # n is the ARFCN number (0 < n < 124 for GSM 900) # Channels should be created in pairs using the following rules. # DownLink FREQUENCY = 890MHz + 0.2*n # UpLink = DownLink + 45 MHz PROPAGATION-CHANNEL-FREQUENCY[0] 890.0e6 PROPAGATION-CHANNEL-FREQUENCY[1] 935.0e6 PROPAGATION-CHANNEL-FREQUENCY[2] 890.2e6 PROPAGATION-CHANNEL-FREQUENCY[3] 935.2e6 PROPAGATION-CHANNEL-FREQUENCY[4] 890.4e6 PROPAGATION-CHANNEL-FREQUENCY[5] 935.4e6 PROPAGATION-CHANNEL-FREQUENCY[6] 890.6e6 PROPAGATION-CHANNEL-FREQUENCY[7] 935.6e6 # All channels must be listenable by every node using the radio interface. [1 thru 9] PHY-LISTENABLE-CHANNEL-MASK [1 thru 9] PHY-LISTENING-CHANNEL-MASK # MS s stored BCCH channel list [1 thru 6] GSM-CONTROL-CHANNEL [0 4] # BS 1 [7] GSM-CONTROL-CHANNEL [0] # BS 2 [8] GSM-CONTROL-CHANNEL [4] # For all MS s and BS s [1 thru 8] PHY-MODEL PHY-GSM # GSM PHY characteristics PHY-GSM-DATA-RATE # QualNet 4.5 Cellular Model Library 25

30 # PHY-GSM-TX-POWER: Initial phy transmission power (in dbm) # See GSM 05.05, GSM Text Chapter 6 # # BS: TRX Power Class 5 in GSM 900: 20W (43dBm) to (<40) W (46 dbm) [7 thru 8] PHY-GSM-TX-POWER 20.0 # MS: For Class 4 MS in GSM 900: Max power = 2W (33 dbm) [1 thru 6] PHY-GSM-TX-POWER 20.0 # # PHY-GSM-RX-SENSITIVITY: sensitivity of the phy (in dbm) # See GSM Section 6 # PHY-GSM-RX-SENSITIVITY # RXLEV_ACCESS_MIN in GSM PHY-GSM-RX-THRESHOLD In the following, we break down each of these configuration parameters Channel Allocation The current GSM model in QualNet uses the 900MHz band. Each operational BS should be allocated an even number of channels, a minimum of 4. The channels are allocated to a BS in pairs: downlink-uplink. The BSs downlink control channel (C0) is specified in the main configuration file and the entire channel range is provided in the GSM-NODE-CONFIG-FILE. The following parameters are specified in the main configuration file (.config), unless noted otherwise. Downlink frequency = 890MHz * n Uplink frequency = Downlink + 45MHz where n = the channel instance number. PROPAGATION-CHANNEL-FREQUENCY Channel Listening Mask For each channel created, a binary flag is added to the following two parameters: PHY-LISTENABLE-CHANNEL-MASK 1111 (during entire simulation) PHY-LISTENING-CHANNEL-MASK 0000 (at initialization) The LISTENABLE parameter specifies which channels the nodes will be listening to during the entire simulation. The LISTENING parameter specifies which channels the nodes will be listening to at initialization. The nodes are not listening to any particular channel since this will be set based on the rest of the configuration and dynamic channel assignment during the simulation. Control Channels Each BS uses the first (lowest even numbered) channel allocated to it as the downlink control channel (C0). The MSs are configured to listen to the downlink control channels used by all the BSs in the scenario. # Specify all downlink control channels for MS's [1 thru 6] GSM-CONTROL-CHANNEL [0 4] # BS 1 downlink channel [7] GSM-CONTROL-CHANNEL [0] # BS 2 downlink channel [8] GSM-CONTROL-CHANNEL [4] 26 QualNet 4.5 Cellular Model Library

31 Global System for Mobile Communications (GSM) Model Other Physical Layer Parameters The following physical layer parameters are also applicable to the GSM model: PHY-GSM-TX-POWER 20.0 PHY-GSM-RX-THRESHOLD PHY-RX-MODEL BER-BASED PHY-RX-BER-TABLE-FILE data/modulation/gmsk Gaussian Minimum Shift Keying; Wireless physical layer model for modulation / coding..ber All MS and BS should define a GSM Um interface. For example, SUBNET N {1 thru 8 } [ N ] PHY-MODEL PHY-GSM 2. A Interface Link Between Each BS and the MSC # BS Node 7 and MSC Node 9 LINK N2-3.0 {7,9} [N2-3.0] LINK-PHY-TYPE WIRED [N2-3.0] LINK-BANDWIDTH [N2-3.0] LINK-PROPAGATION-DELAY 1MS # BS Node 8 and MSC Node 9 LINK N2-4.0 {8,9} [N2-4.0] LINK-PHY-TYPE WIRED [N2-4.0] LINK-BANDWIDTH [N2-4.0] LINK-PROPAGATION-DELAY 1MS # Any node that has GSM-LAYER3 will also be have the IP stack 3. GSM Node configuration file The GSM node configuration file defines the special layer 3 GSM properties of MS/BS/MSC. For example, LAC and cell ID of a BS, or relationship between BSs and MSC. # GSM Layer 3 configuration for each node is specified in a separate file # using the parameter GSM-NODE-CONFIG-FILE in the main configuration file. GSM-NODE-CONFIG-FILE gsm-node-file # The GSM-NODE-CONFIG-FILE has the following format # Layer 3 parameters # General format of parameters in this file: # <Node-Type> <NodeId> <Other node type specific parameters> # Mobile Station (MS) # # GSM-MS [NodeId] GSM-MS 1 GSM-MS 2 GSM-MS 3 GSM-MS 4 GSM-MS 5 GSM-MS 6 # # Base Station (BS) # GSM-BS [NodeId] [LAC] [CellId] [ChannelRange] [MSC NodeId] [Neigh.BS Info] # Note: [ChannelRange] has the control channel index as the first one. # [Neigh.BS Info] is a variable list (max 6) of triads of the form: # "BcchChannel-Lac-CellIdenity" with no space between '-' symbols. # Channels should be allocated to each BS in pairs (downlink, uplink). The # first pair is used as a control channel, the rest are used for allocating # to MS's. QualNet 4.5 Cellular Model Library 27

32 GSM-BS GSM-BS # Mobile Switching Center (MSC) # # GSM-MSC [Nodeid] [Linked BSInfo] # Note: [Linked BSInfo] is of the form: # "BSNodeId-LAC-CellIdentity" with no space between '-' symbols. GSM-MSC GSM Calls setting in.app file # The GSM calls are specified in the application file with following format # Applications file # GSM <Calling-MS-NodeId> <Called-MS-NodeId> <Call StartTime> <Call Duration> GSM S 460S GSM S 120S GSM S 150S GSM S 70S GSM Layer 3 Statistics Table 17 shows the GSM layer 3 MS Statistics. TABLE 17. GSM Layer 3 Statistics - Mobile Station (MS) Statistics Number of traffic packets sent to BS. Number of traffic packets received from BS. Number of times channel request sent to BS. Number of times channel request attempts failed. Number of times channel assignment received from BS. Number of times channel release packets received from BS. Number of times location update request packets sent to BS. Number of times location update accept packets received from BS. Number of calls initiated on MS. Number of calls received from other MS. Number of calls connected on MS. Number of calls completed on MS. Number of times handovers performed on MS. Total number of traffic packets sent to BS. Total number of traffic packets received from BS. Total number of times channel requests sent to BS. Total number of times channel requests attempts failed. Total number of times channel assignments received from BS. Total number of times channel release packets received from BS. Total number of times location updates request packets sent to BS. Total number of times location updates accept packets received from BS. Total number of calls initiated on MS. Total number of calls received from other MS. Total number of calls connected on MS. Total number of calls completed on MS. Total number of times handovers performed on MS. 28 QualNet 4.5 Cellular Model Library

33 Global System for Mobile Communications (GSM) Model Table 18 shows the GSM layer 3 BS statistics TABLE 18. GSM Layer 3 Statistics - Base Station (BS) Statistics Number of traffic packets sent to air interference. Number of traffic packets received from air interference Number of times channel request received form MSs. Number of times channel assignment attempts failed. Number of times channel assigned to MSs. Number of times channel released on BS. Number of times channel seized due to timer T3101 expiration. Number of paging request sent on air interference. Number of times location updated packets received from MSs. Number of times channel measurement report received from MSs. Number of times handover completed on incoming MSs. Number of times handover attempts packets received from MSs. Number of handover completed on MSs. Number of times handover request failed. Total number of traffic packets sent to air interference. Total number of traffic packets received from air interference Total number of times channel requests received form MSs. Total number of times channel assignment attempts failed. Total number of times channel assigned to MSs. Total number of times channel released on BS. Total number of times channel seized due to timer T3101 expiration. Total number of paging requests sent on air interference. Total number of times location updated packets received from MSs. Total number of times channel measurement reports received from MSs. Total number of times handover completed on incoming MSs. Total number of times handover attempts packets received from MSs. Total number of handover completed on MSs. Total number of times handover requests failed. Table 19 shows the GSM Layer 3 MSC statistics TABLE 19. GSM Layer 3 Statistics - Mobile Switching Center (MSC) Statistics Number of times location update request received from BSs. Number of times calls initiation request received. Number of calls connected. Number of calls completed successfully. Total number of times location update requests received from BSs. Total number of times calls initiation requests received. Total number of calls connected. Total number of calls completed successfully. QualNet 4.5 Cellular Model Library 29

34 TABLE 19. GSM Layer 3 Statistics - Mobile Switching Center (MSC) Statistics Number of handover required messages received from BSs. Number of handover completed successfully. Number of times handover request failed Number of traffic packets transferred. Total number of handover required messages received from BSs. Total number of handover completed successfully. Total number of times handover requests failed Total number of traffic packets transferred. MAC Layer Statistics Table 20 shows the MAC layer MS statistics. TABLE 20. MAC Layer Statistics - Mobile Station (MS) Statistics Number of times MS selected cell. Number of times MS failed to select any cell. Number of times MS tried to reselect another cell. Total number of times MS selected cell. Total number of times MS failed to select any cell. Total number of times MS tried to reselect another cell. PHY Layer Statistics Table 21 shows the PHY layer statistics. TABLE 21. PHY Layer Statistics Statistics Number of signals transmitted on physical layer. Number of signals received from the physical layer and forwarded to the MAC layer. Total number of signals transmitted on physical layer. Total number of signals received from the physical layer and forwarded to the MAC layer. 30 QualNet 4.5 Cellular Model Library

35 User Behavior Model User Behavior Model In real network scenarios, the behaviors of network nodes may vary a lot based on their types and attributes. For example, some people may tend to use multimedia applications more often than others. Some may have longer phone calls than others. Such characteristics are referred to as user behaviors. In a network simulation, the traffic patterns and mobility patterns are affected significantly by user behaviors and environment factors. In this effort, we are targeting modeling the user behaviors in QualNet simulator. We mainly consider adding attributes to nodes and realizing traffic patterns based on related user attributes (i.e., traffic patterns specified for the user). In this implementation, user attributes mainly include basic attributes such as age, sex, and traffic patterns. A user profile will be used to describe the characteristics of a user using some distributions. It will also refer to some traffic patterns to describe the characteristics of traffic flows generated by a user. The description of the traffic patterns are put in one or multiple traffic pattern definition files. The traffic flows generated by user behavior model will send feedbacks about its status (rejected, dropped, or successfully finished) to the user behavior model. The user behavior model will then calculate a user dissatisfaction degree based on such feedbacks. This degree is intended to reflect users perception of the service quality. In addition to this, for rejected or dropped flows, the user behavior model will perform proper retries indicated by the traffic pattern. Traffic patterns can be affected by many user attributes and environment factors. One of the requirements is to generate traffic, based on arbitrary distributions. QualNet already provides APIs for both common random distribution functions, as well as user-defined random distributions. Command Line Configuration User attributes are configured via user profiles. A user profile describes a type of user by indicating their attributes and traffic pattern. Users can define multiple user profiles, each with different characteristics. These user profiles can be defined in one or more user profile files. Then, the profiles can be assigned to nodes in the main configuration file of QualNet. If a default status is defined, this traffic pattern is used either when a user status is undefined or, when it is not listed in the user profile. User Profile Parameters Table 22 shows the parameters available in the User Behavior Model: TABLE 22. User Behavior Model Parameters - User Profile Parameters USER-PROFILE-FILE[index] <filename> Specifies the files that contain one or more user profiles. For example: USER-PROFILE-FILE myprofile.pf or USER-PROFILE-FILE[1] myprofile1.pf USER-PROFILE-FILE[2] myprofile2.pf QualNet 4.5 Cellular Model Library 31

36 TABLE 22. User Behavior Model Parameters - User Profile (Continued) Parameters [NodeId] USER-PROFILE <profile-name> [NodeId] USER-STATUS[index] <user-status-name> [NodeId] USER-STATUS-START- TIME[index] <start-time> Assigns a user profile to one or more nodes. For example: [1 thru 20] USER-PROFILE young Specifies a user status and its start time. For example: USER-STATUS before-fireworks USER-STATUS-START-TIME 0S Configuring at Node Level assigns a user status to one or more nodes. In this way, you can have different sets of nodes experiencing different statuses at the same time. For example, you can have a set of nodes watching a fireworks show while others watch a movie. [1 thru 10] USER-STATUS[0] before-fireworks [1 thru 10] USER-STATUS-START-TIME[0] 0S [1 thru 10] USER-STATUS[1] during-fireworks [1 thru 10] USER-STATUS-START-TIME[1] 600S [11 thru 20] USER-STATUS[0] start-movie [11 thru 20] USER-STATUS-START-TIME[0] 300S Note that all of the user statuses for a node should be listed in chronological order with respect to the index. Each user profile must be defined in the user profile file in following the format: Where: USER-PROFILE <profile-name> AGE <distribution> SEX <distribution> <traffic-description1> <traffic-description2> <traffic-description3> <profile-name> is a unique string identifies the name of the profile. <distribution> indicates the distribution for generating a random number. The format of the <distribution> needs to follow the format defined by the random number generation module. The general format is <distribution-name> <parameter-list> <min-value>, <max-value>. For example, the following means uniform distribution between 15 and 30. UNI 15, 30 The <distribution-name> is the name of a distribution. It could be the name of a custom arbitrary distribution defined by users. Pre-implemented common distributions are UNI (uniform distribution), DET (deterministic distribution), EXP (exponential distribution). <traffic-description> The traffic description gives the relation between the user profile and the traffic pattern. The format of the <traffic-description> is as given in example below 32 QualNet 4.5 Cellular Model Library

37 User Behavior Model USER-STATUS TRAFFIC-PATTERN USER-STATUS TRAFFIC-PATTERN before-fireworks active during-fireworks inactive Traffic Pattern Parameters A traffic pattern depicts the characteristics of how to generate traffic. Traffic patterns are defined in one or multiple traffic pattern files. These traffic patterns are referred to in user profiles. Thus, there is no need to explicitly assign traffic patterns to a node in the main configuration file. However, users still need to specify the traffic pattern files in the main configuration file. Table 23 shows the traffic pattern parameters for the User Behavior model. TABLE 23. User Behavior Traffic Pattern Parameters Parameters TRAFFIC-PATTERN-FILE[index] <traffic-pattern-file> Specifies traffic pattern files to be included in this scenario. TRAFFIC-PATTERN-FILE mytraffic.tf Multiple traffic pattern files are specified: TRAFFIC-PATTERN-FILE[1] mytraffic1.tf TRAFFIC-PATTERN-FILE[2] mytraffic2.tf Each traffic pattern must be defined in the traffic pattern file in following the format. Where: TRAFFIC-PATTERN <pattern-name> NUM-APP-TYPES <number> MAX-NUM-APPS <distribution> ARRIVAL-INTERVAL <distribution> <traffic-pattern-description1> <traffic-pattern-description2> <pattern-name> is a unique string that identifies the traffic pattern. This name is referred to by the user profile file to describe traffic generated by the user. The parameter NUM-APP-TYPES indicates the number of application types used to generate traffic in the particular pattern. MAX-NUM-APPS indicates the maximum number of applications a node can have at any time. ARRIVAL-INTERVAL defines the interval for generating a new application. The <traffic-pattern-description> describes the characteristics of traffic that will be generated by the application. The number of appearances of <traffic-patterndescription> is defined by parameter NUM-APP-TYPES. The format of one <traffic-pattern-description> is shown below: PROBABILITY <prob-value> RETRY-PROBABILITY <prob-value> RETRY-INTERVAL <distribution> MAX-NUM-RETRIES <int-value> <traffic-generator-description> Where: PROBABILLITY indicates the probability with which a particular <traffic-description> will be selected to generate the application traffic. RETRY-PROBABILITY indicates the probability of retries if the QualNet 4.5 Cellular Model Library 33

38 application is rejected or dropped. RETRY-INTERVAL indicates the delay before retry of the application. MAX-NUM-RETRIES indicate the maximum number of retries that can be performed. The order in which the parameter appears is important. The parser generated for the traffic pattern file is order sensitive and omitting or changing the order would result in syntax error in the file. <traffic-generator-description> indicates how a QualNet traffic generator will be configured to generate the real traffic. The <traffic-generator-description> format is similar to the format in the.app file of existing QualNet. The only difference being the source node ID and starting time are omitted in the definition. If an application requires end time, it is replaced as duration in the <traffic-generatordescription>. The parameters required by original QualNet application will be depicted using a distribution in <traffic-generator-description>. An example of a <traffic-generator-description> is given below: CELLULAR-ABSTRACT-APP UNI 1,20 EXP 100S This example means the QualNet application CELLULAR-ABSTRACT-APP will be used to generate traffic. Its source node ID is current node. Destination node is uniform distribution between nodes 1 to 20 including nodes 1 and 20. Its starting time is decided by previous parameter <ARRIVAL-INTERVAL> of the traffic pattern. Its duration is decided by exponential distribution with average time as 100S. In a situation where the QualNet application requires an end time instead of duration, the end time is then the starting time, plus duration. Custom Arbitrary Distributions Configuration In the above user profile and traffic pattern configurations, in places where a random distribution is required, you can also configure custom arbitrary distributions, in addition to common distributions. Custom arbitrary distribution is the capability provided by the QualNet random number module, so its configuration is not described here in detail. GUI Configuration Enable User Behavior Model Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. From the configurable property window, set Enable User behavior modeling? to Yes as shown in Figure QualNet 4.5 Cellular Model Library

39 User Behavior Model FIGURE 9. Enabling User Behavior Model Configuring User Profile Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. Set User Profile File, as shown in Figure 10. QualNet 4.5 Cellular Model Library 35

40 FIGURE 10. Configuring User Profile Configure User Status Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. Set User Status, as shown in Figure QualNet 4.5 Cellular Model Library

41 User Behavior Model FIGURE 11. Configuring User Status Configure User Status Start Time Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. Set User Status Start Time, as shown in Figure 12. QualNet 4.5 Cellular Model Library 37

42 FIGURE 12. Configuring User Status Start Time Configure Traffic Pattern File Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. Specify Traffic Pattern File, as shown in Figure QualNet 4.5 Cellular Model Library

43 User Behavior Model FIGURE 13. Configuring Traffic Pattern File Configure Arbitrary Distribution File Go to ConfigSettings > User behavior model > User behavior model > Enable User behavior modeling?. Specify Arbitrary Distribution File as shown in Figure 14. QualNet 4.5 Cellular Model Library 39

44 FIGURE 14. Configuring Arbitrary Distribution File Adding Another Instance of the Parameter To add another User Profile File, User Status, User Status Start Time or Traffic Pattern File, right click on the parameter and select Add another, as shown in Figure QualNet 4.5 Cellular Model Library

45 User Behavior Model FIGURE 15. Adding Another Instance of the Parameter Sample Scenario This section describes the way in which a user can easily create a simple scenario and run it using QualNet. Scenario - This sample is a User Behavior Model in a scenario that contains 30 nodes defined as Mobile Stations (MS), 2 Base Stations (BS), 1 Switch Center (SC), 1 Gateway and 1 Aggregated Node. The User Behavior Model, and the Arbitrary Distribution Model are integrated in this sample scenario. Topology - The topology is similar to any cellular scenario with 30 MS placed around 2 BS. The BS are controlled by a SC. A Gateway is placed between the Aggregated Node and Switch Center to establish connection. Command Line Configuration 1. Comment out the APP-CONFIG-FILE (we recommend not using the application file if the traffic is only generated by the user-behavior model). 2. For each of the 30 nodes we now need to provide user profiles and traffic pattern files. In the sections below, default.pf is defined, which has three user-profiles: young, middle, and old. You must assign the nodes to one of these profiles. Assign the first 10 nodes to the young profile, the next 10 to the old, and the last 10 nodes to the middle. QualNet 4.5 Cellular Model Library 41

Cellular Communication

Cellular Communication Cellular Communication Cellular Communication Cellular communication is designed to provide communications between two moving units, or between one mobile unit and one stationary phone or land unit (PSTN).

More information

Implementation of WiFiRe PHY Sectorization in OPNET

Implementation of WiFiRe PHY Sectorization in OPNET P Sreedhar Reddy Roll No. 06305024 24th July, 2007 Under the Guidance Of Prof. Sridhar Iyer Department Of Computer Science and Engineering Indian Institute Of Technology, Bombay Outline WiFiRe overview.

More information

Mobile and Sensor Systems

Mobile and Sensor Systems Mobile and Sensor Systems Lecture 2: Mobile Medium Access Control Protocols and Wireless Systems Dr Cecilia Mascolo In this lecture We will describe medium access control protocols and wireless systems

More information

Abstract of the Book

Abstract of the Book Book Keywords IEEE 802.16, IEEE 802.16m, mobile WiMAX, 4G, IMT-Advanced, 3GPP LTE, 3GPP LTE-Advanced, Broadband Wireless, Wireless Communications, Cellular Systems, Network Architecture Abstract of the

More information

Internal. GSM Fundamentals.

Internal. GSM Fundamentals. Internal GSM Fundamentals www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Chapter 1 GSM System Overview Chapter 2 GSM Network Structure Chapter 3 Service Area and Number Planning Chapter

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

Requirements and best practices for enabling Enhanced PTT over Wi-Fi networks

Requirements and best practices for enabling Enhanced PTT over Wi-Fi networks Requirements and best practices for enabling Enhanced PTT over Wi-Fi networks The following guide is intended for users of Enhanced PTT to ensure that their Wi-Fi networks meet minimum requirements for

More information

GPRS System Architecture

GPRS System Architecture 1 LECTURE 6 GPRS What is GPRS? 2 General Packet Radio Service is an overlay on top of GSM physical layer and network entities It extends data capabilities of GSM and provides connection to external packet

More information

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

Chapter-4. Simulation Design and Implementation

Chapter-4. Simulation Design and Implementation Chapter-4 Simulation Design and Implementation In this chapter, the design parameters of system and the various metrics measured for performance evaluation of the routing protocols are presented. An overview

More information

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018 INTRODUCTION TO LTE ECE 2526 - MOBILE COMMUNICATION Monday, 25 June 2018 1 WHAT IS LTE? 1. LTE stands for Long Term Evolution and it was started as a project in 2004 by the Third Generation Partnership

More information

GSM System Overview. Ph.D. Phone Lin.

GSM System Overview. Ph.D. Phone Lin. GSM System Overview Phone Lin Ph.D. Email: plin@csie.ntu.edu.tw 1 Outlines Introduction GSM Architecture Location Tracking and Call Setup Security GSM Data Services Unstructured Supplementary Service Data

More information

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho QoS and Radio Resource Management in 3G and Beyond Systems Oriol Sallent Kideok Cho (kdcho@mmlab.snu.ac.kr) 2006. 10. 23 -2/30- Contents Radio Resource Management RRM in Beyond 3G Common RRM in a flexible

More information

LTE and IEEE802.p for vehicular networking: a performance evaluation

LTE and IEEE802.p for vehicular networking: a performance evaluation LTE and IEEE802.p for vehicular networking: a performance evaluation Zeeshan Hameed Mir* Fethi Filali EURASIP Journal on Wireless Communications and Networking 1 Presenter Renato Iida v2 Outline Introduction

More information

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology Cellular Systems - II Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication UMTS Architecture A UMTS network consist

More information

WIRELESS SYSTEM AND NETWORKING

WIRELESS SYSTEM AND NETWORKING LECTURE 6 WIRELESS SYSTEM AND NETWORKING References: Rappaport (Chapter 9 and 10) Bernhard (Chapter 3, 4 and 5) Garg (Chapter 8 and 9) Kaarenen (Chapter 1-5 and 9) WIRELESS EVOLUTION Japan Europe Americas

More information

Lecture 9. Quality of Service in ad hoc wireless networks

Lecture 9. Quality of Service in ad hoc wireless networks Lecture 9 Quality of Service in ad hoc wireless networks Yevgeni Koucheryavy Department of Communications Engineering Tampere University of Technology yk@cs.tut.fi Lectured by Jakub Jakubiak QoS statement

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN)

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN) Features and Benefits Supported service Supported bands/channels UMTS performance LTE capacity LTE performance Fronthaul network Small cell module for widely deployed Cisco 3600 and 3700 series Wi-Fi APs

More information

Multiple Access in Cellular and Systems

Multiple Access in Cellular and Systems Multiple Access in Cellular and 802.11 Systems 1 GSM The total bandwidth is divided into many narrowband channels. (200 khz in GSM) Users are given time slots in a narrowband channel (8 users) A channel

More information

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1 IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 49-53 Analyzing the performance of WiMAX zone

More information

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS Kamini Jaswal 1, Jyoti 2, Kuldeep Vats 3 1 M.tech, Department of electronics and communication, South point institute of engineering

More information

Understanding Carrier Wireless Systems

Understanding Carrier Wireless Systems Understanding Course Description This course provides a detailed scope of modern mobile and cellular network technologies used for second generation, 2G+, 3G and 4G networks. It provides an understanding

More information

UNIT-5. GSM System Operations (Traffic Cases) Registration, call setup, and location updating. Call setup. Interrogation phase

UNIT-5. GSM System Operations (Traffic Cases) Registration, call setup, and location updating. Call setup. Interrogation phase UNIT-5 GSM System Operations (Traffic Cases) Registration, call setup, and location updating Call setup Interrogation phase For the interrogation phase The initial address message comes outside the GSM

More information

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview Source : Jamshid Khun Jush (Ericsson) (THOMSON multimedia) 1 HIPERLAN/2 Standard A new standard developed by the ETSI Project

More information

The Open System Interconnect model

The Open System Interconnect model The Open System Interconnect model Telecomunicazioni Undergraduate course in Electrical Engineering University of Rome La Sapienza Rome, Italy 2007-2008 1 Layered network design Data networks are usually

More information

3.1. Introduction to WLAN IEEE

3.1. Introduction to WLAN IEEE 3.1. Introduction to WLAN IEEE 802.11 WCOM, WLAN, 1 References [1] J. Schiller, Mobile Communications, 2nd Ed., Pearson, 2003. [2] Martin Sauter, "From GSM to LTE", chapter 6, Wiley, 2011. [3] wiki to

More information

Data Communication & Networks G Session 5 - Main Theme Wireless Networks. Dr. Jean-Claude Franchitti

Data Communication & Networks G Session 5 - Main Theme Wireless Networks. Dr. Jean-Claude Franchitti Data Communication & Networks G22.2262-001 Session 5 - Main Theme Wireless Networks Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences

More information

Table of Contents 1 WLAN Service Configuration 1-1

Table of Contents 1 WLAN Service Configuration 1-1 Table of Contents 1 WLAN Service Configuration 1-1 WLAN Service Overview 1-1 Terminology 1-1 Wireless Client Access 1-2 802.11 Overview 1-4 WLAN Topologies 1-5 Single BSS 1-5 Multi-ESS 1-5 Single ESS Multiple

More information

General Packet Radio Service (GPRS) 13 年 5 月 17 日星期五

General Packet Radio Service (GPRS) 13 年 5 月 17 日星期五 General Packet Radio Service (GPRS) What is GPRS? GPRS (General Packet Radio Service) A packet oriented data service for IP and X.25 over GSM networks Enables packet-switched services on the resources

More information

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: )

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: ) E2-E3: CONSUMER MOBILITY CHAPTER-5 CDMA 2000 1x OVERVIEW (Date of Creation: 01-04.2011) Page: 1 CDMA 2000 1X Overview Introduction CDMA (code division multiple access) is a mobile digital radio technology

More information

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Department of Electrical and Computer Systems Engineering Technical Report MECSE-6-2006 Medium Access Control (MAC) Schemes for Quality of Service (QoS) provision of Voice over Internet Protocol (VoIP)

More information

QualNet Wireless Model Library

QualNet Wireless Model Library QualNet 4.5.1 Wireless Model Library July 2008 Scalable Network Technologies, Inc. 6100 Center Drive, Suite 1250 Los Angeles, CA 90045 Phone: 310-338-3318 Fax: 310-338-7213 http://www.scalable-networks.com

More information

Module 6: Wireless Mobile Networks

Module 6: Wireless Mobile Networks Module 6: Wireless Mobile Networks SMD123 Computer Communications Kaustubh Phanse Department of Computer Science and Electrical Engineering Luleå University of Technology Lecture Objectives Wireless links

More information

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations Mobile Telephony Networks 1 The Evolution of Mobile Telephony 1st Generation 2nd 3rd 4th Analogue Voice

More information

Mesh Networks

Mesh Networks Institute of Computer Science Department of Distributed Systems Prof. Dr.-Ing. P. Tran-Gia Decentralized Bandwidth Management in IEEE 802.16 Mesh Networks www3.informatik.uni-wuerzburg.de Motivation IEEE

More information

Simulating Well-Known Protocols

Simulating Well-Known Protocols Using Qualnet Part I ulating Well-Known Protocols Why Qualnet? Rapid prototyping of protocols Comparative performance evaluation of alternative protocols at each layer Built-in measurements on each layer

More information

PERSONAL communications service (PCS) provides

PERSONAL communications service (PCS) provides 646 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 5, NO. 5, OCTOBER 1997 Dynamic Hierarchical Database Architecture for Location Management in PCS Networks Joseph S. M. Ho, Member, IEEE, and Ian F. Akyildiz,

More information

Chapter 3. 3G Operational Issues. For internal circulation of BSNL only Page 1

Chapter 3. 3G Operational Issues. For internal circulation of BSNL only Page 1 Chapter 3 3G Operational Issues For internal circulation of BSNL only Page 1 3G Operational Issues Introduction The Mobile communication networks has evolved from basic GSM to GPRS, EDGE and now to UMTS.

More information

Lecture 4: Wireless MAC Overview. Hung-Yu Wei National Taiwan University

Lecture 4: Wireless MAC Overview. Hung-Yu Wei National Taiwan University Lecture 4: Wireless MAC Overview Hung-Yu Wei National Taiwan University Medium Access Control Topology 3 Simplex and Duplex 4 FDMA TDMA CDMA DSSS FHSS Multiple Access Methods Notice: CDMA and spread spectrum

More information

Chapter 6 Wireless and Mobile Networks

Chapter 6 Wireless and Mobile Networks Chapter 6 Wireless and Mobile Networks Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004. 6: Wireless and Mobile Networks 6

More information

Effect Change of Speed on Delay and Throughput for Handover Types in Mobile WI-Max Network

Effect Change of Speed on Delay and Throughput for Handover Types in Mobile WI-Max Network International Journal of Modern Communication Technologies & Research (IJMCTR) Effect Change of Speed on Delay and Throughput for Handover Types in Mobile WI-Max Network Sana Mahmoud Eltayeb Almansour,

More information

Basics of GSM in depth

Basics of GSM in depth This document will be helpful for the telecom engineers who deal with GSM as well as for the fresher /interested readers. This document has some advantages over other GSM texts in that it quickly gets

More information

5. Functions and Procedures within GPRS

5. Functions and Procedures within GPRS GPRS Functions Page 41 5. Functions and Procedures within GPRS Within GPRS-Networks a large row of Functions and procedures have to be realised to enable the transport of packet switched data. These Functions

More information

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Lecture overview Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Modifications and derivatives of GSM Introduction of half-rate speech coding (BR 6.5 kb/s) Two users

More information

OSBRiDGE 24XL(i) Configuration Manual. Firmware 2.05b9

OSBRiDGE 24XL(i) Configuration Manual. Firmware 2.05b9 OSBRiDGE 24XL(i) Configuration Manual Firmware 2.05b9 1. Initial setup and configuration. OSBRiDGE 24XL devices are configurable via WWW interface. Each device uses following default settings: IP: 192.168.1.250

More information

Over-The-Top (OTT) Aggregation Solutions

Over-The-Top (OTT) Aggregation Solutions Over-The-Top (OTT) Aggregation Solutions Omkar Dharmadhikari, Wireless Architect odharmadhikari@cablelabscom CableLabs February 12, 2019 Agenda Introduction Why aggregation is important? Traditional Aggregation

More information

Agenda. What are we looking at? Introduction. Aim of the project. IP Routing

Agenda. What are we looking at? Introduction. Aim of the project. IP Routing Agenda Handoffs in Cellular Wireless Networks: The Daedalus Implementation & Experience by Shrinivasan Seshan, Hari Balakrishnan Randy H. Katz A short presentation by Aishvarya Sharma Dept of Computer

More information

University of Würzburg Institute of Computer Science Research Report Series. Performance Comparison of Handover Mechanisms in Wireless LAN Networks

University of Würzburg Institute of Computer Science Research Report Series. Performance Comparison of Handover Mechanisms in Wireless LAN Networks University of Würzburg Institute of Computer Science Research Report Series Performance Comparison of Handover Mechanisms in Wireless LAN Networks Rastin Pries and Klaus Heck Report No. 339 September 2004

More information

Signaling System 7 (SS7) By : Ali Mustafa

Signaling System 7 (SS7) By : Ali Mustafa Signaling System 7 (SS7) By : Ali Mustafa Contents Types of Signaling SS7 Signaling SS7 Protocol Architecture SS7 Network Architecture Basic Call Setup SS7 Applications SS7/IP Inter-working VoIP Network

More information

CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN

CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN 26 CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN Due to the continuous research progress in the field of WSN, it is essential to verify the new hardware and software design and

More information

FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE

FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE GPRS (General Packet Radio Service) Enhance GSM to transport data in an

More information

Initial PHY Layer System Proposal for Sub 11 GHz BWA

Initial PHY Layer System Proposal for Sub 11 GHz BWA Initial PHY Layer System Proposal for Sub 11 GHz BWA Document Number: 802.16.3p-00/40 Date Submitted: 2000-11-08 Source: Anader Benyamin-Seeyar Voice: (514) 822-2014 Harris Corporation Inc. Fax: (514)

More information

ENSC 835 HIGH PERFORMANCE NETWORKS. PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update

ENSC 835 HIGH PERFORMANCE NETWORKS. PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update ENSC 835 HIGH PERFORMANCE NETWORKS PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update 1 Frank Zimmermann Frank.Zimmermann@gmx.net Roadmap Project goals GPRS overview

More information

Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan

Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan Table of Contents 1 SCOPE... 10 2 REFERENCES... 10 3 ABBREVIATIONS... 11 4 OVERVIEW... 14 5 TEST CONFIGURATION... 16 5.1 NETWORK

More information

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES Karann Chew, Rahim Tafazolli University of Surrey, United Kingdom Abstract - GPRS is part of the evolution

More information

QualNet 4.0 Model Library: Wireless

QualNet 4.0 Model Library: Wireless QualNet 4.0 Model Library: Wireless December 2006 Scalable Network Technologies, Inc. 6701 Center Drive West, Suite 520 Los Angeles, CA 90045 Phone: 310-338-3318 Fax: 310-338-7213 http://www.scalable-networks.com

More information

Local Area Networks NETW 901

Local Area Networks NETW 901 Local Area Networks NETW 901 Lecture 4 Wireless LAN Course Instructor: Dr.-Ing. Maggie Mashaly maggie.ezzat@guc.edu.eg C3.220 1 Contents What is a Wireless LAN? Applications and Requirements Transmission

More information

Information Technology Mobile Computing Module: GSM Handovers

Information Technology Mobile Computing Module: GSM Handovers Information Technology Mobile Computing Module: GSM Handovers Learning Objectives What is handover? Why handover are required? Types of handovers(hard and Soft) Types of Handovers in GSM(Intra cell, Inter

More information

Data and Computer Communications. Chapter 13 Wireless LANs

Data and Computer Communications. Chapter 13 Wireless LANs Data and Computer Communications Chapter 13 Wireless LANs Wireless LAN Topology Infrastructure LAN Connect to stations on wired LAN and in other cells May do automatic handoff Ad hoc LAN No hub Peer-to-peer

More information

Signaling Protocol Encoding and Simulation for Third Generation CDMA Network Air-Interface

Signaling Protocol Encoding and Simulation for Third Generation CDMA Network Air-Interface 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 2015, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

More information

Handover between Macrocell and Femtocell for UMTS based Networks

Handover between Macrocell and Femtocell for UMTS based Networks Handover between Macrocell and Femtocell for UMTS based Networks Mostafa Zaman Chowdhury, Won Ryu, Eunjun Rhee, and Yeong Min Jang Kookmin University, Korea Electronic and Telecommunications Research Institute

More information

WNC-0300USB. 11g Wireless USB Adapter USER MANUAL

WNC-0300USB. 11g Wireless USB Adapter USER MANUAL WNC-0300USB 11g Wireless USB Adapter USER MANUAL Contents 1. Introduction...3 1.1 Product Feature...3 1.2 System Requirement...3 2. Getting Start...3 2.1 LED Indicators...3 2.2 Install the 54Mbps Wireless

More information

NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES

NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES (Selected from CEMA 12 Conference) L. Narbutaitė, R. Brūzgienė, E. Kačerginskis Kaunas University

More information

University of Agder Department of Information and Communication Technology EXAM

University of Agder Department of Information and Communication Technology EXAM University of Agder Department of Information and Communication Technology EXAM Course code: IKT 444 Course title: Mobile Communication Networks Date: Tuesday, 6 th December 2016 Duration: 09:00 13:00

More information

Chapter 3 GSM and Similar Architectures

Chapter 3 GSM and Similar Architectures CSF645 Mobile Computing 行動計算 Chapter 3 GSM and Similar Architectures 吳俊興 國立高雄大學資訊工程學系 Chapter 3 GSM and Similar Architectures 3.1 GSM Services and System Architecture 3.2 Radio Interfaces 3.3 Protocols

More information

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Mostafa Zaman Chowdhury, Yeong Min Jang, and Zygmunt J. Haas * Department of Electronics Engineering, Kookmin

More information

15-441: Computer Networking. Wireless Networking

15-441: Computer Networking. Wireless Networking 15-441: Computer Networking Wireless Networking Outline Wireless Challenges 802.11 Overview Link Layer Ad-hoc Networks 2 Assumptions made in Internet Host are (mostly) stationary Address assignment, routing

More information

CSC 4900 Computer Networks: Wireless Networks

CSC 4900 Computer Networks: Wireless Networks CSC 4900 Computer Networks: Wireless Networks Professor Henry Carter Fall 2017 Last Time Mobile applications are taking off! What about current platforms is fueling this? How are an application s permission

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

More information

No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after.

No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after. Administrivia No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after. 1 CSMA/CA: Recap Sensing in wireless medium is limited

More information

An efficient trigger to improve intra-wifi handover performance

An efficient trigger to improve intra-wifi handover performance An efficient trigger to improve intra-wifi handover performance Roberta Fracchia, Guillaume Vivier Motorola Labs, Parc les Algorithmes, Saint-Aubin, 91193 Gif-sur-Yvette, France Abstract Seamless mobility

More information

Efficient Transmission of H.264 Video over WLANs

Efficient Transmission of H.264 Video over WLANs Efficient Transmission of H.264 Video over WLANs Yaser P. Fallah March 2007 UBC 1 Multimedia Communications Multimedia applications are becoming increasingly popular Video on mobile devices (cell phones,

More information

Wireless and Mobile Network Architecture

Wireless and Mobile Network Architecture Wireless and Mobile Network Architecture Chapter 2: Mobility Management Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Sep. 2006 1 Outline Introduction

More information

Design and Analysis of LTE Wireless System using Various Advanced Techniques

Design and Analysis of LTE Wireless System using Various Advanced Techniques IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 2016 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Design and Analysis of LTE Wireless System using Various Advanced Techniques 1 Parul Chopra, 2 Dr. Deepak

More information

Wireless Communication Systems. Lesson Outline

Wireless Communication Systems. Lesson Outline Wireless Communication Systems Kimmo Raatikainen kimmo.raatikainen@cs.helsinki.fi Petrozavodsk Kimmo Raatikainen September 7, 2004 Lesson Outline GSM Data GPRS High Speed Circuit Switched Data Wireless

More information

IEEE C /08

IEEE C /08 2003-01-10 IEEE C802.20-03/08 Project Title IEEE 802.20 Working Group on Mobile Broadband Wireless Access A Vision of an IP-based Cellular Network Date Submitted

More information

UMTS & New Technologies «Wireless data world»

UMTS & New Technologies «Wireless data world» EPFL Section Systèmes de Communication Cours Mobile Networks UMTS & New Technologies «Wireless data world» Alexandre LEHERICEY Radio Access Engineering 21/12/2004 mailto: alexandre.lehericey@orange.ch

More information

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea {kka1, tongsok}@kt.co.kr

More information

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017 INTRODUCTION TO GSM DATA SERVICES ETI25111 Monday, April 3, 2017 BASIC GSM SERVICES 1. Teleservices (a) Voice full-rate (13kbs) (b) Voice Half-rate (6.5 kbps) (c) SMS (up to 160 characters) (d) MMS (e)

More information

Buletinul Ştiinţific al Universităţii "Politehnica" din Timişoara. Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS

Buletinul Ştiinţific al Universităţii Politehnica din Timişoara. Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Buletinul Ştiinţific al Universităţii "Politehnica" din Timişoara Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Tom 58(72), Fascicola 2, 2013 Mobility in LTE Alexandra

More information

Wireless and Mobile Networks 7-2

Wireless and Mobile Networks 7-2 Wireless and Mobile Networks EECS3214 2018-03-26 7-1 Ch. 6: Wireless and Mobile Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers (5-to-1)! # wireless Internet-connected

More information

Interference in Femtocell Networks. Roger Piqueras Jover ELEN E6951 Wireless & Mobile Networking II April 13th 2009

Interference in Femtocell Networks. Roger Piqueras Jover ELEN E6951 Wireless & Mobile Networking II April 13th 2009 Interference in Femtocell Networks Roger Piqueras Jover ELEN E6951 Wireless & Mobile Networking II April 13th 2009 Overview Wireless cellular networks Current challenges in cellular networks Femtocell

More information

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017 GLOBAL SYSTEM FOR MOBILE COMMUNICATION (2) ETI2511 Friday, 31 March 2017 1 SYLLABUS GSM General architecture and interfaces of cellular system and the PSTN and Internet networks: BTS, MSC, Internetworking,

More information

Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks

Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks Izhak Rubin and Runhe Zhang Abstract We introduce Unmanned Vehicles (UVs) to aid the operation of the mobile

More information

A Centralized Approaches for Location Management in Personal Communication Services Networks

A Centralized Approaches for Location Management in Personal Communication Services Networks A Centralized Approaches for Location Management in Personal Communication Services Networks Fahamida Firoze M. Tech. (CSE) Scholar, Deptt. Of CSE, Al Falah School of Engineering & Technology, Dhauj, Faridabad,

More information

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS GPRS: Wireless links, multiple base transmitter stations, base station controller and cell update Fall 2003 Final

More information

DECODIO. for TETRA. Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE

DECODIO. for TETRA. Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE DECODIO for TETRA Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE DECODIO for TETRA Decodio NET for TETRA is a highly flexible

More information

Simulating Well-Known Protocols

Simulating Well-Known Protocols Using QualNet Part I Simulating Well-Known Protocols Why QualNet? Rapid prototyping of protocols Comparative performance evaluation of alternative protocols at each layer Built-in measurements on each

More information

Real-World Experience with a Mobile Broadband Network

Real-World Experience with a Mobile Broadband Network Real-World Experience with a Mobile Broadband Network Dr. Jin Yang Verizon Wireless jin.yang@ieee.org September 23, 2004 IEEE Communications Society Oakland-East Bay Chapter, CA Outline Introduction Overview

More information

GSM and Similar Architectures Lesson 13 GPRS

GSM and Similar Architectures Lesson 13 GPRS GSM and Similar Architectures Lesson 13 GPRS 1 Two switching modes Circuit Switching Packet switching 2 Circuit switching A connection first sets up Then the entire data transmits through the path that

More information

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Acknowledgments: Lecture slides are from Computer networks course thought by Jennifer Rexford at Princeton University. When slides are obtained

More information

Customer Training Catalog Training Programs WCDMA RNP&RNO

Customer Training Catalog Training Programs WCDMA RNP&RNO Customer Catalog Programs WCDMA RNP&RNO HUAWEI Learning Service 2019 COMMERCIAL IN CONFIDENCE 1 CONTENTS 1 Solution... 3 1.1 WCDMA RNP&RNO Path... 3 1.2 Solution... 4 1.2.1 WCDMA Radio Network Planning

More information

Performance of Soft Handover FBSS Compared to Hard Handover in case of High Speed in IEEE e for Multimedia Traffic

Performance of Soft Handover FBSS Compared to Hard Handover in case of High Speed in IEEE e for Multimedia Traffic SETIT 2009 5 th International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 22-26, 2009 TUNISIA Performance of Soft Handover FBSS Compared to Hard Handover

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE Jamil Y. Khan 1, Pratik Das 2 School of Electrical Engineering and Computer Science, University of Newcastle, Callaghan, NSW 238,

More information

Advanced Computer Networks. WLAN, Cellular Networks

Advanced Computer Networks. WLAN, Cellular Networks Advanced Computer Networks 263 3501 00 WLAN, Cellular Networks Patrick Stuedi Spring Semester 2013 Oriana Riva, Department of Computer Science ETH Zürich Last week Medium Access COPE Today Last week Short

More information

Measurements in the wireless

Measurements in the wireless Contents Measurements in the wireless Lecture slides for S-38.3183 6.4.2006 Mika Ilvesmäki Motivation Wireless environment spesifics Wireless trace collection Wireless measurement methods Mobility measurements

More information

Section 4 GSM Signaling BSSMAP

Section 4 GSM Signaling BSSMAP Section 4 GSM Signaling BSSMAP BSS management messages (BSSMAP) between MSC and BSS (BSC/ BTS), which are necessary for resource management, handover control, paging order etc. The BSSMAP messages can

More information

New service standardisation approach

New service standardisation approach UMTS Part of the IMT 2000 family 3 nd Generation digital cellular mobile system Approximately old (GSM + GPRS) core network + new radio access network (UTRAN) including new radio interface (WCDMA) New

More information