Slashdot Mirror


Telecoms Announce "One Voice" Initiative To Promote LTE Wireless Broadband Stand

suraj.sun writes to mention that Long Term Evolution (LTE) networks may have just gotten a boost over WiMax in the battle for wireless broadband dominance. A group of telecom companies has created the "One Voice" initiative, designed to promote a standard that will provide interoperability for broadband voice and SMS. "LTE has been fine at supporting data, which uses IP-based packet switching. But it's faced challenges trying to incorporate traditional circuit-based switching voice and SMS services onto IP-based networks. One Voice is the group's attempt to resolve that issue. The new specification will use existing functionality known as IP Multimedia Subsystem (IMS), which already defines how to provide data, voice, and other content over an IP-based network. IMS was established by the 3rd Generation Partnership Project (3GPP), a group comprised of telecom industry associations trying to set standards for 3G mobile networks."

39 comments

  1. ZOMG QoS LOL !1!! by Gothmolly · · Score: 0, Redundant

    So they've come up with a new, clever way to prioritize traffic, so that packety networks appear circuity?

    yawn

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:ZOMG QoS LOL !1!! by Anonymous Coward · · Score: 0

      LTE has been fine at supporting data, which uses IP-based packet switching. But it's faced challenges trying to incorporate traditional circuit-based switching voice and SMS services onto IP-based networks.

      That's because circuit-switched != packet-switched. Just throw out the concept of circuit-switching entirely and use voip. What a bunch of silly niggers.

    2. Re:ZOMG QoS LOL !1!! by Anonymous Coward · · Score: 0

      Oh... my god.... The word "nigger" is in a slashdot post and it's not a troll!

      However, VoIP is not a panacea.

  2. Some large companies are missing by Xerfas · · Score: 5, Interesting

    Would be nice if Huawei and ZTE also got into One Voice. Sprint, Clearwire and T-mobile has chosen other technologies where Sprint and Clearwire goes for Wimax and wont go for LTE and T-mobile goes for VoLGA, Voice over LTE via Generic Access. I think it would be better if those companies joined in on LTE in One Voice. But that's just my opinion. Just more logical to have one standard then several for the sake of the customers and ofcourse the mobile manufacturers.

    1. Re:Some large companies are missing by drizek · · Score: 1

      Sprints Clearwire wimax hardware can be switched over to LTE apparently with just a firmware update.

      If LTE takes off, Sprint/Clearwire will almost certainly adopt it.

    2. Re:Some large companies are missing by Anonymous Coward · · Score: 0

      May be true for the base station, but definitely not true for the many devices in the field. So it would be a nice transition to manage for sure...

  3. SMS? by MichaelSmith · · Score: 2, Insightful

    Hard to see how SMS is not compatible with packet switching. TFA just seems to say Voice and SMS everywhere as if they were the same thing.

    1. Re:SMS? by sg3000 · · Score: 3, Informative

      Strictly speaking, SMS has more in common with voice than the regular data traffic (email, http, etc). SMS travels across the digital control channel within the broadcast messages for the voice channels. Within the core of the network, it's transported on the SS7 network, which is the control network used for voice. So it is segregated from regular data.

      IMS-based instant messaging will adapt fine to a 4G network, but there has to be some sort of standardized SS7 and IP gateway mechanism for the IMS network. It's not hard, but it's easier for operators if there's a reference that the operators can use.

      --
      Insert simplistic political, ideological, or personal proselytization here.
    2. Re:SMS? by dgatwood · · Score: 1

      So it is segregated from regular data.

      It's still just a couple hundred bytes. It wouldn't take a genius to encapsulate the exact same data (in both directions) into a UDP packet. All you have to know is an IPv6 (or non-routable IPv4) address of that particular wireless client (which you already have obtained for voice call handling anyway), and the device obviously has to have the IP number for the other end, but you already have an IP-based server for MMS that could handle ACKs and outbound messages on a separate port. It's probably less than ten lines of code on the client end and less than a hundred on the server end to do the encapsulation, and they should get almost all of the infrastructure they need for free as part of the voice infrastructure.

      And of course MMS is even easier. It's just a glorified HTTPS request. The only difference is that it occurs in response to a WAP push (MMS). So once you get basic SMS and IP-based networking working, you get SMS support for free.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    3. Re:SMS? by dgatwood · · Score: 1

      Oops. Got those TLAs backwards. I meant to say:

      And of course MMS is even easier. It's just a glorified HTTPS request. The only difference is that it occurs in response to a WAP push (SMS). So once you get basic SMS and IP-based networking working, you get MMS support for free.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    4. Re:SMS? by Anonymous Coward · · Score: 0

      Actually this is part of the specification this thread is about (theres a link to the spec in Verizons press release). It is called SMS over IP and actually use a SIP message to encapsulate the SMS. The registration in SIP provides the address of the client.

      One reason that SMS is still interesting for 4G is that is also used to configure the settings of the client.

  4. Oh... my... god. by straponego · · Score: 1

    The telecoms have caught on to IP? And the handset manufacturers are committing to a standard DC adaptor? ...I thought we'd be walking on Mars before this day. We probably would, too, if it weren't for these masterminds with their business imperatives (Must... not... cooperate! Waste is profit!).

  5. Re:SMS on the Internet, efficiency issues. by Animats · · Score: 5, Interesting

    Well, they have to keep up the whole SMS racket. If each SMS message went through as one IP packet, how could they charge $0.20 each?

    Putting SMS on the Internet can be botched. though. Google just did it. Google Voice supports SMS send and receive. Google's site can be queried for SMS in XML and JSON. There's a Python library for this. All this works. But Google's returned XML has so much useless dreck in it that each poll returns about 100K of data, even if there's no new SMS traffic. Thus, if you poll every 30 seconds and get no new messages, you use a quarter of a gigabyte a day of bandwidth just polling. So don't do that in an iPhone app to save on SMS charges.

    Google needs to put Google Voice on something like RSS, where there's a way to cheaply poll to find out if anything changed. When polling RSS, you send back the ID from the previous poll reply. If you get a 304 status and no data, nothing changed. It would also help if they got the RSS implementation right. Some RSS servers return a new unique ID every time, even when nothing changed. (Twitter, I'm looking at you here.)

    There are thus some widely used services which waste vast amounts of bandwidth trying to do by pull and poll what can be cheaply done by push.

  6. VOIP? by Phurge · · Score: 1

    Excuse my ignorance, but why not send voice over IP? Why the need for a separate voice standard?

    --
    I'll see your hokum and raise you a boondoggle.
    1. Re:VOIP? by caladine · · Score: 1

      It's not a separate voice standard. With LTE, they're going to have to use VOIP - it's a done deal. What they do need a standard for is interoperability between standard circuit-switched systems (out there in abundance right now) and the upcoming LTE IP-based systems.

    2. Re:VOIP? by cuby · · Score: 2, Informative

      Voice is much more complicated than it seems.
      You have to tax calls, manage pre-paid and post-paid plans. You need to have rules for roaming between operators and types of access, guarantee privacy, but also ensure the the authorities can listen and trace calls if ordered by a court of law. You have QOS, policy enforcement (ex: terminate calls if you have no $$), call forwarding, ...
      And all this must be integrated to other existing operators seamlessly and without braking any existing features.
      It is very complicated stuff.

      --
      Math is beautiful... e^(pi*i)+1=0
    3. Re:VOIP? by sahonen · · Score: 3, Insightful

      That all sounds like a bunch of work to prop up a business model that simply doesn't make sense anymore. Different billing for voice and data made sense when voice and data were legitimately different types of data, but here in the magical fantasy future year of 2009, a kilobyte of voice takes exactly the same effort to deliver as a kilobyte of data. Stop overcomplicating your business and just charge me by the fucking kilobyte already.

      --
      Make me a friend and I'll mod you up
    4. Re:VOIP? by tengwar · · Score: 2, Informative

      Not a daft question, but it's not a separate standard. SIP is the closest thing we have to a VoIP standard. IMS is the specification of how to fit SIP into a GSM network. There's a lot that SIP doesn't specify - e.g. authentication and authorisation (GSM networks need to use SIMs and the corresponding HLR/HSS back end databases), accounting and billing, gateways to circuit-switched voice etc.

    5. Re:VOIP? by paul248 · · Score: 1

      Exactly. If it's an all-IP network, you should just be able to buy a connection from your wireless provider, and buy voice service from whomever you want. That's how it works with fixed Internet connections today.

    6. Re:VOIP? by TheRaven64 · · Score: 3, Insightful

      a kilobyte of voice takes exactly the same effort to deliver as a kilobyte of data

      Not true. If my voice packets have 200ms of jitter then the conversation will be unintelligible. If my YouTube video data (for example) has 200ms of jitter then I won't even notice.

      --
      I am TheRaven on Soylent News
  7. Re:SMS on the Internet, efficiency issues. by tlhIngan · · Score: 4, Interesting

    Thus, if you poll every 30 seconds and get no new messages, you use a quarter of a gigabyte a day of bandwidth just polling. So don't do that in an iPhone app to save on SMS charges.

    And if you poll, you'll consume so much battery that the iPhone won't make it through a working day. Seriously. In any mobile application (be it iPhone, Android, WebOS or other), you should not poll, and definitely not every 30 seconds, because you'll eat up battery in no time - the CPU and radios just suck power when you do. It's why Apple has the whole push notification deal - getting notified is far better on the battery than polling.

    If GV requires this for SMS, then you as app developer should setup a notification server and do the polling there.

    And SMS does require special handling since the target may not be awake when you need to push it out. You can't just send it to the phone, you have to send a wakeup to the phone first then send the packet out. In regular GSM, the control channel is what notifies the radio, and the radio handles all the SMS transfer. In IP based network, it may be pushed off onto the main processor to use its IP stack.

  8. Almost GSM by s52d · · Score: 1

    First we have GSM: made for voice, pefect for voice.

    Then HSPA come. And VoIP over HSPA: HSPA is not good enough. So HSPA+ is tried, not good enough for voice.
    So we need LTE to deliver voice over IP for IMS in order to have what GSM already provides.

    1. Re:Almost GSM by dgatwood · · Score: 1

      We need LTE to deliver VoIP to have what GSM provides, but without all the @#$& ELF or SLF radiation from the (@$#$(@( transmitter turning rapidly on and off making every audio device within 30 feet chatter just so it can check in with the tower.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  9. WiMax may have lost its opportunity. by cuby · · Score: 1

    WiMax was in the works for too long. Besides that, after the millions spent on UMTS licenses here in Europe, no operator was willing to adopt it.
    It seems that LTE (4G) is going to fit very well in the core GSM(2G)/UMTS(3G) infrastructure and there's already some fuzz about it.

    --
    Math is beautiful... e^(pi*i)+1=0
    1. Re:WiMax may have lost its opportunity. by Miros · · Score: 1

      Yeah, spectrum killed WiMax in Europe; at this point so many carriers are on the LTE bandwagon that it would be very very hard for any other standard to really have a chance.

  10. Re:SMS on the Internet, efficiency issues. by TheRaven64 · · Score: 3, Informative

    When I was in Japan back around 2003, SMS had been completely replaced by email there. All phones supported email, and when you received an email the phone woke up. If you've got an IP network, it's pretty easy to just use an existing protocol, like XMPP or email to deliver messages. There are existing email to SMS gateways, so this seems like an obvious way of doing it. Only support email on your LTE phones and have the carrier run a gateway that turns SMS received for the phone into email and emails addressed to {phone number}@carrier.com into SMS for legacy networks and maybe add something to the phone's UI that lets it pretend to still be sending SMS and fills in the @carrier.com bit of the email address for you.

    --
    I am TheRaven on Soylent News
  11. Re:SMS on the Internet, efficiency issues. by nine-times · · Score: 1

    And if you poll, you'll consume so much battery that the iPhone won't make it through a working day....And SMS does require special handling since the target may not be awake when you need to push it out.

    So this stuff isn't really my area of expertise, but insofar as the problem is in the polling/pushing over IP, doesn't it make sense to come up with a generalized solution that can be used freely for things other than SMS? There are lots of things that people want some kind of "push" technology for, including emails, IM, social networking updates, and even file changes. Doesn't it make sense to just make a standard for pushing whatever data needs to be pushed rather than coming up with something special for voice and SMS?

  12. Isn't this what SIP is for? by DigiWood · · Score: 1

    SIP provides the control part of the stream as well as messaging (think SMS or IM). RTP is used along side SIP for media. That media can be voice or video. Throw in some QoS so that the data that is along side the SIP and RTP media doesn't overwhelm the pipe and you have a workable, scalable solution based on open standards. No need to come up with a brand new protocol when one already exists and is in use on IP networks around the world.

    --


    Nothing is impossible. It just hasn't been figured out yet.
    1. Re:Isn't this what SIP is for? by jonwil · · Score: 2, Informative

      Firstly, you need stuff to handle routing your call to those on other networks (PSTN, other mobile networks, GSM/UMTS/CDMA/etc).
      Secondly you need stuff to handle hand-offs when you walk from the LTE coverage area to a GSM/CDMA/UMTS coverage area.
      Also you need to be able to charge differently for voice and messaging (voice on mobile networks also has government taxes and charges that dont apply to data in various parts of the world)

  13. Re:SMS on the Internet, efficiency issues. by digsbo · · Score: 1

    It's called SIP (Session Initiation Protocol). The idea there is that you've got an address (like a phone number, but more generic), and anyone can use the SIP gateway to push content to you. Can be used for email, VOIP, whatever. The SIP gateway stands between public internet and your wireless network, more or less. I can't remember exactly as it's been a few years since I read up...help anybody?

  14. Re:SMS on the Internet, efficiency issues. by icebike · · Score: 2, Interesting

    Wait wait wait...

    Why are we talking polling with regard to the iPhone?

    Iphone and android have push notifications. (Basically sleeping tCP/IP connections similar to Microsoft Active Sync.

    You have a TCP connection is opened to the server, and if there is nothing to send the server just doesn't send anything, and the phone shuts down its transmitters.

    In 12 to 18 minutes, if no traffic occures the connection times out and drops, the socket becomes readable to the phone, the phone wakes up and creates a new connection and goes back to sleep.

    If the server has something to send it puts it on the TCP connection, the socket becomes readable to the phone, it wakes up and does what is necessary.

    No polling, unless you count a brief arousal from its slumber once every 15 minutes or so to reestablish a socket as polling.

    This technique is used for lots of things on the net such as imap idled an of course MS Active Sync with an exchange server. Its non-patentable, and Apple supplies the notification service for any application that cares to use it.

    --
    Sig Battery depleted. Reverting to safe mode.
  15. LTE, WiMax, IMS, UMA, One Voice, and VoLGA by Zigurd · · Score: 4, Informative

    LTE and WiMAX are the main competing 4G technologies. Both LTE and WiMAX are all-IP networks. No circuits. No dedicated channels for voice. If you run voice on 4G it will be packet voice no matter the other technology choices.

    One Voice is what this consortium is calling IMS for 4G. IMS uses SIP for signaling. That makes IMS more like the kind of packet voice you find in Asterisk. Except IMS includes a lot of additional standards that, among other things, enables it to replace the signaling used in circuit switched networks and still interface to those networks. Some people favor IMS because it is the officially accepted 3GPP standard for these types of networks. Other people don't like IMS because it is too complicated and includes a lot of stuff that is unlikely to be used, including stuff like using SIP to initiate Web sessions so you can charge for them. Not that anyone would accept that kind of product.

    The other consortium that pushing a voice call standard for LTE is called VoLGaA Forum. VoLGA stands for "Voice over LTE General Access." It works like UMA, which is a way of extending the circuit switched mobile signaling over IP. So you can buy these UMA "femtocells" - a really small cell site - and put them in your home or office and hook them up to your Internet service to extend mobile access to those locations. VoLGA is UMA scaled up to the whole network. Pretty suave, especially for the networks that already support UMA - you can re-use a lot of the same systems.

    WiMAX never flirted with UMA (as far as I know) and I think most WiMAX networks that support voice will use IMS. Which is what One Voice is promoting for LTE. So that's no disadvantage for WiMAX.

    You may be thinking "If it's all packet voice, why don't I put a SIP client on my smartphone and use my company's IP PBX? Or, why don't I use a smartphone Skype app?" That's called an over-the-top service (OTT). Which is why SMS is so... "important" to this discussion: The only thing you lose by using an OTT service, is SMS.

  16. Re:SMS on the Internet, efficiency issues. by rdoger6424 · · Score: 2, Insightful

    That's because the SMS system there was (is?) so broken that people had to use email.

    --
    "Hello 911? I just tried to toast some bread, and the toaster grew an arm and stabbed me in the face!"
  17. Re:SMS on the Internet, efficiency issues. by Anonymous Coward · · Score: 0

    Meh. Just let GV send your SMS to you via email, then you can get them in email and not need any special "SMS" support in the network.

  18. Re:SMS on the Internet, efficiency issues. by Anonymous Coward · · Score: 0

    Doesn't it make sense to just make a standard for pushing whatever data needs to be pushed

    It's amazing how we can be in 2009, talking about a system being built on top of IP, and the idea of "push" seems advanced. Give the phone a routable IPv6 address, using an extra layer of tunneling for mobile IPv6 if necessary. Every incoming IP packet is a potential "push", and the phone should have TCP listeners for allowing asynchronously initiated application connections from the outside. Apply some sensible firewall rules and TLS security, and you are most of the way there.

    By now, we should be talking about real advanced things, like a device that can delegate network policies into the network to help it manage its power budget, e.g. tell the network what your firewall goals are and even your QoS goals, so it can filter and queue traffic for you and avoid waking your radio with traffic you will just drop. All of these could be done as management protocols to modify TCP/IP connectivity "out of band" rather than some new abomination. A phone is a computer is a router.

  19. Re:SMS on the Internet, efficiency issues. by Cyberax · · Score: 1

    A simple solution: use a dedicated server (say $30-per-month VPS) to work as an adapter for their clumsy protocols.

  20. Re:SMS on the Internet, efficiency issues. by Animats · · Score: 1

    I was just using the iPhone as an example. I just need an API that accesses Google Voice for SMS. "pygooglevoice" has the right functionality, but once I got it working, I realized that underneath, the efficiency is awful.

    Eventually Google's developers will figure this out, and either block programmable clients or add an API. Google inherited this thing from Grand Central, which never had that many users, and it needs some rework for scaleup.

    Several commercial SMS gateways deliver SMS messages to web sites by making an HTTP request of the customer's web site. That's a form of "push". RSS polling wouldn't be expensive to support if done right. "No traffic" polls are cheap, especially if the information that user N has no new traffic is in RAM.