Bug 844288

Summary: Incorrect value of APN name for Sonera ISP
Product: Red Hat Enterprise Linux 6 Reporter: Josef Zimek <pzimek>
Component: mobile-broadband-provider-infoAssignee: Jirka Klimes <jklimes>
Status: CLOSED ERRATA QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: high    
Version: 6.3CC: jklimes, rkhan, tpelka
Target Milestone: rcKeywords: OtherQA
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: mobile-broadband-provider-info-1.20100122-2.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-25 08:55:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Josef Zimek 2012-07-30 08:39:31 UTC
Description of problem:

/usr/share/mobile-broadband-provider-info/serviceproviders.xml contains the following stanza:

        <provider>
                <name>Sonera</name>
                <gsm>
                        <network-id mcc="244" mnc="91"/>

                        <apn value="internet.saunalahti">
                                <name>Postpaid (contract)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>
                        <apn value="internet">
                                <name>Prepaid (no contract)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>

                        <apn value="prointernet">
                                <name>Prointernet (public IP)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>
                </gsm>
        </provider>

which is faulty because APN "internet.saunalahti" is for Saunalahti, another ISP.  APN "internet" works for Sonera.  Minor issue, but prevents the Sonera mobile broadband configuration "postpaid (contract") from working at all.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install package mobile-broadband-provider-info
2. /usr/share/mobile-broadband-provider-info/serviceproviders.xml contains invalid data
  
Actual results:
                        <apn value="internet.saunalahti">
                                <name>Postpaid (contract)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>
                        <apn value="internet">
                                <name>Prepaid (no contract)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>

                        <apn value="prointernet">
                                <name>Prointernet (public IP)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>

Expected results:
Section for Sonera ISP will contain only following sections:
                        <apn value="internet">
                                <name>Prepaid (no contract)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>

                        <apn value="prointernet">
                                <name>Prointernet (public IP)</name>
                                <dns>192.89.123.230</dns>
                                <dns>192.89.123.231</dns>
                        </apn>


Additional info:
Check if Saunalathi provider has correct value

Comment 5 RHEL Program Management 2012-09-07 05:24:47 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.

Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.

Comment 12 errata-xmlrpc 2013-06-25 08:55:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0974.html