~ubuntu-branches/ubuntu/vivid/ofono/vivid-proposed

« back to all changes in this revision

Viewing changes to unit/test-mtkunsol.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Alfonso Sanchez-Beato, Martti Piirainen
  • Date: 2014-08-04 09:01:34 UTC
  • mfrom: (1.3.22)
  • Revision ID: package-import@ubuntu.com-20140804090134-cj2dntd9ywbfp2oz
Tags: 1.12.bzr6872+14.10.20140804-0ubuntu1
[ Alfonso Sanchez-Beato ]
* doc, plugins/nettime.c: multi-modem support for nettime plugin
* build, doc, gril, mtkmodem, rilmodem, plugins/ril.c,mtk.c: expose
  RadioSettings 'ModemTechnologies' property.  This property can be
  used by clients to determine the supported raido technologies supported
  by a specific modem instance (LP: #1346790).
* gril/gril.c, mtkmodem, plugins/mtk.c, unit: add support for SIM hot insertion/
  removal support.  Hot-swap is disabled by default.  It can be enabled
  by defining OFONO_RIL_HOT_SIM_SWAP env var.
* gril, rilmodem, plugins/mtk.c,ril.c: MTK MMS fix.  For standalone
  MMS contexts, the cid and a special MMS-specific data profile need
  to included in the SETUP_DATA_CALL request.
* gril, mtk, ril, mtkmodem, rilmodem: Fix MTK data attachment (LP: #1349911)

[ Martti Piirainen ]
* plugins/ubuntu-apndb.c: fix IMSI provisioning (LP: #1347733)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
/*
51
51
 * The following hexadecimal data represents a serialized Binder parcel instance
52
 
 * containing a valid RIL_UNSOL_INCOMING_CALL_INDICATION message with the
 
52
 * containing a valid MTK_RIL_UNSOL_INCOMING_CALL_INDICATION message with the
53
53
 * following parameters:
54
54
 *
55
55
 * {1,677777777,161,0,1}
67
67
        .buf = (gchar *) &unsol_incoming_call_indication_parcel1,
68
68
        .buf_len = sizeof(unsol_incoming_call_indication_parcel1),
69
69
        .unsolicited = TRUE,
70
 
        .req = RIL_UNSOL_INCOMING_CALL_INDICATION,
 
70
        .req = MTK_RIL_UNSOL_INCOMING_CALL_INDICATION,
71
71
        .serial_no = 0,
72
72
        .error = 0,
73
73
};