Re: [PATCH] Add mpty field to ofono_call

2009-11-23 Thread Marcel Holtmann
Hi Zhenhua, A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC. --- drivers/atmodem/atutil.c |4 +++- include/types.h |1 + 2 files changed, 4

[PATCH] Add mpty field to ofono_call

2009-11-22 Thread Zhenhua Zhang
A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC. --- drivers/atmodem/atutil.c |4 +++- include/types.h |1 + 2 files changed, 4 insertions(+), 1