I've recently joined a company who specialize in the mobile telecommunication domain. I'm encountering a lot of jargons, and I'm feeling a bit lost in most of the conversations. Although I'm quickly searching for the new terms on the web and learning stuff on the job, I would like to read an introductory book that will take me through the basics of the mobile world. Thanks for your recommendations!

link|improve this question

Are you searching for a generic mobile platform or for a specific one? – lbedogni May 6 '10 at 18:04
LucaB, by specific do you mean a platform like the iPhone development? If that's the case, no. I'm looking for a generic overview. (Luca to Vito's rescue :-) – artknish May 6 '10 at 18:07
Are you looking for infromation on programming for mobile phones or are you looking for information on mobile networks and infrastructure (eg GSM, CAMEL, CDMA, SS7, DIAMETER etc etc)? – Dan May 14 '10 at 17:32
@Dan: Yes, I'm looking for information on mobile networks and infrastructure (GSM, CAMEL, CDMA, SS7, DIAMETER, etc). – artknish May 15 '10 at 10:48
feedback

4 Answers

up vote 3 down vote accepted
+100

Until recently, I worked in mobile telecoms writing backend infrastructure code, mainly for SMS.

For us, the 3GPP documents were the go-to, but this book has also been extremely useful on occasion: Signaling System No. 7 (SS7/C7): Protocol, Architecture, and Services

link|improve this answer
I've started reading SS7 by Travis Rusell as Signaling System No. 7 (SS7/C7): Protocol, Architecture, and Services mentioned above is not available in India. But it looks like SS7 is a good starting point. – artknish May 15 '10 at 10:51
I'm not familiar with that one. Its a pity about the cisco book, I found it quite useful. Good luck anyway! – Dan May 15 '10 at 13:03
feedback

I used this one when started programming with mobiles: Mobile phone programming and its application to wireless networking By Frank H. P. Fitzek, Frank Reichert

Its a pretty good one, lots of information covering from mobile networks architectures, to many languages and platforms avaible for development.

link|improve this answer
Thanks for the suggestion. I will check this out, too. – artknish May 15 '10 at 10:56
feedback

I found this excellent book called Mobile Design and Developement. It doesn't get too technical at all and it was actually a pretty fun read.

I liked it because it paid lots of attention on the history of Mobile phones, the different "eras" we have gone through (we're on the smartphone era), it had lots of stats on usage information, and it there were very insightful instructions on how to appeal to different markets through the design of your apps.

Great book!

Here's a link to some of the reviews on amazon.

link|improve this answer
feedback

Is your company developing network infrastructure or mobile devices?

In any case I would recommend you to learn the basics about network architecture and role of each element.

Then if you are involved in network infrastructure development focus on network elements. In case you develop solutions for mobile devices focus on access network part (the whole network is divided in core network and radio access network) and protocols.

I would also recommend you to go through any tutorial that shows you what is happening in the network when the voice call or data transmision session is establishing connection from network side and mobile device side.

There are a lot of books and the development of new standard is very fast. As there are (going to be) some major changes in principles between GSM/3G and LTE (whic will be the most likely adopted standard by most operators) I would recommend you the following book:

Mobile Broadband: Including WiMAX and LTE

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.