~indicator-network-developers/ofono/trunk.packaging

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Kalle Valo
  • Date: 2011-02-21 07:46:07 UTC
  • mfrom: (2738.1.2125)
  • Revision ID: kalle.valo@canonical.com-20110221074607-u4rocuj2p75kpht9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  Complexity: C2
41
41
  Owner: Yang Gu <yang.gu@intel.com>
42
42
 
43
 
- Persist outgoing SMS messages.  Currently oFono persists incoming messages
44
 
  that are fragmented.  However oFono does not persist queued outgoing
45
 
  messages.  oFono should persist such messages and restore / requeue them
46
 
  on the next oFono startup.
47
 
 
48
 
  Priority: High
49
 
  Complexity: C1
50
 
  Owner: Kristen Carlson Accardi <kristen@linux.intel.com>
51
 
 
52
43
- Asynchronously acknowledge SMS DELIVER messages sent by the SMS driver
53
44
  to core using ofono_sms_deliver_notify().  This may require the struct
54
45
  ofono_sms_driver to be extended with one more function pointer like:
255
246
  Priority: Low
256
247
  Complexity: C8
257
248
 
 
249
- Call forwarding state handling change
 
250
 
 
251
  At the moment call forwarding states are not always correct. Any active
 
252
  conditional call forwarding should become quiescent while unconditional call
 
253
  forwarding is activate. If call forwarding unconditional is subsequently
 
254
  deactivated, all the quiescent forwardings should become operative again.
 
255
  I.e. No conditional call forwardin string should be returned while
 
256
  unconditional call forwarding is active even if they exist.
 
257
 
 
258
  If there is an successful attempt to activate/deactivate conditional call
 
259
  forwarding while unconditional call forwarding is active the conditional cache
 
260
  flag should cleared.
 
261
 
 
262
  Priority: Low
 
263
  Complexity: C1
 
264
 
258
265
 
259
266
Voicecall
260
267
=========
268
275
  Complexity: C1
269
276
  Owner: Pekka Pessi <pekka.pessi@nokia.com>
270
277
 
271
 
- Long phone numbers. According to 3GPP TS 24.008, the callee address
272
 
  can be up to 80 digits long.
273
 
 
274
 
  Priority: Medium
275
 
  Complexity: C2
276
 
  Owner: Rafael Ignacio Zurita <rafael.zurita@profusion.mobi>
277
 
 
278
278
- Dial strings. Include CLIR prefixes and 2nd stage dial strings in the
279
279
  DialString call property. Add dialstring accessor method to C API.
280
280
 
337
337
  Priority: High
338
338
  Complexity: C8
339
339
 
 
340
- Support of the BIP (Bearer Independent Protocol) proactive commands.
 
341
  The specification defines several bearer types. For now, only the packet data
 
342
  service bearer is considered.
 
343
 
 
344
        - OPEN CHANNEL: requests the terminal to open a data channel with
 
345
        parameters indicated in the command. A user confirmation may be
 
346
        requested by the SimToolkitAgent.
 
347
        - CLOSE CHANNEL:requests the terminal to close the specified data
 
348
        channel.
 
349
        - RECEIVE DATA:requests the terminal to return to the UICC data
 
350
        received on the specified channel.
 
351
        - SEND DATA:requests the terminal to send on the specified channel data
 
352
        provided by the UICC.
 
353
        - GET CHANNEL STATUS: requests the terminal to return the current
 
354
        status of all available data channels.
 
355
 
 
356
  Priority: Medium
 
357
  Complexity: C4
 
358
  Owner: Philippe Nunes <philippe.nunes@linux.intel.com>
 
359
 
 
360
- Support Setup Event List proactive command.
 
361
  To fully support the class 'e', the following events
 
362
        -Data Available event
 
363
        -Channel status event
 
364
  shall be monitored by oFono if part of the current event list.
 
365
  This list is supplied by the last SETUP EVENT LIST command.
 
366
 
 
367
  Priority: Medium
 
368
  Complexity: C2
 
369
  Owner: Philippe Nunes <philippe.nunes@linux.intel.com>
340
370
 
341
371
Emergency Calls
342
372
===============
590
620
  Priority: Medium
591
621
  Complexity: C4
592
622
 
593
 
CDMA NETWORK ACQUISITION
 
623
CDMA Network Acquisition
594
624
========================
595
625
 
596
626
- Support reporting of the received signal strength indicator (RSSI)