WO2001014960A2 - Generic interface for a software module - Google Patents

Generic interface for a software module Download PDF

Info

Publication number
WO2001014960A2
WO2001014960A2 PCT/US2000/022904 US0022904W WO0114960A2 WO 2001014960 A2 WO2001014960 A2 WO 2001014960A2 US 0022904 W US0022904 W US 0022904W WO 0114960 A2 WO0114960 A2 WO 0114960A2
Authority
WO
WIPO (PCT)
Prior art keywords
software module
software
module
state
operative
Prior art date
Application number
PCT/US2000/022904
Other languages
French (fr)
Other versions
WO2001014960A3 (en
Inventor
Jean-Pierre Dalmasso
Original Assignee
Koninklijke Philips Electronics N.V.
Philips Semiconductors, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Koninklijke Philips Electronics N.V., Philips Semiconductors, Inc. filed Critical Koninklijke Philips Electronics N.V.
Priority to EP00961345A priority Critical patent/EP1250643A2/en
Priority to JP2001519258A priority patent/JP2003513346A/en
Publication of WO2001014960A2 publication Critical patent/WO2001014960A2/en
Publication of WO2001014960A3 publication Critical patent/WO2001014960A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Programmable Controllers (AREA)

Abstract

An apparatus for controlling a software module is provided which includes a software module having at least one input port and an output port, the module operative to perform a task. A linking interface communicates with the module and is operative to control a state of the software module. Memory is operative to store a plurality of inputs that configure states for the module, and processing circuitry communicates with the memory and the interface and is operative to control the state of the module by delivering one of the inputs from the memory to the linking interface. A method is also provided.

Description

DESCRIPTION GENERIC INTERFACE FOR A SOFTWARE MODULE Cross-Reference to Related Application
This application claims the benefit of U.S. Patent Application Serial No. 09/379,556 filed 23 August 1999. Technical Field
This invention relates to software and the control of software modules. More particularly, this invention relates to an apparatus and method for controlling a software module with a generic interface, such as performing a synchronous task like the control of a hardware chipset within a device, for example, within a portable telecommunications device. Background Art
The utilization of software has grown significantly in recent years. The advent of personal computers (PCs) has led to a proliferation in the number of software packages and solutions. Additionally, many portable electronic devices and telecommunications devices include integrated circuit chipsets that contain processing circuitry and memory which take advantage of software solutions to deliver functionality to a user. For example, one digital mobile telephone system referred to as Groupe Special Mobile (GSM) utilizes both software modules and hardware modules to deliver functionality over a digital mobile telephone system.
GSM handsets use complex signaling protocols which are required for proper operation of a GSM handset. The complex signaling protocols are implemented in a GSM Protocol Stack which provides a complete multiband handset solution when coupled with one or more layers of internal operating software. The layered operating software is a layered structure that closely follows a software architecture that is defined by a specification for the GSM standard. Specific architecture and developments for the GSM standard are made by the European Telecommunications Standard Institute (ETSI) via a Special Mobile Groupe (SMG) technical committee. A set of technical specifications is published by the Publications Office of ETSI, and such publication is herein incorporated by reference as though set forth in full.
The GSM standard has many applications including utilization on hand-held devices, portable devices, transportable devices, portable phone systems, computer systems, modems, and other systems where the utilization of GSM mobile station functionality is desired. In order to add GSM architecture functionality to many devices, software modules and hardware modules are utilized. However, the utilization of software modules presents problems during the design of such devices. Disclosure of the Invention
An apparatus and method are provided for controlling a software module. The control is achieved by sending events to a software module. The events are used to control specific behavior of the software module. The software module performs a synchronous task; e.g., the control of a hardware chipset for a GSM handset.
According to one aspect of the invention, an apparatus for controlling a software module is provided which includes a software module having at least one input port and an output port, the module operative to perform a task. A linking interface communicates with the module and is operative to control a state of the software module. Memory is operative to store a plurality of inputs that configure states for the module, and processing circuitry communicates with the memory and the interface and is operative to control the state of the module by delivering one of the inputs from the memory to the linking interface.
According to another aspect of the invention, a software module control system for controlling a software module having at least one input port and an output port is provided. An interface is configured to communicate with a software module and is operative to control an operating state of the software module. Processing circuitry communicates with the interface and is operative to selectively control the operating state of the software module by delivering an input that configures an operating state of the software module.
According to yet another aspect, a method for controlling a software module is provided which includes a software module having at least one input port and an output port, wherein the software module is operative to perform a task. The method also includes a plurality of events that configure the software module into respective operating states; applying one of the events to the software module to configure the operating state of the software module.
One advantage of the present invention is improved control of a software module. Brief Description of the Drawings
Preferred embodiments of the invention are described below with reference to the following accompanying drawings.
Fig. 1 is a block diagram of a GSM handset and mobile station system utilizing an apparatus for controlling an internal software module according to Applicant's invention. Fig. 2 is a schematic block diagram illustrating the manner in which software modules are organized within one or more layers of a computer program, in this case how a GSM stack is organized within a mobile phone handset.
Fig. 3 is a schematic block diagram illustrating the manner in which events are sent to a synchronous software module in order to control the software module.
Fig. 4 is a flowchart illustrating operation of the method and system according to one aspect of Applicant's invention. Best Modes for Carrying Out the Invention and Disclosure of Invention
For purposes of this disclosure, "GSM" is understood to refer to GSM900 and derivative standards DCS 1800 and PCS 1900. GSM is one exemplary environment where software modules can be controlled using the apparatus and method of Applicant's invention. However, it is understood that the features of Applicant's invention can be used to control software modules within any environment that requires the control of a software module. Also for purposes of this disclosure, a "software module" is understood to refer to a logically self-contained and discrete part of a larger program, and can include objects, functions, procedures, routines and applications. A complete application program is formed from one or more software modules, or program modules. A software module is configured to accept logical inputs and logical outputs. Internally, the software module carries out a set of processing actions which are reflected in the output. Typically, a software module will be designed with only one input and one output which form a single entry point and exit point. However, for purposes of implementing Applicant's invention it is understood that a software module can have more than one input and output. Typically, a software module is used to implement a subroutine where there exists only a single input and output, or entry and exit points. Software modules are a product of modular programming which enables breakdown of complex tasks into smaller and simpler subtasks which facilitates the design and test of complex functional programs. However, the interactions between individual software modules has heretofore been very restricted. Although this greatly simplifies the understanding as to how a program works, improved techniques for communicating and controlling software modules pursuant to Applicant's invention are greatly needed.
The control of software modules is a desirable feature for many software applications, including the control of a software module located within a GSM stack of a GSM handset or mobile phone. Figure 1 is a block diagram of a GSM handset and mobile station system that includes a GSM stack with software layers and software modules that benefit by utilizing Applicant's apparatus and method for controlling particular software modules. In order to carry out such control, an interface is provided that sends specific events to software modules in order to implement control of such modules. A GSM handset 10 includes a GSM stack 12 and internal hardware components carried on one or more circuit boards 14 and 16. Processing circuitry 18 is included on boards 14 and 16 along with memory 20. In order to implement GSM architecture digital communications, it is understood that circuit boards 14 and 16 also include additional hardware such as a digital signal processor, transceiver circuitry, a source coding bank and a data codec. However, such GSM hardware or structure is not necessary to understand the implementation of Applicant's invention, and therefore further details will not be described in order that the features of Applicant's invention are not obscured in the process.
As shown in Figure 1, GSM handset 10 is a portable electronic communications device that utilizes a software package that includes layers and modules that will benefit from implementation of Applicant's invention. More particularly, handset 10 includes software in the form of GSM stack 12. Stack 12 includes a plurality of software layers identified for purposes of illustration as layers 22-24. Such software layers are used to subdivide a software stack into discrete components so that design and test can be subdivided into various different organizations or groups.
Generally, functions in higher, or outer, layers call functions in lower, or inner, layers. For example, layer 1, identified by reference numeral 22, might be a lower level layer that is developed by Company A, while mid-level layer 23 is developed by Company B. In this manner, the complexity of a software package or solution can be divided so that design tasks can be split up and handed out to specific organizations/individuals based upon expertise and availability to contribute to the design process. Typically, higher layers are implemented in terms of the functionality of lower layers. By breaking an application program into layers, clean interfaces are provided which facilitates design and testing. Furthermore, each layer 22-24 of the GSM software stack 12 is subdivided into several software modules. A software module is a self-contained software component that cooperates interactively with a larger program or system. Typically, a software module is designed to implement a specific task within a larger software program. Accordingly, software modules are utilized in modular programming where the design of a program is broken down into individual components, or modules, that are each capable of being independently programmed and tested. Modular programming has become a necessity when designing, developing, and maintaining relatively large software projects. A similar approach has been undertaken with respect to the use of self- contained hardware modules. The field of object-oriented programming (OOPS) has evolved from modular programming, and a set of formal rules has been laid out for developing self-contained software modules.
A schematic block diagram illustrating the manner in which software modules are organized within one or more layers of a computer program is shown and described below with reference to Figure 2. As shown in Figure 2, GSM stack 12 is broken into several layers 22-24, and each layer may be broken down into a plurality of individual software modules. For example, layer 22 is shown broken down into individual software modules 26-28. Layer 23 includes module 29, whereas layer 24 includes module 30. A link is provided between software modules 26-27 via an interface 32. A similar link is provided by interface 34 between modules 29 and 30. It is further understood that additional interfaces (not shown) can be provided between any of modules 26-30. Interface 32 comprises a linking interface that communicates with associated software modules 26 and 27. Interface 32, in operation, is operative to control the behavior of software modules 26 and/or 28. As shown in Figure 2, interface 32 is provided between two software modules
26 and 27 that are located within the same software layer 22 (here identified as "Layer 1 "). However, it is understood that interface 32 can also be provided between software modules present in different software layers; e.g., software modules present in "Layer 1 " and "Layer 2" identified by reference numerals 22 and 24. Layers 22 and 24 are both contained within the GSM stack 12.
Interface 34 illustrates a link between module 29, located in a lower layer of GSM stack 12, and module 30, located in an upper layer of GSM stack 12. Such link can be implemented over a logical input of a software module. In one case, the link is implemented over a single input of a software module. In another case, the software module has a plurality of inputs, and a dedicated input is provided for the link, or interface.
By providing software modules with interfaces, a software developer can develop a lower level module, such as module 29, for a program stack 12, while upper levels, or layers, in stack 12 are being developed by other companies. At the same time, the control features of Applicant's invention, enabled via interface 34, provide for control of specific software modules via a series of "EVENTS". These specific "EVENTS" can be used to put a software module into a specific operating state.
More particularly, a software module can be controlled by events which enable the placement of a software module into a specific state. For example, each software module can be a specific task that is to be performed within the software stack. Two events can be defined for controlling the state of the software module. For example, one event can drive the software module to an active state, while another event can drive the software module to a deactivated state. Hence, events can be sent to a module which is very useful for software applications such as GSM applications since an event can be used to send a command to a software module where one event activates the state and the other event deactivates the state.
Such events are stored in memory, such as a look-up table or read-only memory (ROM). Processing circuitry, in the form of a processor, microprocessor or microcontroller, implement the control of individual software modules by delivering such events and logical inputs to a software module via a linking interface, and by receiving logical outputs from the software module. Accordingly, the processing circuitry regulates communication between software modules, and sets the control of individual software modules.
According to another example, one event can set a software module into an idle mode, while another event can set a software module into a dedicate mode. Such events can be applied to all modules in a software system, such as a GSM stack. Accordingly, the events are used to control the behavior of the respective software module. A list of possible events is provided as follows:
A. ACTIVATE - This event is used to "awaken" a software module. After occurrence of this event, the software module can treat other events.
B. DEACTIVATE - This event is used to "deactivate" the module. After occurrence of this event, the software module does not treat other events, except for an ACTIVATE event.
C. TICK - This event is used to generate a clock for the software module. The START event and STOP event are treated after the occurrence of the TICK event.
D. START - This event is used to start the process of the software module.
E. STOP - This event is used to stop the process of the software module. As shown in Figure 3, interface 32 enables the application of events 36 to specific software modules such as software module 26 from external sources, such as from other software modules. Each event 36 is operative to generate a change in state for the software module. The events 36 on the list described above are identified as follows: activate event 38; deactivate event 39; tick event 40; start event 41; and stop event 42. By applying these events 38-42 selectively to a software module, the operating states of such software modules can be controlled. For example, activate event 38 and deactivate event 39 cause "wake-up" and
"sleep" states to be realized by a software module. Tick event 39 provides a clock pulse for the software module. In operation, it is required that tick event 40 precede use of start event 41 and stop event 42. Start event 41 is used to start the process of the software module, whereas stop event 42 is used to stop the process of the software module.
With respect to tick event 40, a "tick" is a unit of time, or time frame, utilized within GSM. A single "tick" has a defined unit length somewhere in the range of 6/1300 milliseconds and provides the reference clock of GSM. Everything in GSM is regulated by this reference clock, and a tick event is sent to each frame of the time frame. In this manner, the behavior of the module can be controlled synchronously.
An interface design is used to realize Applicant's invention where a software system is divided into modules. The ability is provided to link between modules, and between layers or stacks. Accordingly, the ability is provided via events to control the operating states of a software module. Figure 4 illustrates a process flow diagram showing logic processing for configuring the operating state of a software module. Such process flow diagram is implemented on processing circuitry 18 (of Fig. 1). More particularly, Figure 4 illustrates the process of configuring the operating state of a software module. The logic flow diagram illustrates the steps implemented by processing circuitry when configuring such software module.
In Step "SI", a software module is provided having at least one input port and an output port, wherein the software module is operative to perform a task. After performing Step "SI ", the process proceeds to Step "S2".
In Step "S2", one or more events are provided that configure the software module into one or more operating states. For example, a plurality of events are provided that configure the software module into respective operating states. After performing Step "S2", the process proceeds to Step "S3".
In Step "S3", the processing circuitry is used to apply one of the events to the software module in order to configure the operating state of the software module. More particularly, the processing circuitry applies one of the events to the software module in order to configure the operating state of the software module. After performing
Step "S3", the software module configuration technique of Applicant's invention terminates.

Claims

1. An apparatus for controlling a software module, comprising: a software module having at least one input port and an output port, the module operative to perform a task; a linking interface communicating with the module and operative to control a state of the software module; memory operative to store a plurality of inputs that configure states for the module; and processing circuitry communicating with the memory and the interface and operative to control the state of the module by delivering one of the inputs from the memory to the linking interface.
2. The apparatus of claim 1 wherein the linking interface is operative to impart a plurality of states to the software module by retrieving a corresponding input from the memory.
3. The apparatus of claim 1 wherein one of the inputs retrieved from the memory imparts a tick state on the software module.
4. The apparatus of claim 1 wherein one of the inputs retrieved from the memory imparts a start process state on the software module, and another input imparts a stop process state on the software module.
5. The apparatus of claim 1 wherein the processing circuitry comprises a microprocessor, and the linking interface is implemented on the microprocessor.
6. The apparatus of claim 1 wherein the memory has a table of events containing one or more event entries that control the operating state of the software module.
1. The apparatus of claim 6 wherein the plurality of inputs within the memory comprise the event entries.
8. The apparatus of claim 1 wherein the linking interface comprises a communication linkage coupled between the processing circuitry and the software module.
9. The apparatus of claim 1 wherein the linking interface is operative to communicate between a pair of software modules.
10. The apparatus of claim 1 wherein the software module comprises a plurality of software modules, the linking interface communicating with each of the software modules.
11. The apparatus of claim 1 wherein the software module is contained within a layer of a software program.
12. The apparatus of claim 1 wherein a first software module is contained within a first layer of a software program, and a second software layer is contained within a second layer of the software program.
13. A software module control system for controlling a software module having at least one input port and an output port, comprising: an interface configured to communicate with a software module and operative to control an operating state of the software module; and processing circuitry communicating with the interface and operative to selectively control the operating state of the software module by delivering an input that configures an operating state of the software module.
14. The control system of claim 13 wherein the input comprises an event that is delivered to the software module through the interface in response to the processing circuitry.
15. The control system of claim 14 wherein the event comprises an activate state used to awaken the software module.
16. The control system of claim 14 wherein the event comprises a deactivate state used to deactivate the module. WO 01/14960 U PCT/USOO/22904
17. The control system of claim 14 wherein the event comprises a tick state used to generate a clock signal for the software module.
18. The control system of claim 14 wherein the event comprises a start state operative to initiate operation of a task by the software module.
19. The control system of claim 14 wherein the event comprises a stop state configured to stop processing of a task by the software module.
20. The control system of claim 13 wherein the interface comprises a linking interface coupled between the processing circuitry and a software module.
21. The control system of claim 13 wherein the interface communicates between a pair of software modules.
22. The control system of claim 21 wherein a first software module is resident within a first software layer of a software program, and the second software module is resident within a second layer of the software program.
23. The control system of claim 21 wherein each software module is resident within a layer of a software program.
24. The control system of claim 13 further comprising a software module having at least one input and an output port, the module operative to perform a synchronous task.
25. The control system of claim 24 wherein the synchronous task comprises controlling operation of a hardware chipset.
26. A method for controlling a software module, comprising: providing a software module having at least one input port and an output port, wherein the software module is operative to perform a task; providing a plurality of events that configure the software module into respective operating states; and applying one of the events to the software module to configure the operating state of the software module.
27. The method of claim 26 wherein the software module is configured into an activate state that awakens the software module.
28. The method of claim 26 wherein the software module is configured into a deactivate state that deactivates operation of the module.
29. The method of claim 26 wherein the software module is configured into a tick state comprising an operating clock for the software module.
30. The method of claim 26 wherein the software module is configured into a start state that starts a process of the software module.
31. The method of claim 26 wherein the software module is configured into a stop state that stops the process of the software module.
PCT/US2000/022904 1999-08-23 2000-08-18 Generic interface for a software module WO2001014960A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP00961345A EP1250643A2 (en) 1999-08-23 2000-08-18 Generic interface for a software module
JP2001519258A JP2003513346A (en) 1999-08-23 2000-08-18 Common interface for software modules

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US37955699A 1999-08-23 1999-08-23
US09/379,556 1999-08-23

Publications (2)

Publication Number Publication Date
WO2001014960A2 true WO2001014960A2 (en) 2001-03-01
WO2001014960A3 WO2001014960A3 (en) 2002-08-15

Family

ID=23497743

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/022904 WO2001014960A2 (en) 1999-08-23 2000-08-18 Generic interface for a software module

Country Status (3)

Country Link
EP (1) EP1250643A2 (en)
JP (1) JP2003513346A (en)
WO (1) WO2001014960A2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7043636B2 (en) 2000-09-26 2006-05-09 Telefonaktiebolaget Lm Ericsson (Publ) Data integrity mechanisms for static and dynamic data
US7149510B2 (en) 2002-09-23 2006-12-12 Telefonaktiebolaget Lm Ericsson (Publ) Security access manager in middleware
US7240830B2 (en) 2002-02-15 2007-07-10 Telefonaktiebolaget Lm Ericsson (Publ) Layered SIM card and security function
US7286823B2 (en) 2002-02-15 2007-10-23 Telefonaktiebolaget Lm Ericsson (Publ) Mobile multimedia engine
US7350211B2 (en) 2002-09-23 2008-03-25 Telefonaktiebolaget Lm Ericsson (Publ) Middleware application environment
US7363033B2 (en) 2002-02-15 2008-04-22 Telefonaktiebolaget Lm Ericsson (Publ) Method of and system for testing equipment during manufacturing
US7415270B2 (en) 2002-02-15 2008-08-19 Telefonaktiebolaget L M Ericsson (Publ) Middleware services layer for platform system for mobile terminals
US7478395B2 (en) 2002-09-23 2009-01-13 Telefonaktiebolaget L M Ericsson (Publ) Middleware application message/event model
US7536181B2 (en) 2002-02-15 2009-05-19 Telefonaktiebolaget L M Ericsson (Publ) Platform system for mobile terminals
US8079015B2 (en) 2002-02-15 2011-12-13 Telefonaktiebolaget L M Ericsson (Publ) Layered architecture for mobile terminals

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8762977B2 (en) * 2008-04-10 2014-06-24 Telefonaktiebolaget L M Ericsson (Publ) Mobile device software management method and apparatus

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0228053A2 (en) * 1985-12-23 1987-07-08 AT&T Corp. Control of real-time systems utilizing a nonprocedural language

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0228053A2 (en) * 1985-12-23 1987-07-08 AT&T Corp. Control of real-time systems utilizing a nonprocedural language

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JAYAPALAN J ET AL: "Data services impact on architecture and signalling in mobile networks" PERSONAL, INDOOR AND MOBILE RADIO COMMUNICATIONS, 1992. PROCEEDINGS, PIMRC '92., THIRD IEEE INTERNATIONAL SYMPOSIUM ON BOSTON, MA, USA 19-21 OCT. 1992, NEW YORK, NY, USA,IEEE, US, 19 October 1992 (1992-10-19), pages 205-209, XP010107099 ISBN: 0-7803-0841-7 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7043636B2 (en) 2000-09-26 2006-05-09 Telefonaktiebolaget Lm Ericsson (Publ) Data integrity mechanisms for static and dynamic data
US7240830B2 (en) 2002-02-15 2007-07-10 Telefonaktiebolaget Lm Ericsson (Publ) Layered SIM card and security function
US7286823B2 (en) 2002-02-15 2007-10-23 Telefonaktiebolaget Lm Ericsson (Publ) Mobile multimedia engine
US7363033B2 (en) 2002-02-15 2008-04-22 Telefonaktiebolaget Lm Ericsson (Publ) Method of and system for testing equipment during manufacturing
US7415270B2 (en) 2002-02-15 2008-08-19 Telefonaktiebolaget L M Ericsson (Publ) Middleware services layer for platform system for mobile terminals
US7536181B2 (en) 2002-02-15 2009-05-19 Telefonaktiebolaget L M Ericsson (Publ) Platform system for mobile terminals
US8079015B2 (en) 2002-02-15 2011-12-13 Telefonaktiebolaget L M Ericsson (Publ) Layered architecture for mobile terminals
US7149510B2 (en) 2002-09-23 2006-12-12 Telefonaktiebolaget Lm Ericsson (Publ) Security access manager in middleware
US7350211B2 (en) 2002-09-23 2008-03-25 Telefonaktiebolaget Lm Ericsson (Publ) Middleware application environment
US7478395B2 (en) 2002-09-23 2009-01-13 Telefonaktiebolaget L M Ericsson (Publ) Middleware application message/event model
US7584471B2 (en) 2002-09-23 2009-09-01 Telefonaktiebolaget L M Ericsson (Publ) Plug-in model

Also Published As

Publication number Publication date
WO2001014960A3 (en) 2002-08-15
JP2003513346A (en) 2003-04-08
EP1250643A2 (en) 2002-10-23

Similar Documents

Publication Publication Date Title
EP1250643A2 (en) Generic interface for a software module
US6338130B1 (en) Adaptive method and apparatus for allocation of DSP resources in a communication system
CN109699084A (en) Information transferring method, terminal and the network equipment under unauthorized frequency range
KR100962463B1 (en) Platform System for Mobile Terminals
US7774021B2 (en) Communication terminal apparatus
EP0972416A1 (en) Wireless telephony system enabling access to pc based functionalities
EP0581478B1 (en) Serial interface module and method of transmitting data
KR20040004364A (en) Dynamic loading and creation of functional objects in a wireless device
KR20050063424A (en) System on chip development appratus for wireline and wirelessline internet phone
JPH11355861A (en) Method for applying parameters processing to display of radio communication mobile set in cooperation with subscriber identification module
US20020059481A1 (en) Method and apparatus for a multimedia application specific processor
SG129290A1 (en) Distributed communications network including one or more telephony communication devices having programmable functionality
US7522583B2 (en) Communication terminal for wire and wireless internet phone
CN101116314B (en) Linkage operation method and communication terminal apparatus
WO2000016534A1 (en) Multi-task plug-in architecture for software modem
JPH04257150A (en) Radio communication machine
JP4392160B2 (en) Integrated circuit structure for programmable radio equipment
US6631273B1 (en) Method and apparatus for filter selection from a frequency synthesizer data
KR20060056411A (en) Mobile communication terminal apparatus, core module for mobile communication terminal apparatus, and function module for mobile communication terminal apparatus
WO2000031887A1 (en) Mobile communication terminal
CN1096782C (en) Portable data terminal equipment with electric communication function and infomation processing system
US6948007B2 (en) Method and apparatus for configuring integrated circuit devices
US20040010677A1 (en) Method and apparatus for downloading program by using hand shaking in digital signal processing
CN111459870A (en) Self-adaptive loading method for embedded program
KR0165616B1 (en) Registration method of exclusive keyphone terminal

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): CN JP KR

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 2000961345

Country of ref document: EP

ENP Entry into the national phase in:

Ref country code: JP

Ref document number: 2001 519258

Kind code of ref document: A

Format of ref document f/p: F

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 2000961345

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 2000961345

Country of ref document: EP