Bug 455347

Summary: Setting GPRS APN in applet GUI makes no effect
Product: [Fedora] Fedora Reporter: Leonid Kanter <leon>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: dcbw, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-02 22:16:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leonid Kanter 2008-07-14 22:11:39 UTC
Description of problem:

If you set GPRS APN in NM applet GUI, it will not be passed to modem in
appropriate AT command.

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

NetworkManager-0.7.0-0.9.4.svn3675.fc9.i386

How reproducible:

always

Steps to Reproduce:
1. add line "daemon.*   /var/log/daemon" to /etc/rsyslogd.conf and restart rsyslog
2. With GPRS modem or mobile phone connected, go to "Mobile Broadband"
configuration menu and press Edit on "Auto GSM" connection
3. Set APN to something like "blabla"
4. Try to establisg GPRS connection
5. Run command "grep blabla /var/log/daemon"  

Actual results:

no match found

Expected results:

Following string should appear:

Sending: 'AT+CGDCONT=1,"IP","blabla"'

Comment 1 Dan Williams 2008-11-02 22:16:00 UTC
Should be fixed in latest NM updates (svn4022 and later)