Institutions and Organizations today are facing several unique communication challenges:

Size: px
Start display at page:

Download "Institutions and Organizations today are facing several unique communication challenges:"

Transcription

1 CHAPTER 1 Introduction Institutions and Organizations today are facing several unique communication challenges: the proliferation of electronic messages across their enterprise; the need to provide employees, customers, students and partners with consistent information; the desire to better equip information workers with meaningful information to drive informed decisions; and the mandate to control costs without sacrificing application, availability, security or reliability. Various types of SMS text messages can be sent from multiple platforms, applications and devices to making it easier to connect internal and external systems and deliver robust, integrated intelligent solutions that help drive informed decisions and increase productivity across the entire organization by controlling costs without sacrificing performance, availability, or scalability. The simplicity, speed and convenience of Short Messaging Service (SMS) have helped promote its wide usage. Initially, the usage of SMS was to complement the functions of a standard mobile phone. Lately, many have started to commercialize the usage of the SMS, for instance, sending money (M-Pesa), shopping for commodities from retail stores, paying for electricity and water bills, and querying bank account balances among others. This project takes advantage of the convenience and speed of the SMS technology, so as to design and implement an application that would enable students retrieve their examination results via SMS. 1

2 1.1 Problem Statement The project aims at reducing the havoc students go through to travel long distances, queue at examination offices or crowd at notice boards to view their results. It even goes further to reduce the amount of paper work that would otherwise be involved during preparation and presentation of these results. The student is registered and student details stored in a database. The student sends as SMS with a service code to server. It validates the service code and processes the student request. An SMS notifying the student of his/her results is then ensued. 1.2 Objective Objectively, this project sets out three main purposes for its relevance. Firstly, that the success of this project will be crucial in explaining its adoption by the University of Nairobi, Department of Electrical and Electronic Engineering. Secondly, that the examination results are secure within the database that stores examination results. Lastly, that it is simple and easily understood by the end-users. For simplicity, I have split this paper into four broad sections. In the first section, I present the literature review on SMS technology. In section two, I provide a brief discussion on databases, PC-to-mobile connectivity using AT commands. The methodology of design and implementation is in section three, whereas the fourth section handles results of the experimental analysis. This report concludes by discussing the limitations faced during design and implementation and recommendations for future work. 2

3 CHAPTER 2 LITERATURE REVIEW 2.1 SMS Theory SMS stands for Short Messaging Service. A Short Messaging Service is a binary string that contains all the necessary information to form the message header needed for transportation and the message body that contains the payload. The basic addressing scheme of SMS messages are mobile telephone numbers called MSISDN. This technology enables the sending and receiving of messages between mobile phones. SMS first appeared in Europe in It was included in the GSM standards and later ported to wireless technologies like CDMA and TDMA. The GSM and SMS standards were originally developed by ETSI. ETSI is abbreviated to mean European Telecommunications Standards Institute. Now 3GPP is responsible for the development and maintenance of the GSM and SMS standards. As the name suggests Short Messaging Service, the data that can be held by an SMS is at most 140 bytes. This actually implies that one SMS message can contain up to: 160 characters if 7-bit character encoding is used. 7-bit character encoding is suitable for encoding Latin characters e.g. English alphabets. 70 characters if 16-bit Unicode UCS2 character encoding is used. This is mainly used in text messages containing non-latin characters like Chinese. 3

4 An SMS message can carry binary data. This makes it possible to send ringtones, pictures, operator logos, wallpapers, animations, business cards and WAP configurations to a mobile phone via SMS. SMS is a success all over the world. The number of SMS messages exchanged every day is enormous. SMS messaging is now one of the most important revenue sources of wireless carriers. The SMS technology presents the following merits: SMS Messages can be Sent and Read at Any Time; almost every person has a mobile phone and carries it most of the time. SMS Messages can be sent to an Offline Mobile Phone; an SMS can be sent to a mobile phone that is switched off or if the recipient of the text is in a place where the wireless signal is temporarily unavailable. SMS Messages are supported by 100% GSM mobile phones and can be exchanged between different wireless carriers. SMS supports reverse billing, which enables payment to be made conveniently. 2.2 Short Messaging Service Centre A Short Messaging Service Centre, usually abbreviated as SMSC, is responsible for handling the SMS operations of a wireless network. When an SMS message is sent from a mobile phone, it will reach an SMSC first. The SMSC then forwards the SMS message towards the destination. An SMS message may need to pass through more than one network entity (e.g. SMSC and SMS gateway) before reaching the destination. 4

5 The main duty of an SMSC is to route SMS messages and regulate the process. Figure1. Basic Network Architecture for an SMSC Figure 1 represents the basic network architecture for an SMSC deployment handling multiple input sources, including a voic system (VMS), Web-based messaging, integration, and other external short message entities (ESMEs). Communication with the wireless network elements such as the home location register (HLR) and mobile switching center (MSC) is achieved through the signal transfer point (STP). Visitor Location Register (VLR) The visitor location register is a database that contains temporary information about subscribers homed in one HLR who are roaming into another HLR. MSC The MSC performs the switching functions of the system and controls calls to and from other telephone and data systems. The MSC will deliver short message to the specific mobile subscriber through the base station. 5

6 Air Interface The air interface is defined in each one of the different wireless technologies (GSM, TDMA, and CDMA). These standards specify how the voice or data signals are transferred from the MSC to the handset and back, as well as the utilization of transmission frequencies, considering the available bandwidth and the system s capacity constraints. 2.3 SMS Gateway The SMS gateway is a relay between two SMSCs. It translates one SMSC protocol to another in order to facilitate two different wireless carriers to interconnect their SMSCs for purposes such as, enabling the exchange of inter-operator SMS messages. Any two SMSCs cannot connect if they do not support a common SMSC protocol. Figure2: An SMS gateway acts as a relay between two SMS centers 6

7 To connect to an SMS gateway, you can use an SMSC protocol such as SMPP and CIMD. Some SMS gateways support an HTTP / HTTPS interface. HTTP / HTTPS are easier to use than SMSC protocols. The drawback is that there may be fewer SMS features to use. For example, an SMS gateway may not support the sending of picture messages through the HTTP / HTTPS interface Basic services The Short Message Service comprises of two basic services: SM MT (Short Message Mobile Terminated); SM MO (Short Message Mobile Originated). SM MT denotes the capability of the GSM system to transfer a short message submitted from the SMSC to one MS, and to provide information about the delivery of the short message either by a delivery report or a failure report with a specific mechanism for later delivery. SM MO denotes the capability of the GSM system to transfer a short message submitted by the MS to one SME via an SMSC, and to provide information about the delivery of the short message either by a delivery report or a failure report. The message must include the address of that SME to which the SMSC shall eventually attempt to relay the short message. 7

