After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775985 - add new apn type: initial attach
add new apn type: initial attach
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: Mobile broadband
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-12-12 14:24 UTC by Dragos Tatulea
Modified: 2016-12-13 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add "initial attach" apn type (407 bytes, patch)
2016-12-12 14:24 UTC, Dragos Tatulea
none Details | Review
add initial attach apn type patch (1.01 KB, patch)
2016-12-13 15:52 UTC, Dragos Tatulea
none Details | Review

Description Dragos Tatulea 2016-12-12 14:24:34 UTC
Created attachment 341819 [details] [review]
add "initial attach" apn type

4G has the concept of an initial attach apn. This is useful for provisioning the 4g auto-attach APN (set with +UCGDFLT).

For oFono we want to be able to attach the LTE atom with the initial attach apn only.
Comment 1 Dan Williams 2016-12-12 22:38:41 UTC
Sure, seems fine.

Note that +UCGDFLT is u-blox specific; other manufacturers have different methods to specify the initial attach APN (or "initial PDP context") which might even just be context #0 which can be set with +CGDCONT as normal.
Comment 2 Thomas Haller 2016-12-13 15:40:46 UTC
Dragos,

could you please re-submit the patch with a proper description? Preferably, created with `git format-patch`.

Usually, I would apply the patch and come up with a description of my own. But since I don't know much about this, it would be great if you could detail why this is done.

Thanks.
Comment 3 Dragos Tatulea 2016-12-13 15:44:47 UTC
Erm, sure. I had just followed the explanation from the wiki [1].

https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
Comment 4 Dragos Tatulea 2016-12-13 15:52:18 UTC
Created attachment 341884 [details] [review]
add initial attach apn type patch

There you go.