Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix typo in SS enum to string conversion
@ 2010-10-07 10:50 Alexander Kanavin
  2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
  2010-10-07 11:10 ` [PATCH 1/3] Fix typo in SS enum to string conversion Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Kanavin @ 2010-10-07 10:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

---
 src/common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common.c b/src/common.c
index 55c4b40..bcd42f6 100644
--- a/src/common.c
+++ b/src/common.c
@@ -438,7 +438,7 @@ const char *ss_control_type_to_string(enum ss_control_type type)
 {
 	switch (type) {
 	case SS_CONTROL_TYPE_ACTIVATION:
-		return "acivation";
+		return "activation";
 	case SS_CONTROL_TYPE_REGISTRATION:
 		return "registration";
 	case SS_CONTROL_TYPE_QUERY:
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] Fix COLR typo
  2010-10-07 10:50 [PATCH 1/3] Fix typo in SS enum to string conversion Alexander Kanavin
@ 2010-10-07 10:50 ` Alexander Kanavin
  2010-10-07 11:11   ` Marcel Holtmann
  2010-10-07 11:10 ` [PATCH 1/3] Fix typo in SS enum to string conversion Marcel Holtmann
  1 sibling, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2010-10-07 10:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

---
 src/call-settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/call-settings.c b/src/call-settings.c
index f206e7b..23da47e 100644
--- a/src/call-settings.c
+++ b/src/call-settings.c
@@ -551,7 +551,7 @@ static void clip_colp_colr_ss_query_cb(const struct ofono_error *error,
 	case CALL_SETTING_TYPE_COLR:
 		set_colr(cs, status);
 		value = colr_status_to_string(status);
-		context = "CallingLineRestriction";
+		context = "CalledLineRestriction";
 		break;
 
 	default:
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] Fix typo in SS enum to string conversion
  2010-10-07 10:50 [PATCH 1/3] Fix typo in SS enum to string conversion Alexander Kanavin
  2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
@ 2010-10-07 11:10 ` Marcel Holtmann
  1 sibling, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2010-10-07 11:10 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

Hi Alex,

>  src/common.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

patch has been applied. Thanks.

Regards

Marcel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] Fix COLR typo
  2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
@ 2010-10-07 11:11   ` Marcel Holtmann
  2010-10-13 10:41     ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2010-10-07 11:11 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

Hi Alex,

>  src/call-settings.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

patch has been applied. Thanks.

Regards

Marcel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] Fix COLR typo
  2010-10-13 10:41     ` Alexander Kanavin
@ 2010-10-13 10:07       ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2010-10-13 10:07 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

Hi Alex,

> >>   src/call-settings.c |    2 +-
> >>   1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > patch has been applied. Thanks.
> 
> Why hasn't the third patch been applied? I'll resend it now - there's been 
> a small tweak.

because it never showed up ;)

Please re-send it.

Regards

Marcel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] Fix COLR typo
  2010-10-07 11:11   ` Marcel Holtmann
@ 2010-10-13 10:41     ` Alexander Kanavin
  2010-10-13 10:07       ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2010-10-13 10:41 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

On 07.10.2010 14:11, ext Marcel Holtmann wrote:

>>   src/call-settings.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> patch has been applied. Thanks.

Why hasn't the third patch been applied? I'll resend it now - there's been 
a small tweak.

Regards,
Alex

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-13 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 10:50 [PATCH 1/3] Fix typo in SS enum to string conversion Alexander Kanavin
2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
2010-10-07 11:11   ` Marcel Holtmann
2010-10-13 10:41     ` Alexander Kanavin
2010-10-13 10:07       ` Marcel Holtmann
2010-10-07 11:10 ` [PATCH 1/3] Fix typo in SS enum to string conversion Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox