summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 4a12b6fef1e1549a8ef03493469c5ac0d09d79de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
Background
==========

- Priority scale: High, Medium and Low

- Complexity scale: C1, C2, C4 and C8.  The complexity scale is exponential,
  with complexity 1 being the lowest complexity.  Complexity is a function
  of both task 'complexity' and task 'scope'.

  The general rule of thumb is that a complexity 1 task should take 1-2 weeks
  for a person very familiar with oFono codebase.  Higher complexity tasks
  require more time and have higher uncertainty.

  Higher complexity tasks should be refined into several lower complexity tasks
  once the task is better understood.


SMS
===

- SMS CS/PS bearer selection per 3GPP 27.007 +CGSMS command.  Several
  operators mandate a particular setting for the SMS bearer.  The question
  to figure out is whether this should be exposed as a property or a global
  setting in e.g. /etc/ofono/main.conf.

  Priority: Low
  Complexity: C1

- Add support for Enhanced SMS (EMS) from 3GPP 23.040.  These SMS messages
  support a richer set of formatting elements, including bold/italic and
  font size selection.  Embedding images and sounds into the SMS is also
  supported.  This task should add support for receiving such SMS messages.

  Proposed solution is to convert such messages to HTML and embed image /
  sound data as embedded MIME in the generated HTML stream.  The EMS messages
  will have to be detected (by the presence of particular tags in the SMS)
  and signaled seperately from simple SMS messages.

  Priority: Low
  Complexity: C8

- Source / Destination port addressing scheme from 3GPP 23.040.  A special
  header is used to indicate the source / destination port of the application
  this SMS message belongs to.  Such messages which are encoded in 8-bit should
  be decoded by oFono automatically.  The handler associated with this source /
  destination port is called with the decoded stream.

  Proposed solution involves a registration / callback framework in the SMS
  atom for plugins to register handlers.  Default (wildcard) handler is also
  desired.

  Priority: High
  Complexity: C2
  Owner: Aki Niemi <aki.niemi@nokia.com>

- Smart Messaging Service.  This is a separate standard from Nokia and uses
  the 3GPP 23.040 source / destination addressing scheme.  The main aim of
  this task is to support vCards and vCalendar objects over SMS.

  Proposed solution is to add a plugin with an extension API to send / receive
  such messages.

  Priority: Medium
  Complexity: C2
  Depends: Source / Destination port scheme

- WAP PUSH notification support for MMS.  oFono should be able to receive
  WAP PUSH messages over SMS, parse them and report them to the upper level
  MMS stack.

  Priority: Low
  Complexity: C8

- See / Cancel pending SMS messages over DBus.  When oFono sends SMS messages
  the method call is only returned when the message has been submitted to the
  network.  Instead we should return an object path and allow cancellation of
  pending messages.

  Priority: High
  Complexity: C2

- Persist outgoing SMS messages.  Currently oFono persists incoming messages
  that are fragmented.  However oFono does not persist queued outgoing
  messages.  oFono should persist such messages and restore / requeue them
  on the next oFono startup.

  Priority: High
  Complexity: C1

- Better unique ID for incoming / outgoing messages.  Currently oFono uses
  a simple incremental counter stored in the settings store (NextMessageId).
  This tends to break quite easily in strange situations (e.g. forced battery
  removal, unexpected crashes).  This makes the uniqueness of this ID not
  always guaranteed.

  Proposed solution is to base the ID on SHA1 or MD5 hash.  Hash the contents
  of the message + reception / sent time and the sender / originator address.

  Priority: High
  Complexity: C1

- SMS Status Report support support according to 3GPP 23.040.  oFono should
  support SMS start reports.  For fragmented SMS messages oFono should take
  care of collating the status reports for each fragment and notifying once
  all fragments are received.

  SMS call history should be updated with support of SMS 'delivered' or
  'undeliverable' status.

  Priority: Medium
  Complexity: C4
  Owner: Pasi Miettinen <pasi.miettinen@ixonos.com>


SIM / SIM File system
=====================

- Fixed Dialing support.  oFono should support Fixed Dialing Numbers.  This
  requires being able to edit the FD phonebook or assume that the FD phonebook
  has been appropriately bootstrapped.

  Priority: Low
  Complexity: C2

- Barred Numbers.  oFono should support Barred Numbers capability.  This
  requires ability to read & write EFadn entries on the SIM.

  Priority: Low
  Complexity: C4

- Read / Write EFcfis.  Call forwarding settings can be bootstrapped on the
  SIM for faster notification of the user that call forwarding is active.
  These settings are stored in EFcfis.  oFono should read these settings and
  update the call history atom appropriately.

  Priority: Low
  Complexity: C2

- SIM Call History plugin.  New UICCs support four new SIM elementary files
  for storing call history information on the SIM: EFici, EFict, EFoci, EFoct.
  A plugin should be developed for oFono that will write to these files.

  Priority: Low
  Complexity: C2

- Support proprietory extensions for SIM PIN retry counter.  Most vendors
  provide an extension commands to obtain such a retry counter for PINs and
  PUKs.  Need to enable this as a property in oFono.

  Priority: Low
  Complexity: C2


Modem Emulator
==============

- Support HFP AG emulator.  We should provide a new HFP_AG_EMULATOR atom type
  that will implement the Bluetooth HFP AG profile.  Voicecall atom, netreg
  atoms can register command handlers for this atom appropriately.

  Complexity: C4
  Priority: Medium

- Support extensions to HFP AG emulator.  Some carkits support additional
  AT command extensions to the Bluetooth HFP AG standard.  Refer to CE4A
  white paper: "AT-commands for Automotive Premium Phone Integration".
  Plugins can register additional command handlers appropriately to handle
  such commands.

  Complexity: C4
  Priority: Medium
  Depends: HFP AG emulator

- Support HSP AG.  Similar to HFP AG emulator but implements the much reduced
  Bluetooth HSP AG profile.

  Priority: Low
  Complexity: C1

- Support DUN emulator. Implement the Bluetooth DUN profile with only mandatory
  AT command support.

  Complexity: C4
  Priority: Medium

  Depends: PPP Server mode

- Support Bluetooth SPP profile.

  Complexity: C4
  Priority: Medium


Flight Mode
===========

- Flight Mode support.  Add an 'Online' property to the Modem interface that
  will control the online state of the modem.  When Online state is True all
  atoms are available.  When Online state is False, all network related items
  are removed (e.g. CallSettings) or enter into reduced functionality set
  where only the SIM is available (e.g. DataConnectionManager, SimManager, etc)

  Complexity: C4
  Priority: High
  Owner: Pekka Pessi <pekka.pessi@nokia.com>


GPRS
====

- PPP gprs-context driver support.  Add an implementation for 'atmodem' that
  will use the GAtPPP stack to drive a GPRS context interface.  Nicely support
  existing PPP based modems like Huawei, Novatel and Sierra.

  Priority: High
  Complexity: C2

- PPP Server support.  Extend GAtPPP to support PPP Server role, similarly to
  how existing GSM modems support PPP GPRS contexts.

  Priority: High
  Complexity: C2

- On-demand SOCKS5 proxy support for MMS contexts.  When an MMS context type
  is created, oFono should create a SOCKS5 proxy.  When a client connects to
  the proxy, oFono can activate the GPRS context on-demand.

  Priority: High
  Complexity: C2

- Add support for GPRS suspended event.  Expose this to the UI by adding a new
  'Suspended' property on the DataConnectionManager D-Bus interface.

  Priority: High
  Complexity: C1


Location Services
=================

- Neighbor Cell Info.  Add dedicated atom, D-Bus API and atom driver(s) for
  Neighbor Cell information.

  Complexity: C4
  Priority: Medium


Supplementary Services
======================

- Closed User Group (CUG) support.

  Priority: Low
  Complexity: C8

- Call Completion to Busy Subscriber (CCBS) support

  Priority: Low
  Complexity: C8

- Calling Name Presentation (CNAP) support

  Priority: Low
  Complexity: C2

- User to User Signaling (UUS) support

  Priority: Low
  Complexity: C8

- Multiple Subscriber Profile (MSP) support

  Priority: Low
  Complexity: C2

- CPHS Support.  This includes ALS and CPHS specific elementary files.

  Priority: Low
  Complexity: C8


Miscellaneous
=============

- Country Specific emergency numbers.  Figure out how to support countries with
  specific mandated emergency numbers which are not part of the standard
  emergency number list.

  Complexity: C2
  Priority: Low

- Bluetooth SAP Client support.  The Telit UC864-G devices support Bluetooth
  SAP client mode.  This requires the use of a modem side-channel to read the
  APDU & CPDU data and send it to the remote phone device over Bluetooth RFCOMM
  channel.

  Complexity: C4
  Priority: Low

- Frequency Band Selection.  Add frequency band selection capability to the
  RadioSettings atom.

  Complexity: C2
  Priority: Low

- PolicyKit support.  Add support for PolicyKit checking of all oFono D-Bus
  interfaces.

  Complexity: C4
  Priority: Low

- Internet Access Provider database.  Have oFono automatically configure
  GPRS contexts based on an internal database.  Database format to be decided.
  If there are multiple matches in the database, then some user intervention
  might be required.

  Priority: Medium
  Complexity: C8

- Support for modem 'silent' reset notifications.  oFono will remove all atoms
  and re-initialize.

  Priority: Medium
  Complexity: C2

- Add support for Modem 'power down & lock' and 'unlock & power up'.  When the
  'power down & lock' is given, the calling application is noted and all
  other applications are blocked from powering up the modem.  Only the calling
  application can lift the lock.  Alternatively, if the calling application
  exits prematurely the lock is lifted as well.

  Priority: Medium
  Complexity: C2

- Add a property for Automatic Idle (sometimes referred to as Fast Dormancy)
  in the RadioSettings atom.  This property will enable or disable the use of
  automatic connection release by the modem for power consumption reasons.
  This is a major power-saving feature for phones, but can be ignored for USB
  sticks or PCI devices.

  If the modem does not support such a feature the property should never be
  exposed to the user.

  Priority: High
  Complexity: C1

- Add support for country / carrier specific emergency call list.  This needs
  to be queried by the voicecall atom every time a new SIM is inserted.

  Priority: High
  Complexity: C1

- Extend the voicecall interface with a property indicating whether this call
  is an emergency call (essentially the CLI matches one of the numbers on the
  emergency calling codes list.)

  Priority: High
  Complexity: C1

- TTY (hearing impaired) support.  Add a new oFono atom type that will enable
  the user to enable or disable the TTY support on the modem.  Support for
  automatic detection of TTY (signaled by the driver) is also desired.

  Priority: High
  Complexity: C1