2G to 3G – generation of telecom

Second generation or 2G of telecom emerged a decade after (1990) its predecessor 1G (1980). Although the history of telecom evolution truely beings with internet and further engineered with PSTN, analog voice and switches we shall omit them discussing here as they are truly legacy now.  You can read more about Legacy telecom here-

Legacy Telecom Networks

I use the term legacy telecom system many a times , but have not really described what a legacy system actually is . In my conferences too I am asked to just exactly define a…

We have seen the evolution of teelcom access networks through generations happening pretty quickly recently. While earlier it was a decade that led to the jump between generations, the recent jumps from 3G to 4G to 5G happening fairly quickly.  In this article let us dive into what enhancements went into 2G and its successor 3G, since

Where 2G is referred to as the GSM era , 2.5 G as the GPRS with GSM era. The following two diagram denote the service operators architecture nodes in both these times .

2G / GSM era

As compared to its predecessor 1G which used FDMA ( Frequency Division Multiplexing ) for channelization , 2G used used TDMA and CDMA for dividing the channels .

Note that in pure 2G there was only circuit switched communication services .

gsm

2.5G or GPRS era

The advent of 2.5 G, in later part of 1990s, bought packet switching for data access along with existing circuit switching for voice network. While 1G and pure2G relied solely on circuit switching, now 2.5 G used both circuit switched and packet switching. The speed provided by General Packet Radio Service ( GPRS ) was ~= 50 Kbps.

Digital voice was introduced with multiple access technologies like CDMS ( Core Division Multiple access )

gsm_gprs

2.75G ( EDGE)

EDGE( Enhanced Data Rates for GSM evolution) was deploying on GSM technologies and was also standardised by 3GPP technologies . EDGE delivers higher bit-rates per radio channel, resulting in a threefold increase in capacity and performance compared with an ordinary GSM/GPRS connection with speed upto 1 Mbps.

In terms of transmission techniques, EDGE and its varients used Gaussian minimum-shift keying (GMSK), EDGE uses higher-order PSK/8 phase shift keying (8PSK) for the upper five of its nine modulation and coding schemes.

Note that the processes such as billing etc had begun merging for both the circuit switched and packet switched networks .

3G

Even though 2G evolution was enough to sustain voice abd video calls, the mobile industry became “smarter” and data hungry for faster services ( mobile gaming , video conferencing ,video streaming, social media interactions are some of the usecases ). It became necessary to bring in faster speed while evolving towards and hence was born 3G in early 20000. Some of the tecehnolgies which were branded 3G are

 UMTS (Universal Mobile Telecommunications System) 

Core technology for 3G ,

CDMA2000

3.5G ( HSPA)

Now 3G was further succeeded by 3.5G ( HSPA – High Speed Downlink Packet Access ) with max theoritical 21.6 Mbps.

Eventually 4G ( LTE Long Term Evolution ) overtook the indutry with newer technologies but the impressive array of technologies in transaition between 2G to 3G to 4G was awe inspirinig indeed .


References :

Also Read

4G/Long Term Evolution (LTE), VOLTE

LTE stands for Long Term Evolution and is a registered trademark owned by ETSI (European Telecommunications Standards Institute) for the wireless data communications technology and a development of the GSM/UMTS standards.

5G and IMS

striking features of 5G – entirely IP based ability to connect 100x more devices ( IOT favourable ) speed upto 10 Gbit/s high peak bit rate high data volume per unit area virtually 0 latency hence high response time

Difference between WebRTC and plugin based communication

A lot of service providers ie telecom operators had deduced their own ways to provide Web based communication even before WebRTC was born . With time , as WebRTC has become stronger , more secure , resilient to failure they have come around to migrate their existing system from previous closed box native APIs to opensource WebRTC APIs.

The first figure ( given below ) depicts a communication platform build over plugins and proprietary APIs using HTTP REST based signaling .

2014-07-22_1212
Web Communication Service Architecture over HTTP/ REST API