8 2.3.2 Short Message Service elements Validity-Period Service-Centre-Time-Stamp Status report capabilities Validity-Period The Validity-Period parameter value indicates the time period for which the SMS is valid, i.e. how long the SMSC shall guarantee its existence in the SMSC memory before delivery to the recipient. Service-Centre-Time-Stamp The Service-Centre-Time-Stamp is the information element by which the SMSC informs the recipient about the time of arrival of the SMS. Sender: Year: Month: Day: Hour: Minute: Second: Status report capabilities The SMS also offers to the SMSC the capabilities of informing the MS of the status of a previously sent mobile originated short message. The status of the message can be: Successfully delivered to the SME; The SMSC was not able to forward the message to the SME. The reason can be an error of permanent or temporary nature. Permanent errors can be e.g. validity period expired, invalid SME address. 8

9 2.4 GSM Modem A GSM modem is a wireless modem that works with a GSM wireless network. A wireless modem behaves like a dial-up modem. The main difference between them is that a dial-up modem sends and receives data through a fixed telephone line while a wireless modem sends and receives data through radio waves. A GSM modem can be an external device or a PC Card / PCMCIA Card. Typically, an external GSM modem is connected to a computer through a serial cable or a USB cable. Like a GSM mobile phone, a GSM modem requires a SIM card from a wireless carrier in order to operate. The number of SMS messages that can be processed by a GSM modem per minute is about six to ten SMS messages per minute. 2.5 GPRS Modem A GPRS modem is a GSM modem that additionally supports the GPRS technology for data transmission. It is a packet-switched technology that is an extension of GSM whereas GSM is a circuit-switched technology. A key advantage of GPRS over GSM is that GPRS has a higher data transmission speed. If SMS over GPRS is used, then about 30 SMS messages per minute may be achieved. This is much faster than using the ordinary SMS over GSM that averages at approximately six. 9

10 2.6 Drawbacks of the SMS Technology One SMS message can only carry a very limited amount of data. To overcome this drawback, an extension called concatenated SMS (also known as long SMS) was developed. A concatenated SMS text message can contain more than 160 English characters. The drawback of concatenated SMS is that it is less widely supported than SMS on wireless devices. Another major drawback is an SMS message cannot include rich-media content such as pictures, animations and melodies. EMS (Enhanced Messaging Service) was developed in response to this. The drawback of EMS is that it is less widely supported than SMS on wireless devices. Also, many EMS-enabled wireless devices only support a subset of the features defined in the EMS specification. A certain EMS feature may be supported on one wireless device but not on the other. 10

11 CHAPTER 3 DATABASES A database is a collection of information, tables and other objects organized and presented to serve a specific purpose, such as facilitating searching, sorting and recombining data. Databases can either be in the form of cards, paper files or electronic. An electronic database is any collection of data that is specially and specifically organized for rapid search and retrieval by a computer. Advantages of electronic database Searching speed: electronic databases with powerful servers can be searched through a query in a couple of seconds on any millions of records. Flexibility on data level: having structures of data one can build different templates of the same data. Archive advantage: when the database is properly designed and maintained, it will still search rapid and return results fast several years down the line. Future growth advantage: with electronic databases one can easily redesign without having a reason to rewrite everything like it would in the case of a manual database. Variety of share points: an electronic database can be accessed by many users at the same time. Examples of electronic databases include; Microsoft Access, PostgreSQL, Microsoft SQL, Oracle, MySQL etc. 11

12 3.1 SQL Express SQL Express is a client/server relational database management system (RDBMS). The terms client/server are used to refer to very general concepts or specific items of hardware or software. A client is any component of a system that requests services or resources from other system components. A server is any system component that provides services or resources to other system components. An RDBMS is a collection of data organized in two-dimensional tables consisting of named columns and unique rows. Each table represents the mathematical concept of a relation as defined in set theory. In set theory columns are known as attributes and rows are known as tuples. The operations that may be performed on tables are similarly based on manipulation of relations to produce new relations, usually referred to as queries or views. Microsoft SQL server controls access to your data to ensure that multiple users can work with it concurrently, to provide fast access to it and ensure only authorized users can obtain access. Hence, SQL Express is a multi-user, multi-threaded server. 3.2 Database file types Database files are categorized into three types: Primary data file. This file is the starting point of the database. Every database must have one, but only one. Primary data filenames have an.mdf extension. 12

13 Secondary data files. These files are optional and can hold all data and objects that are not on the primary data file. A database does not have to have secondary data files, but may have secondary data files. Secondary data filenames have an.ndf extension. Log files. These files hold all the transaction log information used to recover the database. Every database has at least one log file. Log filenames have an.ldf extension. 3.3 The Design Process The best way of understanding database design is to start with an all-in-one, flat-file table design then later on tossing in sample data to examine what happens. By analyzing sample data, one will be able to identify the problems caused by the initial design. Modification of the design to eliminate the problems is therefore of primary importance. Modification and re-modification is a continual process until a consistent and problem-free design is achieved. Ultimately, the design will depend on the complexity of the data, each time the database is designed. However, the following are vital points to any design process: Break composite fields down into constituent parts. Example: name becomes lastname and firstname. Create a key field which uniquely identifies each record. 13

14 Eliminate repeating groups of fields. Example: if a table contains fields Location 1, Location 2, Location 3 containing similar data, it is a sure warning sign. Eliminate record modification, deletion and addition problems by ensuring each non-key field depends on the entire key. To achieve this, create a separate table for any information that is used in multiple records, and then use a key to link these tables to one another. SQL Express is based on the relational data model and uses SQL as its query language. The relational data models: 1. It is a model that is easily understood and visualized. 2. Reduced data redundancy. 3. Independent physical storage and logical database structures. 4. Its integrity laws are easy to develop and understand. 14

15 CHAPTER 4 MOBILE PHONE & PC CONNECTIVITY There are two widely used ways through which a mobile phone can be physically connected to a computer: Via Bluetooth Via serial data cable Commands are sent to the phone to perform certain tasks; these commands are the same regardless of the type of connection used. 4.1 AT Commands AT commands are instructions used to control a modem. AT is the abbreviation of ATtention. Since every command line starts with "AT" or "at" hence the name AT commands. Many of the commands that are used to control wired dial-up modems are also supported by GSM/GPRS modems and mobile phones. GSM/GPRS modems and mobile phones support an AT command set that is specific to the GSM technology, which includes SMS-related commands like AT+CMGS (Send SMS message), AT+CMSS (Send SMS message from storage), AT+CMGL (List SMS messages) and AT+CMGR (Read SMS messages). 15

16 4.2 Basic Commands and Extended Commands There are two types of AT commands: Basic commands Extended commands. Basic commands are AT commands that do not start with "+". For example, D (Dial), A (Answer), H (Hook control) and O (Return to online data state) are basic commands. Extended commands are AT commands that start with "+". All GSM AT commands are extended commands. For example, +CMGS (Send SMS message), +CMSS (Send SMS message from storage), +CMGL (List SMS messages) and +CMGR (Read SMS messages) are extended commands. All SMS messaging commands are extended AT commands. Some of the tasks that can be achieved using AT commands with a GSM/GPRS modem or mobile phone include: Get basic information about the mobile phone or GSM/GPRS modem. For example, name of manufacturer (AT+CGMI), IMEI number (AT+CGSN) Get basic information about the subscriber. For example, IMSI number (AT+CIMI). Get the current status of the mobile phone or GSM/GPRS modem. For example, mobile phone activity status (AT+CPAS) Establish a data connection or voice connection to a remote modem ATD (Dial), ATA (Answer). Send and receive fax (ATD, ATA, AT+F*). 16

