gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Identify - eliminating statics


From: BORBELY Zoltan
Subject: Re: Identify - eliminating statics
Date: Wed, 3 Apr 2002 19:01:42 +0200
User-agent: Mutt/1.2.5.1i

Hello,

On Wed, Apr 03, 2002 at 05:50:40PM +0200, Pawel Kot wrote:
> > You have two 6110 phones connected to your system (in the future we are
> > planning multiple phone support). You get a call notification from
> > phone1. How can you decide which phone issued the notification message?
> > If the incoming function gets the state structure the answer is quite
> > easy (each phone have own state structure).
> 
> But you can do it in the link layer. You don't have to do it in the incoming
> functions. Incoming functions should be in fact used to fill in some GSM_Data
> fields. Or am I missing something?

The call notification messages are unsolicited. You can issue another
request and you get back a call notification too. This is why it implemented
as a callback function. IMHO putting inside data isn't good. And there's
another state dependent things which can be different between phones
(e.g. OnSMS callback). And what about the nokia authentication protocol?
Where can we store MagicBytes? Some messages handled differently depending
on the state (e.g. "dropping it" or "doing something" are trivial cases).

Bye,
Bozo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]