As the migration took place the proprietary API components were replaced by Open standard based entities such as plugins were replaced by WebRTC APIs, HTTP REST based signalling was replaced by SIP ( Session Initiation Protocol ) .

Web Communication Service Architecture over WebRTC SIP
Web Communication Service Architecture over WebRTC SIP

Note telecom operator network did not had to face transformation by integration of WebRTC elements .

Interoperability between WebRTC, SIP phones and softphones

WebRTC is a disruptive techbology for the telephony and cloud based communication services . It will change the landscape and foster growth of new innovative VoIP services that will be device agnostic and future ready .

Role of SIP servers ?

SIP Server convert the SIP transport from WebSocket protocol to UDP, TCP or TLS which are supported by all legacy networks. It also facilitates the use of rich serves such as phonebook synchronisation , file sharing , oauth in client .

How does WebRTC Solution traverse through FireWalls ?

NAT traversal across Firewalls is achieved via TURN/STUN through ICE candidates gathering .Current ice_servers are : stun:stun.l.google.com:19302 and  turn:user@numb.viagenie.ca

What audio and video codecs are supported by WebRTC client side alone ?

Without the role of Media Server WebRTC solution supports Opus , PCMA , PCMU for audio and VP8 for video call.

RTCBreaker if enabled provides a third party B2BUA agent that performs certain level of codec conversion to H.264, H.263, Theora or MP4V-ES for non WebRTC supported agents.

What video resolution is supported by WebRTC solution ?

The browser will try to find the best video size between max and min based on the camera capabilities.

Options are : sqcif | qcif | qvga | cif | hvga | vga | 4cif | svga | 480p | 720p | 16cif | 1080p

We can also predefine the video size such as minWidth, minHeight, maxWidth, maxHeight.

What bandwidth is required to run WebRTC solution ?

We can set maximum audio and video bandwidth to use or use the browser’s ability to set it hy default at runtime . This will change the outgoing SDP to include a “b:AS=” attribute. Browser negotiates the right value using RTCP-REMB and congestion control.

List of Web based SIP clients

SIPML5 client by Dubango

calltakenoffhold

Telestax WebRTC client

2014-06-11_2215

SIPJS with flash network support

windows_IE_1

JSSIP

MIT license 2014-02-09_1444

SIP phones in Ubuntu / Linux

SFL phone

linux sfl 2
linux sfl 1

Yate SIP phone

linux yate 2
linux yate 1

Linphone

There are ready made build of Linphone for Windows , Mac and Mobile

ubuntulinphon4
linuxlinphone2

Aletrnatively one can also build the Linphone from source

Installation of Linphone v4.1 for Desktop

apt-get install libqt53dcore5:amd64 libqt53dextras5:amd64 libqt53dinput5:amd64 libqt53dlogic5:amd64 libqt53dquick5:amd64 libqt53dquickextras5:amd64 libqt53dquickinput5:amd64 libqt53dquickrender5:amd64 libqt53drender5:amd64 libqt5concurrent5:amd64 libqt5core5a:amd64 libqt5dbus5:amd64 libqt5designer5:amd64 libqt5designercomponents5:amd64 libqt5gui5:amd64 libqt5help5:amd64 libqt5multimedia5:amd64 libqt5multimedia5-plugins:amd64 libqt5multimediawidgets5:amd64 libqt5network5:amd64 libqt5opengl5:amd64 libqt5opengl5-dev:amd64 libqt5positioning5:amd64 libqt5printsupport5:amd64 libqt5qml5:amd64 libqt5quick5:amd64 libqt5quickcontrols2-5:amd64 libqt5quickparticles5:amd64 libqt5quicktemplates2-5:amd64 libqt5quicktest5:amd64 libqt5quickwidgets5:amd64 libqt5script5:amd64 libqt5scripttools5:amd64 libqt5sensors5:amd64 libqt5serialport5:amd64 libqt5sql5:amd64 libqt5sql5-sqlite:amd64 libqt5svg5:amd64 libqt5svg5-dev:amd64 libqt5test5:amd64 libqt5webchannel5:amd64 libqt5webengine-data libqt5webenginecore5:amd64 libqt5webenginewidgets5:amd64 libqt5webkit5:amd64 libqt5widgets5:amd64 libqt5x11extras5:amd64 libqt5xml5:amd64 libqt5xmlpatterns5:amd64 qt5-default:amd64 qt5-doc qt5-gtk-platformtheme:amd64 qt5-qmake:amd64 qt5-qmltooling-plugins:amd64