17 Send (AT+CMGS, AT+CMSS), read (AT+CMGR, AT+CMGL), write (AT+CMGW) or delete (AT+CMGD) SMS messages and obtain notifications of newly received SMS messages (AT+CNMI). Read (AT+CPBR), write (AT+CPBW) or search (AT+CPBF) phonebook entries. Control the presentation of result codes / error messages of AT commands. For example, you can control whether to enable certain error messages (AT+CMEE) and whether error messages should be displayed in numeric format or verbose format (AT+CMEE=1 or AT+CMEE=2). Get or change the configurations of the mobile phone or GSM/GPRS modem. For example, change the GSM network (AT+COPS). Save and restore configurations of the mobile phone or GSM/GPRS modem. For example, save (AT+CSAS) and restore (AT+CRES) settings related to SMS messaging such as the SMS center address. Generally, GSM/GPRS modems designed for wireless applications have better support of AT commands than ordinary mobile phones. 17

18 CHAPTER 5 DESIGN 5.1 Software Microsoft Windows XP OS It is a series of software and graphical user interfaces produced by Microsoft. Microsoft named the operating environment Windows and its availability is guaranteed. SQL Express SQL Express has gained a strong reputation for being the database of choice for the open source community. It is free for personal use so fits my need for an inexpensive solution. If the system was to become commercial the license is reasonable compared to other database products like Oracle. Visual Basic.Net Visual Basic.Net provides a complete set of tools to simplify rapid application development. The Visual part refers to the method used to create the GUI. Rather than writing numerous lines of code to describe the location and appearance of interface elements. The Basic part refers to the BASIC (Beginners All-Purpose Symbolic Instruction Code) language. 18

19 5.2 Hardware Computer The computer will host the database for the exam results, the script to decipher the short message and the SMS Gateway. GSM Phone Nokia 6070 was my choice model because of its compatibility with the AT commands that I used to generate my application. USB Data Cable CA-52 was my data cable of choice since it is compatible with Nokia 6070 hence connection to the PC. GSM Modem This was so as to facilitate the sending and receiving of text messages. 19

20 5.3 Approach I decided to use a modular system of approach because I saw the solution could be broken into four distinct parts. The benefit of a modular system is that I can test each part individually and in future replacing the weak links in the chain. Modules of approach: Developing a user-interface application that will necessitate entry of students examination results into the database. Creating a database and that will store the students examination results, incoming and outgoing messages. Devising a way in which the GSM phone will communicate with the PC to aid in retrieval of results from the database via SMS. A message server that would facilitate sending and receiving of SMSs during run-time. Roles Since I was the sole developer and end-user I felt it was important to ask myself a few critical questions: End-user: How easy is it for one to use the system? Answer: The system will allow one to query your examination results simply by sending an SMS to a pre-defined number. 20

21 Dean or Chairman: How much will the system cost? Answer: The administration costs are minimal with the main cost being the reply SMS to students. When the student base grows and the SMS traffic increases we can take out a service contract with a mobile provider and get a direct SMSC link and lower cost per SMS for students. Thus, the only capital cost is contracting a mobile service provider that will handle the bulk of SMSs and also provide a pre-defined text prefix number. Technical Analyst: How many SMS messages can the system handle? Answer: With a good SMSC link the system can process, on average 15 text messages per second. Student: How confidential are my examination results? Answer: Every student will have a secret pin number that he/she will use to query his/her results. However, there will be a default pin number. Programmer: How will I keep the code understandable? Answer: VB.Net is already a fairly English language so it will be understandable to those working on the project even at a later date. Commenting within the code also helps in explaining part of the code. 21

22 Hardware Environment Processor: Pentium 4 Hard Disk Storage: 160 GB RAM: 512 MB GSM mobile phone used to access the GSM Network. The GSM phone functioned as a GSM modem. Software Environment OS: Windows XP Database: SQL Express Compiler Language: VB.Net 22

23 5.4 Implementation The application is divided into 3 major modules: Database Phone to PC connectivity using AT commands User interface The database stores the students details and incoming and outgoing messages. Once this is developed, phone to PC connectivity then follows. This connectivity will allow the GSM phone to communicate with the PC therefore acting as a modem. It would manage the sending and retrieval of messages. The user interface aids in entering student details into the database. 23

24 CHAPTER 6 RESULTS AND EVALUATION 6.1 RESULTS Upon successful registration of students details, the details were stored in a database. The student sends an SMS with service code to server. It is validates the service code and processes the student request. A result notification is later ensued. The valid message syntax is: PJ62 # Reg. No # PIN Number # R1 PJ 62: request of SMS-ERQS service Reg. No: student s unique registration number PIN Number: to curb against unauthorized view of one s results. R1: 1 st year results summary. R5 in the case of 5 th years and so on. The PIN Number was set at a default figure of TESTING Testing the application was mandatory so as to ensure it functions consistently and correctly. System testing makes a logical assumption that if all the parts of the system are correct then the goal will be successfully achieved. I conducted numerous tests on the application to ascertain the SMS-RQS functionality and query response. 24

25 6.3 SETBACKS While working on the SMS-ERQS some minor and major setbacks were encountered. Minor Setbacks 1. While developing the application syntax errors like missing identifiers proved to be very annoying. 2. Locating the correct driver that would facilitate my database connection could not pass my mention. 3. During run-time the cost per tested transaction was 7/= this translated to the entire testing process being shyly costly. Major Setbacks 1. Configuring the GSM modem to send and receive messages during design time was not something to write home about. 2. Another major setback was integrating all the modules together to have the application function as a whole. 3. I had to purchase a phone that offered better and simpler compatibility features to the AT commands. Nokia 6070 proved very appropriate. 25

26 CHAPTER 7 CONCLUSION SMS-ERQS has been developed to case out the problems students face whenever they want to view their results and champion for an improvement of the present system. This system is expected to prove useful. The goals expected to be achieved by this system are: Simplify the retrieval of exam results. Increasing productivity by spending less time to process the results. Avoiding errors by minimizing human interaction during the retrieval of the examination results. Flexible for further enhancement. After successfully developing the system and testing it, the results obtained were very satisfactory. The system is easy to use, secure and available round the clock. 26

27 CHAPTER 8 RECOMMENDATIONS AND FUTURE WORK The modular approach with which was used to develop this system has different modules performing their tasks. This guarantees that should there be any changes that need to be done to the system then it can be easily achieved by making the required change without necessarily affecting the remaining part of the system. This system was limited to SMS. However, the scope for future enhancement would see this application being web-based as well. This will require a server-side scripting language e.g. PHP that will execute scripts on the server where the website is located. 27

28 CHAPTER 9 BIBLIOGRAPHY 1. Wikipedia: The online English Encyclopedia 2. Microsoft developers website 3. Databases 4. How stuff works 28

29 CHAPTER 10 APPENDIX 10.1 Excerpt of Code SMS Based Data Access Imports System.Data Imports RixDataAccessUtility Imports SmsBasedExamRRS.Core Public Class ExamResultDAO Public Sub New() End Sub Sub Insert(ByVal result As ExamResult) If Not Me.IsDuplicate(result) Then Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, result.id) dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, result.studentnumber) dataaccess.addparameter("@course", DbType.String, ParameterDirection.Input, result.course) dataaccess.addparameter("@unitcode", DbType.String, ParameterDirection.Input, result.unitcode.code) dataaccess.addparameter("@state", DbType.String, ParameterDirection.Input, result.state) dataaccess.addparameter("@grade", DbType.String, ParameterDirection.Input, result.grade) cmd.commandtext = "Insert into ExamResults values(@studentnumber,@course,@unitcode,@state,@grade)" Dim i As Integer = dataaccess.executenonquery(cmd) Else Throw New Exception("Duplicate results detected!") End If End Sub Sub Update(ByVal result As ExamResult) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, result.id) dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, result.studentnumber) dataaccess.addparameter("@course", DbType.String, ParameterDirection.Input, result.course) dataaccess.addparameter("@unitcode", DbType.String, ParameterDirection.Input, result.unitcode.code) 29

30 DbType.String, ParameterDirection.Input, result.state) DbType.String, ParameterDirection.Input, result.grade) cmd.commandtext = "Update ExamResults set Course=@Course,StudentNumber=@StudentNumber,UnitCode=@UnitCode,Grade=@Grade,S tate=@state Where ID=@ID" Dim i As Integer = dataaccess.executenonquery(cmd) End Sub Sub Delete(ByVal result As ExamResult) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, result.id) cmd.commandtext = "Delete ExamResults where ID=@ID" Dim i As Integer = dataaccess.executenonquery(cmd) End Sub Function IsDuplicate(ByVal result As ExamResult) As Boolean Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, result.studentnumber) dataaccess.addparameter("@course", DbType.String, ParameterDirection.Input, result.course) dataaccess.addparameter("@unitcode", DbType.String, ParameterDirection.Input, result.unitcode.code) cmd.commandtext = "Select * From ExamResults Where StudentNumber=@StudentNumber AND Course=@Course AND UnitCode=@UnitCode" Dim reader As IDataReader = dataaccess.executereader(cmd) Return reader.read End Function Function Read() As List(Of ExamResult) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text cmd.commandtext = "Select ID From ExamResults" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim list As New List(Of ExamResult) While (reader.read) list.add(me.fetchbyid(convert.toint32(reader("id")))) End While reader.close() Return list End Function Function FetchByID(ByVal id As Integer) As ExamResult Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, id) cmd.commandtext = "Select * From ExamResults Where ID=@ID" 30

31 Dim reader As IDataReader = dataaccess.executereader(cmd) Dim examresult As New ExamResult Dim unitdao As New UnitDAO If (reader.read) Then examresult.id = Convert.ToInt32(reader("ID")) examresult.course = reader("course") examresult.studentnumber = reader("studentnumber") examresult.unitcode = unitdao.fetchbycode(reader("unitcode")) examresult.grade = Convert.ToInt32([Enum].Parse(GetType(Grades), reader("grade").tostring)) examresult.state = Convert.ToInt32([Enum].Parse(GetType(ResultState), reader("state").tostring)) End If reader.close() Return examresult End Function Function FetchByCode(ByVal code As String) As ExamResult Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@code", DbType.String, ParameterDirection.Input, code) cmd.commandtext = "Select * From ExamResults Where Code=@Code" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim examresult As New ExamResult Dim unitdao As New UnitDAO If (reader.read) Then examresult.id = Convert.ToInt32(reader("ID")) examresult.course = reader("course") examresult.studentnumber = reader("studentnumber") examresult.unitcode = unitdao.fetchbycode(reader("unitcode")) examresult.grade = Convert.ToInt32([Enum].Parse(GetType(Grades), reader("grade").tostring)) examresult.state = Convert.ToInt32([Enum].Parse(GetType(ResultState), reader("state").tostring)) End If reader.close() Return examresult End Function Function FetchByStudent_UnitCode(ByVal studentnumber As String, ByVal unitcode As String) As ExamResult 'If unitcode Is Nothing Then ' unitcode = "None" 'End If Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, studentnumber) dataaccess.addparameter("@unitcode", DbType.String, ParameterDirection.Input, unitcode) cmd.commandtext = "Select * From ExamResults Where StudentNumber=@StudentNumber AND UnitCode=@UnitCode" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim examresult As New ExamResult 31

32 Dim unitdao As New UnitDAO If (reader.read) Then examresult.id = Convert.ToInt32(reader("ID")) examresult.course = reader("course") examresult.studentnumber = reader("studentnumber") examresult.unitcode = unitdao.fetchbycode(reader("unitcode")) examresult.grade = Convert.ToInt32([Enum].Parse(GetType(Grades), reader("grade").tostring)) examresult.state = Convert.ToInt32([Enum].Parse(GetType(ResultState), reader("state").tostring)) End If reader.close() Return examresult End Function Function FetchByStudent(ByVal studentnumber As String) As List(Of ExamResult) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, studentnumber) cmd.commandtext = "Select ID From ExamResults where StudentNumber=@StudentNumber" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim list As New List(Of ExamResult) While (reader.read) list.add(me.fetchbyid(convert.toint32(reader("id")))) End While reader.close() Return list End Function Function FetchByStudent_Course(ByVal studentnumber As String, ByVal course As String) As List(Of ExamResult) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@studentnumber", DbType.String, ParameterDirection.Input, studentnumber) dataaccess.addparameter("@course", DbType.String, ParameterDirection.Input, course) cmd.commandtext = "Select ID From ExamResults where StudentNumber=@StudentNumber AND Course=@Course" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim list As New List(Of ExamResult) While (reader.read) list.add(me.fetchbyid(convert.toint32(reader("id")))) End While reader.close() Return list End Function End Class 32

33 Student Data Access Imports System.Data Imports RixDataAccessUtility Imports SmsBasedExamRRS.Core Public Class StudentDAO Public Sub New() End Sub Sub Insert(ByVal student As Student) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, student.id) dataaccess.addparameter("@firstname", DbType.String, ParameterDirection.Input, student.firstname) dataaccess.addparameter("@middlename", DbType.String, ParameterDirection.Input, student.middlename) dataaccess.addparameter("@lastname", DbType.String, ParameterDirection.Input, student.lastname) dataaccess.addparameter("@regnumber", DbType.String, ParameterDirection.Input, student.registrationnumber) dataaccess.addparameter("@password", DbType.String, ParameterDirection.Input, student.password) dataaccess.addparameter("@registeredcourse", DbType.String, ParameterDirection.Input, student.registrationnumber) cmd.commandtext = "Insert into Students values(@firstname,@middlename,@lastname,@regnumber,@password,@registeredcours e)" Dim i As Integer = dataaccess.executenonquery(cmd) If (i > 0) Then 'Dim regcoursedao As New RegisteredCourseDAO 'For Each course As RegisteredCourse In student.registeredcourse ' 'If course.isnew Then ' regcoursedao.insert(course) ' 'Else ' ' regcoursedao.update(course) ' 'End If 'Next End If End Sub Sub Update(ByVal student As Student) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, student.id) dataaccess.addparameter("@firstname", DbType.String, ParameterDirection.Input, student.firstname) dataaccess.addparameter("@middlename", DbType.String, ParameterDirection.Input, student.middlename) 33

