~phablet-team/ofono/midori-support

« back to all changes in this revision

Viewing changes to src/gprs.c

  • Committer: Alfonso Sanchez-Beato
  • Date: 2015-09-28 08:10:59 UTC
  • mfrom: (6830.1.168)
  • mto: This revision was merged to the branch mainline in revision 6904.
  • Revision ID: alfonso.sanchez-beato@canonical.com-20150928081059-1o08e2a9pkit6ar6
* Update to upstream release 1.17
* Do not assert when the radio is unavailable (LP: #1490991)
* Fix crash when importing phonebook (LP: #1486004)
* Check only destination port when receiving push (LP: #1490673)
* Fix crash when retrying to close context (LP: #1492483)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1781
1781
 
1782
1782
        attach = attach && gprs->powered;
1783
1783
 
 
1784
        DBG("attach: %u, driver_attached: %u", attach, gprs->driver_attached);
 
1785
 
1784
1786
        if (gprs->driver_attached == attach)
1785
1787
                return;
1786
1788
 
1803
1805
 
1804
1806
        DBG("%d", status);
1805
1807
 
1806
 
        if (gprs->netreg_status == status)
1807
 
                return;
1808
 
 
1809
1808
        gprs->netreg_status = status;
1810
1809
 
1811
1810
        gprs_netreg_update(gprs);