Besdies these dont foeget to also install pip and pystache which is a templating system

sudo apt install python-pip
pip install pystache

And Doxygen which d tool for generating documentation from annotated C++ sources

apt install doxygen

Yasm assembler

sudo apt install yasm

V4L_LIBRARIES

sudo apt-get install -y v4l-utils

Get source Code

git clone https://gitlab.linphone.org/BC/public/linphone-desktop.git --recursive

To build without video or v4l support

sudo cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_V4L=0

The run build

sudo cmake --build . --target all

Debugging

Could NOT find Xv (missing: HAVE_X11_EXTENSIONS_XVLIB_H HAVE_XV_CREATE_IMAGE)

or

CMakeFiles/EP_ms2.dir/build.make:118: recipe for target '/home/altanai/linphone-desktop/WORK/WORK/desktop/Stamp/EP_ms2/EP_ms2-configure' failed
make[8]: *** [/home/altanai/linphone-desktop/WORK/WORK/desktop/Stamp/EP_ms2/EP_ms2-configure] Error 1
CMakeFiles/Makefile2:115: recipe for target 'CMakeFiles/EP_ms2.dir/all' failed
make[7]: *** [CMakeFiles/EP_ms2.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make[6]: *** [all] Error 2

or

[ 57%] Performing configure step for 'EP_ms2'
loading initial cache file /home/altanai/linphone-desktop/WORK/WORK/desktop//tmp/EP_ms2/EP_ms2-cache-RelWithDebInfo.cmake
CMake Error at CMakeLists.txt:322 (message):
Could not find a support sound driver API. Use -DENABLE_SOUND=NO if you
don't care about having sound.

Install sound drivers

sudo apt-get install libpulse-dev pulseaudio libasound2-dev pavucontrol alsa-lib 

Failing on MS compilation on Performing configure step for ‘EP_ms2

Ref :

Windows Operating system SIP software

Xlite is well known SIP softphone for windows dessktop

xlite 1

Xlite new version

windows_xlite_7
windows_xlite_6_001
windows_xlite_6
windows_xlite_3

Kapanga SIP softphone

It is also runnable on Linux desktop through windows compatibility softwares like wine

windows_kapanga_3
windows_kapanga_2

FreeSwitch Communicator

comes along with the Freeswitch Media Server

windows_freeswitchcomm__2
windows_freeswitch_comm_3

Boghe SIP RCS client

windows_boghe_5
windows_boghe_4
windows_boghe_2
windows_boghe_1

Jitsi SIP phone

jitsi 2
jitsi 1

MAC SIP software

idoubs desktop SIP RCS client for Mac

Screen shot 2014-06-13 at 4.03.27 PM

iOS SIP phone applications

Linphone for ios

IMG-20140703-WA0003  IMG-20140703-WA0006 IMG-20140703-WA0007  IMG-20140710-WA0001 IMG-20140710-WA0002

Android SIP applications

Sipdroid for Android

opensource

Screenshot_2014-07-01-19-36-47
Screenshot_2014-07-01-19-37-00
Screenshot_2014-07-01-19-37-44
Screenshot_2014-07-01-19-37-54
Screenshot_2014-07-01-19-38-46
sip droid

Supporfts SIP stack and compatible with most of the SIP servers

https://github.com/i-p-tel/sipdroid