34 DbType.String, ParameterDirection.Input, student.lastname) DbType.String, ParameterDirection.Input, student.registrationnumber) DbType.String, ParameterDirection.Input, student.password) DbType.String, ParameterDirection.Input, student.registrationnumber) cmd.commandtext = "Update Students set FirstName=@FirstName,MiddleName=@MiddleName,LastName=@LastName, " _ + "RegNumber=@RegNumber,Password=@Password,RegisteredCourse=@RegisteredCourse Where ID=@ID" Dim i As Integer = dataaccess.executenonquery(cmd) If (i > 0) Then 'Dim regcoursedao As New RegisteredCourseDAO 'For Each course As RegisteredCourse In student.registeredcourse ' If (course.isnew) Then ' regcoursedao.insert(course) ' Else ' regcoursedao.update(course) ' End If 'Next End If End Sub Sub Delete(ByVal student As Student) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, student.id) cmd.commandtext = "Delete Students Where ID=@ID" Dim i As Integer = dataaccess.executenonquery(cmd) If (i > 0) Then Dim regcoursedao As New RegisteredCourseDAO For Each course As RegisteredCourse In student.registeredcourse regcoursedao.delete(course) Next End If End Sub Function IsDuplicate(ByVal student As Student) As Boolean End Function Function Read() As List(Of Student) Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text cmd.commandtext = "Select ID From Students" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim list As New List(Of Student) While (reader.read) 34

35 list.add(me.fetchbyid(convert.toint32(reader("id")))) End While Return list End Function Function FetchByID(ByVal id As Integer) As Student Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@id", DbType.Int32, ParameterDirection.Input, id) cmd.commandtext = "Select * From Students Where ID=@ID" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim student As New Student Dim regcoursedao As New RegisteredCourseDAO If (reader.read) Then student.id = Convert.ToInt32(reader("ID")) student.firstname = reader("firstname") student.middlename = reader("middlename") student.lastname = reader("lastname") student.registrationnumber = reader("regnumber") student.password = reader("password") student.registeredcourse = regcoursedao.fetch(student.registrationnumber) End If Return student End Function Function FetchByRegistrationNumber(ByVal regnumber As String) As Student Dim dataaccess As New DataAccessUtility Dim cmd As IDbCommand = dataaccess.icommand cmd.commandtype = CommandType.Text dataaccess.addparameter("@regnumber", DbType.String, ParameterDirection.Input, regnumber) cmd.commandtext = "Select * From Students Where RegNumber=@RegNumber" Dim reader As IDataReader = dataaccess.executereader(cmd) Dim student As New Student Dim regcoursedao As New RegisteredCourseDAO If (reader.read) Then student.id = Convert.ToInt32(reader("ID")) student.firstname = reader("firstname") student.middlename = reader("middlename") student.lastname = reader("lastname") student.registrationnumber = reader("regnumber") student.password = reader("password") student.registeredcourse = regcoursedao.fetch(student.registrationnumber) End If Return student End Function End Class 35

SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD

SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD OBJECTIVE: The main aim of this project will be to design a SMS driven automatic display board which can replace the currently used programmable electronic

More information

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 P OZNAN POZNAN UNIVERSIT UNIVERSITY Y OF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS No 54 Electrical Engineering 2007 Adrian KLIKS*

More information

Short Message Service (SMS)

Short Message Service (SMS) TECQUI Ayra M.-B. Short Message Service (SMS) Introduction Short message service is a mechanism of delivery of short messages over the mobile networks. It is a store and forward way of transmitting messages

More information

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS Mobile forensics SMS (Short Message Service) EMS, MMS, CBS How the Mobiles Work The Route of a Mobile Phone Telephone Call, (or SMS or user data traffic) SIM card Radio access network Core network MS/UE

More information

Ozeki Message Server 6 Product Guide. Last updated: 16th. March Number of pages: 185

Ozeki Message Server 6 Product Guide. Last updated: 16th. March Number of pages: 185 Last updated: 16th. March. 2006. Number of pages: 185 Table of contents TABLE OF CONTENTS 1 INTRODUCTION 4 Terms of use 5 Summary of changes 6 About Ozeki Message Server 6 7 Package contents 8 Ozeki Message

More information

Quick help quide to GSM PDU mode structure

Quick help quide to GSM PDU mode structure 1 (6) Quick help quide to GSM 07.05 PDU mode structure AT+CMGS Send Message Sends a message from the DTE to the network (SMS-SUBMIT): AT+CMGS=PDU The length of the actual

More information

Application Note. SIM7100_SMS_Application_Note_V

Application Note. SIM7100_SMS_Application_Note_V SIM7100 Application Note SMS 0 SIM7100_SMS_Application_Note_V0.01 2014-11-8 Document Title: SIM7100 SMS Application Note Version: 0.01 Date: 2015-02-10 Status: Document ID: Release SIM7100_SMS_Application_Note_V0.01

More information

Insights Into the SMS Industry and Market Trends

Insights Into the SMS Industry and Market Trends Insights Into the SMS Industry and Market Trends Stewart A. Skomra Director Business Development Qualcomm Enterprise Services E-Mail: sskomra@qualcomm.com Mobile: 858-740-4643 February 29, 2008 Wireless

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

How to handle SMS messages

How to handle SMS messages How to handle SMS messages This section gives examples of the AT commands for sending and receiving SMS (Small Message Service) messages with the GM12. First we will discuss what an SMS is, and some details

More information

28 Deploying IN Services in a Mobile Environment

28 Deploying IN Services in a Mobile Environment 28 Deploying IN Services in a Mobile Environment D. Haran Comverse Network Systems 170 Crossways Park Drive, Woodbury, New York 11797 USA Tel: (516) 677-7200, Fax: (516) 677-7355 E-mail danny_haran@comverse.com

More information

Group name :TECHNICAL MOTIVATION Members: Merris mary chacko Sneha baby thomas Ancy mariam babu Meena jose

Group name :TECHNICAL MOTIVATION Members: Merris mary chacko Sneha baby thomas Ancy mariam babu Meena jose Group name :TECHNICAL MOTIVATION Members: Merris mary chacko Sneha baby thomas Ancy mariam babu Meena jose Short message service (SMS) is a globally accepted wireless service. SMS appeared on the wireless

More information

TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET. Bornholm, October 2003

TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET. Bornholm, October 2003 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET Bornholm, October 2003

More information

Technical description of international mobile roaming May 2010

Technical description of international mobile roaming May 2010 Technical description of international mobile roaming May 2010 Prepared by the Ministry of Economic Development of New Zealand and the Department of Broadband, Communications and the Digital Economy of

More information

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE AN2007-06-V3.4.0 USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE February 20, 2007 Copyright 2007 by NAL Research Corporation The specifications in this document are subject to change at NAL Research

More information

REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO)

REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO) http://www.anacom.pt/template31.jsp?categoryid=235163 Determination of 9.2.2007 REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO) A. Framework 1. Within the scope of relevant

More information

A Methodology in Mobile Networks for Global Roaming

A Methodology in Mobile Networks for Global Roaming ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

SECURE SHORT MESSAGE PEER-TO-PEER PROTOCOL

SECURE SHORT MESSAGE PEER-TO-PEER PROTOCOL International Journal of Electronic Commerce Studies Vol.3, No.1, pp.45-60, 2012 SECURE SHORT MESSAGE PEER-TO-PEER PROTOCOL Saurabh Samanta National Institute of Technology Karnataka Surathkal, Srinivasnagar

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN 7 Location Management Strategies in Mobile Networks Vivek Kumar Department of Computer Science & Engineering Graphic Era University, Dehradun, INDIA vivekror7@gmail.com Narayan Chaturvedi Department of

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

More information

Telecommunication Services Engineering Lab

Telecommunication Services Engineering Lab Logistics Instructor Office: EV006-227, Tel: 1-514-8482424 ext 5846, Email: Glitho@ciiseconcordiaca URL: http://wwwececoncordiaca/~glitho/ Office hours: Friday: 3 pm 5 pm Time: Friday, 17h45-20h15 Room

More information

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD EUROPEAN ETS 300 522 TELECOMMUNICATION November 1996 STANDARD Third Edition Source: ETSI TC-SMG Reference: RE/SMG-030302PR2 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System

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

Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001

Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001 Page 1 (12) Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001 Page 2 (12) Contents 1. Template revisions... 3 2. Customer revisions... 3 3. General... 3 4. Terminology... 3 5.

More information

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up.

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10 Call Set-up Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10.1 INTRODUCTION... 2 10.2 CALL TO MS (MT)... 3 10.3 CALL FROM MS

More information

Final draft ETSI ES V1.1.1 ( )

Final draft ETSI ES V1.1.1 ( ) Final draft ES 202 060-2 V1.1.1 (2003-03) Standard Short Message Service (SMS) for fixed networks; Network Based Solution (NBS); Part 2: Architecture and functional entities 2 Final draft ES 202 060-2

More information

Telecommunication Services Engineering Lab

Telecommunication Services Engineering Lab Logistics Instructor Office: EV007-647, Tel: 1-514-8482424 ext 5846, Email: Glitho@ciiseconcordiaca URL: http://wwwececoncordiaca/~glitho/ Office hours: Tuesday: 3 pm 5 pm Time: Usually: Tuesday, 17h45-20h15

More information

TraiTel Telecommunications. TTMessenger 4.xx. User Manual

TraiTel Telecommunications. TTMessenger 4.xx. User Manual TraiTel Telecommunications TTMessenger 4.xx User Manual Contents Getting Started... 5 What is TTMessenger?... 5 System Requirements... 5 Operating System... 5 Hardware requirements Minimum Recommended...

More information

Agenda MULTIMEDIA MESSAGING MESSAGING EVOLUTION. Beatriz Ballesteros. Who is Telefónica Móviles. Evolution of Messaging Applications

Agenda MULTIMEDIA MESSAGING MESSAGING EVOLUTION. Beatriz Ballesteros. Who is Telefónica Móviles. Evolution of Messaging Applications MESSAGING EVOLUTION MULTIMEDIA MESSAGING Beatriz Ballesteros Messaging Services Platforms Manager Agenda Who is Telefónica Móviles Evolution of Messaging Applications Multimedia Messaging MMS Architecture

More information

OG-BULKSMS USER MANUAL

OG-BULKSMS USER MANUAL CONTENTS 1 Home 4 1.1 Application categories 4 1.2 Toolbar 5 1.3 Menu options 6 1.4 Contact 6 7 2 Account settings 7 2.1 My account 7 2.1.1 Account information 8 2.1.2 Contact information 8 2.2 Billing

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

PROJECT REPORT ON ELECTION VOTING VIA SMS

PROJECT REPORT ON ELECTION VOTING VIA SMS PROJECT REPORT ON ELECTION VOTING VIA SMS BY ROHAN.S.GAVANKAR (0713085) RONAK.P.KAMDAR (0713087) SHASHANK.S.KATKAR (0713094) UNDER THE GUIDANCE OF Prof. SHARVARI. P.DESHMANE IN PARTIAL FULFILLMENT OF B.E.

More information

Overview. M-commerce vs. E-commerce

Overview. M-commerce vs. E-commerce M-COMMERCE Overview What is M-Commerce? M-commerce vs. E-commerce Classes of M-Commerce Applications Benefits of M-commerce Advantages of M-Commerce Disadvantages of M-Commerce Mobile Computing: Content,

More information

GLOSSARY OF CELLUAR TERMS

GLOSSARY OF CELLUAR TERMS GLOSSARY OF CELLUAR TERMS Air Interface: It is the operating system of a wireless network.. Airtime: The amount of time a person spends talking on their cellular device. AMPS: Advanced mobile phone service

More information

Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment

Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment H K Salinda Premadasa Sabaragamuwa University of Sri Lanka Introduction Short Messaging Service (SMS) is

More information

Cloud SMS API Guide. Version 5.1

Cloud SMS API Guide. Version 5.1 Cloud SMS API Guide Version 5.1 Cloud API Guide v5.1 Page 1 of 18 Table of Content 1 Overview 1 2 MACH Push Messaging 2 3 MT API Details 3 3.1 Send Message 3 3.2 Send Long Concatenated Messages 8 4 MO

More information

Circuit switched network

Circuit switched network GPRS-Services Page 12 2. GPRS-Services GPRS integrates a vast sum of additional services in a GSM-network. For this it will be necessary to define a subscriber profile that corresponds with services the

More information

Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE. Release 9.2

Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE. Release 9.2 Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE Release 9.2 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks

More information

MARKET OBSERVATORY : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 2004 (declared operators) May 2005

MARKET OBSERVATORY : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 2004 (declared operators) May 2005 : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 20 (declared operators) May 25 2 Introduction At the fourth quarter 20, the electronic communications market in France represented

More information

UMTS System Architecture and Protocol Architecture

UMTS System Architecture and Protocol Architecture UMTS System Architecture and Protocol Architecture Overview on overall system architecture UMTS network architecture and elements Mobile station High-level functions UMTS domains and strata UMTS/GPRS protocol

More information

TS V6.1.0 ( )

TS V6.1.0 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS); Point-to-Point (PP) (GSM 03.40 version 6.1.0 Release 1997) GLOBAL

More information

The Next Generation Signaling Transfer Point

The Next Generation Signaling Transfer Point The Next Generation Signaling Transfer Point Overview As the Global network is undergoing immense changes and the Next-Generation IP networks become a reality, it signals an evolution towards using Internet

More information

Benefits of using Ozeki NG SMS Gateway for IP SMS connections

Benefits of using Ozeki NG SMS Gateway for IP SMS connections Benefits of using Ozeki NG SMS Gateway for IP SMS connections / Introduction to Ozeki NG SMS Gateway / Author: Mr. János Aranyász Mr. Gyula Rábai Creation date: 24. 10. 2006. Last updated: 14. 06. 2007.

More information

CSC 4900 Computer Networks: Mobility

CSC 4900 Computer Networks: Mobility CSC 4900 Computer Networks: Mobility Professor Henry Carter Fall 2017 Last Time What is the hidden terminal problem? How do CDMA networks use spectrum differently than TDMA systems? What is a chipping

More information

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide Gemalto EHS6T-USB Terminal Starter Kit Getting Started Guide EHS6T-USB Terminal Starter Kit Contents Image is for a Kit A version. Other versions with different antenna may be available. This manual is

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

This tutorial is prepared for beginners to help them understand the basic-to-advanced concepts related to GPRS.

This tutorial is prepared for beginners to help them understand the basic-to-advanced concepts related to GPRS. 1 About the Tutorial General Packet Radio Service (GPRS) is a Mobile Data Service accessible to GSM and IS- 136 mobile phones users. This service is packet-switched where several number of users can divide

More information

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking Last time Router internals Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking Mobility Home, visited s Home, foreign agents Permanent, care-of

More information

Wireless Signaling and Intelligent Networking

Wireless Signaling and Intelligent Networking 3 Wireless Signaling and Intelligent Networking The first two chapters provided an introduction to the history of mobile communications, its evolution, and the wireless industry standards process. With

More information

USSD HTTP API SPECIFICATION Version 1.0 Teletalk Bangladesh Limited

USSD HTTP API SPECIFICATION Version 1.0 Teletalk Bangladesh Limited USSD HTTP API SPECIFICATION Version 1.0 Teletalk Bangladesh Limited Latest version of this document can be obtained from: http://www.nixtecsys.com/ussd/ugw- teletalk- http- api.pdf 2 This page has been

More information

Signaling Protocol Structure in GSM

Signaling Protocol Structure in GSM GSM Signaling Protocol Structure in GSM Signaling Protocol Structure in GSM Layer 1 is the physical layer which uses the channel structures over the air interface. Layer 2 is the data link layer and across

More information

MMS-MULTI MEDIA MESSAGING AND MMS-INTERCONNECTION. Brugge, November 2004

MMS-MULTI MEDIA MESSAGING AND MMS-INTERCONNECTION. Brugge, November 2004 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) -MULTI MEDIA MESSAGING AND -INTERCONNECTION Brugge, November 2004 Page 2

More information

Pertemuan 7 GSM Network. DAHLAN ABDULLAH

Pertemuan 7 GSM Network. DAHLAN ABDULLAH Pertemuan 7 GSM Network DAHLAN ABDULLAH Email : dahlan.unimal@gmail.com Contents GSM-Introduction Architecture Technical Specification & Operation Frame Structure Channels Call Routing Security Characteristics

More information

Fixed Mobile Convergence

Fixed Mobile Convergence Cisco Expo 2006 Fixed Mobile Convergence Business Track Bo Finnemann Cisco DK 2006 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Agenda, Fixed Mobile Convergence Market Perspective What

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

Wireless IP for M2M / IoT 101

Wireless IP for M2M / IoT 101 Wireless IP for M2M / IoT 101 Neo White Paper A concise introduction to using wireless devices for M2M / IoT data transmissions. www.neo.aeris.com Let our experts lead the way Table of Contents INTRODUCTION

More information

Unbundling roaming services. An effective way to create competition for roaming services in the European Union

Unbundling roaming services. An effective way to create competition for roaming services in the European Union Unbundling roaming services An effective way to create competition for roaming services in the European Union 1 Overview > Short summary of the solution > Key factors in choosing one structural solution

More information

SFR s Reference offer SFR

SFR s Reference offer SFR SFR Reference offer for Wholesale access to international Roaming services on the SFR mobile network (roaming in) in accordance with the regulation n 531/2012 to the European Parliament and the Council

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

AT commands APLICATION NOTE

AT commands APLICATION NOTE AT commands APLICATION NOTE SYMBOLS USED Symbols used Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible problems, which

More information

SMS Submit Interface description HTTP Version 1.5

SMS Submit Interface description HTTP Version 1.5 SMS Submit Interface description HTTP Version 1.5 This document is intended for application developers with knowledge about the HTTP protocol. Document history Version Description 1.5 Spelling error corrected

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

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z This glossary provides definitions of terms and acronyms that are used in Premier as well as informative industry terms. Select the first letter of the word you want to find. A B C D E F G H I J K L M

More information

User Guide. Customer Documentation. Version Issue Date - 1st August 2014

User Guide. Customer Documentation.  Version Issue Date - 1st August 2014 User Guide Customer Documentation Version - 1.1 Issue Date - 1st August 2014 Wireless Logic Ltd Grosvenor House Horseshoe Crescent Beaconsfield, Buckinghamshire HP9 1LJ T +44 (0)1494 679 800 www.wirelesslogic.com

More information

DATA COMMUNICATION AND NETWORKS

DATA COMMUNICATION AND NETWORKS DATA COMMUNICATION AND NETWORKS A/L Guide TERAN SUBASINGHE Data Communication What is data communication? Data Communication is a process of exchanging data or information between two or more devices along

More information

Wireless IP for IoT / M2M 101 The Basics

Wireless IP for IoT / M2M 101 The Basics Wireless IP for IoT / M2M 101 The Basics Aeris White Paper A concise introduction to using wireless devices for Internet of Things (IoT) and machine-to-machine (M2M) data transmissions. www.aeris.com 1

More information

PRE BID REPLIES FOR NPCI:RFP: /0020 DATED RFQ FOR SMS GATEWAY SERVICES FOR INTEGRATION WITH FRM SOLUTIONS

PRE BID REPLIES FOR NPCI:RFP: /0020 DATED RFQ FOR SMS GATEWAY SERVICES FOR INTEGRATION WITH FRM SOLUTIONS PRE BID REPLIES FOR NPCI:RFP:2012-13/0020 DATED 27.11.2012 RFQ FOR SMS GATEWAY SERVICES FOR INTEGRATION WITH FRM SOLUTIONS SR.No Document Ref Page No Clause No Description in RFQ Clarification Sought Addittional

More information

COMPUTER NETWORK Model Test Paper

COMPUTER NETWORK Model Test Paper Model Test Paper Question no. 1 is compulsory. Attempt all parts. Q1. Each question carries equal marks. (5*5 marks) A) Difference between Transmission Control Protocol (TCP) and User Datagram Protocol.

More information

Rev

Rev Rev. 1.7.2 Copyright Notice Copyright Telinta Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express

More information

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding.

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding. Integrated Services An architecture for streaming multimedia Aimed at both unicast and multicast applications An example of unicast: a single user streaming a video clip from a news site An example of

More information

Mobile Commerce. Electronic Commerce

Mobile Commerce. Electronic Commerce Mobile Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01. Mobile

More information

(Refer Slide Time: 2:20)

(Refer Slide Time: 2:20) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture -23 X.25 and Frame Relay Hello and welcome to today s lecture on X.25 and

More information

SCOPE. SMS Application notes

SCOPE. SMS Application notes Document Name: SMS Application notes Version: 01.02 Date: 2007-09-25 DocId: SMS APP_V01.02 Status: Release General Notes Simcom offers this information as a service to its customers, to support application

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

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

Are you compliant with North American number portability mandates?

Are you compliant with North American number portability mandates? Are you compliant with North American number portability mandates? Syniverse North American Number Portability s While number portability is usually a government-driven mandate, many market-leading operators

More information

CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION

CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION The most important part of any project i.e., implementation. It describes the various functionalities step by step under each module with their outputs.

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

ETSI TS V5.3.0 ( )

ETSI TS V5.3.0 ( ) TS 131 114 V5.3.0 (2003-03) Technical Specification Universal Mobile Telecommunications System (UMTS); USAT interpreter protocol and administration (3GPP TS 31.114 version 5.3.0 Release 5) 1 TS 131 114

More information

SMS Application notes AN_SMS_V1.01

SMS Application notes AN_SMS_V1.01 AN_SMS_V1.01 Document Title: SMS Application notes Version: 1.01 Date: 2006-09-25 Status: Document Control ID: Release AN_SMS_V1.01 General Notes Simcom offers this information as a service to its customers,

More information

TELEPHONY CONTROL PROTOCOL SPECIFICATION

TELEPHONY CONTROL PROTOCOL SPECIFICATION Part F:3 TELEPHONY CONTROL PROTOCOL SPECIFICATION TCS Binary This document describes the Bluetooth Telephony Control protocol Specification Binary (TCS Binary), using a bit-oriented protocol. This protocol

More information

3GPP TS V8.2.0 ( )

3GPP TS V8.2.0 ( ) TS 29.311 V8.2.0 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Service Level Interworking (SLI) for Messaging Services

More information

Revised September 2011 Broadband Access Agreement for BIT Communications

Revised September 2011 Broadband Access Agreement for BIT Communications Revised September 2011 Broadband Access Agreement for BIT Communications 1 This Broadband Access Agreement for BIT Communications High Speed Internet serves as a confirmation and acknowledgment of the

More information

Telephony Toolbar Enterprise. User Guide

Telephony Toolbar Enterprise. User Guide Telephony Toolbar Enterprise User Guide Release 4.4 October 2009 Table of Contents 1 Summary of Changes... 7 1.1 Changes for this Release... 7 2 About This Guide... 8 2.1 Open Telephony Toolbar-Corporate...

More information

GSM Mobility Management

GSM Mobility Management GSM Mobility Management Phone Lin Ph.D. Email: plin@csie.ntu.edu.tw 1 Outlines Introduction GSM Location Update Basic Call Origination and Termination Procedures Mobility Databases Failure Restoration

More information

User guide for All Types of Telephone Sets

User guide for All Types of Telephone Sets Integrated Multi-Application Generator User guide for All Types of Telephone Sets 76-110-0893/B Issue 1 76-110-0893/B, Issue 1 User Guide for All Types of Telephone Sets Telrad Connegy, Inc., Woodbury,

More information

JP-3GA (R99) Technical realisation of Operator Determined Barring (ODB)

JP-3GA (R99) Technical realisation of Operator Determined Barring (ODB) JP-3GA-23.015(R99) Technical realisation of Operator Determined Barring (ODB) Version 1 Mar 31, 2000 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE JP-3GA-23.015(R99) Technical realization of Operator Determined

More information

D.N.A. 5.6 MANAGEMENT APPLICATIONS

D.N.A. 5.6 MANAGEMENT APPLICATIONS D.N.A. 5.6 MANAGEMENT APPLICATIONS The D.N.A. suite of is composed of management specific and end user. The management allow administrators to maintain, monitor, and adjust configurations and data to maximize

More information

MOBILE IP AND WIRELESS APPLICATION PROTOCOL

MOBILE IP AND WIRELESS APPLICATION PROTOCOL MOBILE IP AND WIRELESS APPLICATION PROTOCOL In this chapter, we look at two standards that provide application-level support for wireless networking: Mobile IP and Wireless Application Protocol (WAP).

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

ETSI TS V4.2.0 ( )

ETSI TS V4.2.0 ( ) TS 123 040 V4.2.0 (2001-03) Technical Specification Universal Mobile Telecommunications System (UMTS); Technical realization of the Short Message Service (SMS) (3GPP TS 23.040 version 4.2.0 Release 4)

More information

A MODEL FOR INTERCONNECTION IN IP-BASED NETWORKS

A MODEL FOR INTERCONNECTION IN IP-BASED NETWORKS Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) A MODEL FOR INTERCONNECTION IN IP-BASED NETWORKS Vilnius, October 2005 Page

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 102 314-3 V1.1.1 (2005-03) Technical Report Fixed network Multimedia Messaging Service (F-MMS); PSTN/ISDN; Part 3: Network architecture and interconnection 2 TR 102 314-3 V1.1.1 (2005-03) Reference

More information

Compiling Data on International Mobile Money Transfer Services

Compiling Data on International Mobile Money Transfer Services Thirtieth Meeting of the IMF Committee on Balance of Payments Statistics Paris, France October 24 26, 2017 BOPCOM 17/11 Compiling Data on International Mobile Money Transfer Services Prepared by the Bank

More information

WHAT IS THE INTERNET?

WHAT IS THE INTERNET? The Internet WHAT IS THE INTERNET? A world-wide network of computers allows people to share information electronically It is a BIG book with many web-pages on different topics. It Can be accessed anywhere

More information

Huawei Railway Communication Service Solution Guide

Huawei Railway Communication Service Solution Guide Huawei Railway Communication Service Solution Guide Huawei Technologies Co., Ltd. Keywords Railway transport, service solution, subsystem, design,, solution implementation Abstract Huawei Railway Communication

More information

SS7 Tutorial. Network Architecture

SS7 Tutorial. Network Architecture SS7 Tutorial Network rchitecture SS7 Network rchitecture The Signalling Transfer Point (STP) What would you say is the key element in the PSTN (Public Switched Telephone Network)? While there are a number

More information

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide Cinterion BGS2T (RS232) Terminal Starter Kit Getting Started Guide BGS2T (RS232) Terminal Starter Kit Contents PLEASE NOTE KIT CONTENTS MAY VARY ACCORDING TO ORIGIN AND THE INTENDED COUNTRY OF OPERATION

More information

SMS Outbound. SMTP interface - v1.1

SMS Outbound. SMTP interface - v1.1 SMS Outbound SMTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Gateway connection... 7 4.1 E-mail message format... 7 4.2 Header section... 7 4.3

More information

Development KIT for TM2 GPRS modem User manual 1.2. Development KIT. Development KIT for TM2 GSM/GPRS modem User s manual 1.2

Development KIT for TM2 GPRS modem User manual 1.2. Development KIT. Development KIT for TM2 GSM/GPRS modem User s manual 1.2 Development KIT Development KIT for TM2 GSM/GPRS modem User s manual 1.2 1 Contents Attention!... 3 1. Basic Safety Requirements... 4 2. General Information... 5 2.1 Introduction... 5 2.2 About this document...

More information