EP1702263A2 - Procede et dispositif permettant la mise au point de logiciel conforme a l'architecture standard pour systemes radioelectriques programmables - Google Patents

Procede et dispositif permettant la mise au point de logiciel conforme a l'architecture standard pour systemes radioelectriques programmables

Info

Publication number
EP1702263A2
EP1702263A2 EP04812323A EP04812323A EP1702263A2 EP 1702263 A2 EP1702263 A2 EP 1702263A2 EP 04812323 A EP04812323 A EP 04812323A EP 04812323 A EP04812323 A EP 04812323A EP 1702263 A2 EP1702263 A2 EP 1702263A2
Authority
EP
European Patent Office
Prior art keywords
software
source code
application
user interface
compliant
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP04812323A
Other languages
German (de)
English (en)
Other versions
EP1702263A4 (fr
Inventor
Bow J. Faulkner
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Exelis Inc
Original Assignee
ITT Manufacturing Enterprises LLC
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 ITT Manufacturing Enterprises LLC filed Critical ITT Manufacturing Enterprises LLC
Publication of EP1702263A2 publication Critical patent/EP1702263A2/fr
Publication of EP1702263A4 publication Critical patent/EP1702263A4/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B1/00Details of transmission systems, not covered by a single one of groups H04B3/00 - H04B13/00; Details of transmission systems not characterised by the medium used for transmission
    • H04B1/0003Software-defined radio [SDR] systems, i.e. systems wherein components typically implemented in hardware, e.g. filters or modulators/demodulators, are implented using software, e.g. by involving an AD or DA conversion stage such that at least part of the signal processing is performed in the digital domain
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • the present invention pertains to the development of software for programmable radios.
  • the present invention pertains to generating standard architecture compliant waveform software applications for programmable radios.
  • a software defined or programmable radio is analogous to a computer in that users can tailor its capabilities to meet specific needs by using relatively generic hardware and loading multiple software waveform applications that meet identified requirements.
  • a software defined radio or software radio is flexible, by virtue of being programmable, to accommodate various physical layer formats and protocols.
  • a software defined radio converts analog radio signals of different frequencies into digital data. The bits are processed by software running on a microprocessor.
  • Software controls functionality such as frequency, modulation, bandwidth, security functions, and waveform requirements.
  • Software-programmable, hardware-configurable radio systems provide increased interoperability, flexibility, and adaptability to support the varied operational requirements of specific user populations. Such software radios are typically built upon an open system architecture that supports technology insertion through evolutionary acquisition or preplanned product improvement.
  • JTR Joint Tactical Radio
  • SCA Software Communication Architecture
  • HW SCA Hardware
  • An SCA Core Framework defines a set of application programming interfaces (API's) that serve as an abstraction layer between a software defined radio waveform application and services provided by an SCA compliant hardware platform.
  • API's application programming interfaces
  • JTRS SCA open software radio architectures
  • JTRS SCA support customized designs, evolutionary acquisition and preplanned product improvement
  • the architectures are typically complex.
  • the complexity of such architectures poses unique challenges to software radio development projects attempting to develop software radios in compliance with the architecture.
  • implementation of a JTRS SCA compliant radio set using conventional software development techniques typically requires the development team members to have a working knowledge of multiple computer languages and technologies, including CORBA, IDL, POSIX, XML, C++, multithreading, and make-files.
  • an object of the present invention is to assure that software radio waveform applications are implemented in a manner that complies with standard architecture guidance and preserves the integrity of architecture abstraction layers.
  • Another object of the present invention is to deliver software radio waveform applications that are modular, architecture compliant and portable to any architecture compliant hardware platform capable of providing the physical services required by the software radio waveform functions.
  • Yet another object of the present invention is to reduce the technical programming skills and architecture specific knowledge required of developers to implement an architecture compliant software defined radio waveform application.
  • Still another object of the present invention is to reduce developer time and development costs associated with the development of architecture compliant software radio waveform applications.
  • a further object of the present invention is to improve the consistency and reliability of software radio waveform applications.
  • a still further object of the present invention is to increase software radio design options and the ability to flexibly adapt a software radio design to accommodate new requirements and/or previously unforeseen conditions.
  • the aforesaid objects are achieved individually and in combination, and it is not intended that the present invention be construed as requiring two or more of the objects to be combined unless expressly required by the claims attached hereto.
  • a method and apparatus is described for generating a standard software communication architecture (SCA) compliant waveform application for a software defined radio.
  • An application shell generator is used to separate implementation of software radio software resources from implementation of software radio waveform functionality.
  • Fig. 1 is a block diagram of a software radio waveform application shell generator in accordance with an exemplary embodiment of the present invention.
  • Fig. 2 is a schematic illustration of an exemplary shell generator graphical user interface (GUI) displaying a software radio data abstraction model in accordance with an exemplary embodiment of the present invention.
  • GUI graphical user interface
  • Fig. 3 is a process flow diagram illustrating the manner in which a standard architecture compliant data abstraction of a software radio is built in accordance with an exemplary embodiment of the present invention.
  • Fig. 4 is a process flow diagram illustrating the manner in which a standard architecture compliant software radio waveform application shell is generated based upon a data abstraction model of a software radio in accordance with an exemplary embodiment of the present invention.
  • Fig. 1 is a block diagram of a software radio waveform application shell generator 100 in accordance with an exemplary embodiment of the present invention.
  • shell generator 100 includes a user interface 102 which communicates, via integrated module unit 104, integrated interface unit 106, integrated connection unit 108 and a build unit 110, with a template repository 112 that contains configurable, software communication architecture (SCA) compliant, software radio source code templates for use in producing a software radio waveform application shell.
  • SCA software communication architecture
  • a user builds, via user interface 102, a high- level architecture model of a software radio waveform application under development.
  • the high- level architecture model includes modules, interfaces, and connections presented to user interface 102 by module unit 104, interface unit 106 and connection unit 108 based upon software code templates stored in template repository 112.
  • build unit 110 is used to generate a software radio waveform application shell based upon the model using templates retrieved from template repository 112.
  • user interface 102 is a graphical user interface (GUI).
  • GUI graphical user interface
  • module unit 104, interface unit 106, and connection unit 108 present module, interface and connection objects, respectively, to user interface 102 based upon the software radio source code templates stored within template repository 112.
  • User interface 102 represents the defmed objects as graphics objects within the user interface.
  • each graphics object available to a user via graphical user interface 102 for inclusion within a software radio high-level architecture graphical model is associated with a complimentary set of SCA compliant configurable software code templates stored within template repository 112.
  • the graphical object may be selected and a set of configuration parameters associated with the graphical object may be edited to tailor the associated configurable software templates to meet the needs of the software radio waveform application under development.
  • a user defines an SCA compliant software radio waveform application shell by adding, deleting and configuring graphics objects within grapliical user interface 102.
  • the manipulated graphics objects represent the modules, module interfaces and coimnunication connections (i.e., software resources) that are used to support software radio waveform functions implemented within the final software radio waveform application.
  • Building a graphical model of a software radio's high-level architecture in such a manner results in an SCA compliant data abstraction that defines the software radio in terms of architecture compliant software resources, without addressing the waveform functionality supported by the respective architecture compliant software resources.
  • the focus of the software radio high-level architecture graphical model is to define a data abstraction (i.e., in terms of defined software resources) and not waveform functionality (i.e., how the software resources are used).
  • a user can initiate build unit or module 110 to process the respective software radio software resource components and configuration parameters and to generate an SCA compliant software radio waveform application shell.
  • the SCA compliant software radio waveform application shell includes sets of compatible software code templates retrieved from template repository 112 based upon the graphics objects (i.e., software resources) included within the model.
  • Build unit 110 modifies configurable software code templates retrieved from template repository 112 based upon connectivity relationships and configuration parameters defined by the graphical model to implement a software radio waveform application shell that includes fully operational, SCA compliant, software radio software resource objects (i.e., modules, interfaces, and connections) that are compatible with the SCA core framework API's.
  • the generated code includes all required CORBA IDL, XML, and C++ source code, as well as the make-files required to compile executable code that can be loaded and executed upon any SCA compatible hardware platform that supports a minimum set of SCA core framework services for which the software radio waveform application was designed.
  • SCA compliant template repository software templates includes stub object references (i.e., placeholder references) to skeleton software objects that must be populated to implement functional waveform(s) supported by the software radio waveform application.
  • Stub object references embedded within the generated application shell software resource object code and skeleton functional waveform obj ect code that corresponds to the inserted stub obj ect references provide context sensitive guidance to waveform developers regarding the functional waveform objects that must be completed in order to implement an SCA compliant software radio waveform application that supports the desired target waveform(s).
  • Application shell functional waveform objects are used to implement in a modular, isolated manner, the functional waveform specific characteristic of the software radio waveform application under development.
  • This additional abstraction layer assures that the physical abstraction layer (e.g., SCA core framework) API's are only accessed by verified, architecture compliant, software resource templates, assures that SCA guidance with respect to use of the physical abstraction layer API's is followed, and assures portability of the generated software radio waveform application to other SCA compliant platforms.
  • the physical abstraction layer e.g., SCA core framework
  • software resource templates assures that SCA guidance with respect to use of the physical abstraction layer API's is followed, and assures portability of the generated software radio waveform application to other SCA compliant platforms.
  • user access to, and user configuration of, software radio resources is controlled in accordance with a set of SCA compliant rules.
  • SCA compliant rules may be defined by a rule set integrated within the application shell generator source code and/or stored within template repository 112.
  • the rule set may be referenced by module unit 104, interface unit 106, connection unit 108, and/or user interface 102 to guide a user's interaction with a software radio high-level architecture model and/or may be enforced by build unit 110.
  • Use of such a governing rule set may be used to prevent a model from including modules, interfaces, connections and/or configuration parameters that are incompatible and/or not SCA compliant. For example, if a rule within the SCA compliant rule set requires that a software radio model contains only a single assembly controller module, module unit 104 and/or user interface 102 may deactivate remaining assembly controller module objects/graphics objects available for inclusion in a model once an assembly controller module has been added to the model.
  • a rule within the SCA compliant rule set may require inclusion and/or exclusion of certain modules, interfaces, connections and/or configuration parameters based upon modules, interfaces, connections and/or configuration parameters contained within a model.
  • An SCA compliant rule set can be enforced using both dynamic and/or manual verification techniques. Dynamic techniques may be used to automatically expand/restrict available user interface selections and/or automatically configure/reconfigure existing user selections to assure compliance with the SCA compliant rule set. Manually initiated techniques may be used to allow a user to periodically verify all or part of a software radio model with the SCA compliant rule set. For example, a user may request verification of all, or a portion of, a software radio model by pressing a verification button within the user interface.
  • the shell generator of the present invention may be implemented by any type of computer or processing system (e.g., personal computer, mainframe, etc.) or circuitry.
  • the functions of the shell generator modules may be distributed in any manner among any quantity (e.g., one or more) of hardware and/or software modules or units, computer or processing systems or circuitry.
  • Template repository 112 may be implemented using a commercially available or specially developed database and/or directory/file system and/or any other storage units.
  • the software radio wavefonn application shell generator of the present invention incorporates methods and techniques that are important to the software radio waveform application development community, including: a. Standard Naming Conventions - SCA compliant software templates are used to implement a standard naming convention across the generated application shell source code, including: generated software resource objects, generated stub functional waveform object references, and generated skeleton functional waveform objects. In this manner, the software radio waveform application shell generator 100 promotes adherence to a consistent and meaningful naming convention across all software radio development projects accessing the same template repository. b.
  • the development environment prevents/discourages developers from bypassing physical abstraction API's and/or implementing waveform functionality within physical device modules.
  • Traceability/Repeatability/Configuration Management Creation of a high-level model based upon high-level objects and configurable parameters provides a concurrent record of the software radio under development.
  • the constructed model can be efficiently stored, configuration controlled and used to generate subsequent application shells as new/modified templates are added to the template repository, thereby facilitating controlled, incremental change.
  • f Development Resources / Development Cycle Time - The ability to quickly generate a software application using a verified library templates store based upon a high-level architectural model, greatly decreases development cycle time and reduces personnel resources required to build a software radio application. g.
  • FIG. 2 illustrates an exemplary shell generator graphical user interface displaying a software radio high-level architecture model in accordance with an exemplary embodiment of the present invention.
  • a graphical user interface 200 in accordance with the present invention can include a title bar 202, drop-down menu bar 204, shortcut icon bar 206, and a model development area 208.
  • file drop-down menu 210 presents options by which the user interface interacts with the directory and file system of the computer platform/operation system upon which the application shell generator 100 (Fig. 1) is executed.
  • file drop-down menu 210 can present options by which to open, close and/or save a file stored within the operating system's file directory that contains a defined software radio model built using the application shell generator of the present invention.
  • File drop-down menu 210 may also support menu options used to identify to the application shell generator the location of a template repository, specify a directory location to which generated application shell files are to be stored and/or to specify the file/directory location of other information resources.
  • View drop-down menu 212 is typically used to alter the visual display of the software radio model.
  • view drop-down menu 212 may support zoom-in and zoom-out features for viewing all or portion of a software radio model development area 208, thus allowing software radio graphical models to use a development area 208 that is unrestricted in size.
  • the view drop-down menu 212 may support options that allow the user to view configurable parameters specific to the selected item.
  • Tools drop-down menu 214 is typically used to add, delete and arrange the layout of graphical building blocks (i.e., module boxes, interface boxes, and connection lines) of a software radio model.
  • Configuration drop-down menu 218 is used to associate an SCA compliant set of module, interface and/or connection software templates defined within the template repository with a graphical representation of a module, interface and/or connection, respectively, that has been added to the model with tools drop-down menu 214, as described above. Further, configuration drop-down menu 218 allows a user to set user configurable parameters associated with SCA compliant modules, interfaces and/or connections.
  • module unit 104, interface unit 106 and connection unit 108 communicate with user interface 102 to dynamically monitor software radio model development in accordance with an SCA compliance rule set, as described above.
  • model configuration parameters may be dynamically updated and modules, interfaces and connections presented for selection by a user via the user interface to reflect SCA compliant options based upon the current state of the software radio model.
  • Model com ections define communication conduits between modules and/or module interfaces through which one or more communication connections may be defined.
  • Configuration drop-down menu 218 can also be used to define/configure the respective model connections. Each defined connection establishes a communication path across which control and/or data communication signals can pass.
  • the application shell generator automatically populates the user configurable configuration model parameters with default values consistent with other modules, interfaces and connections included and/or configured within the model.
  • Help drop-down menu 220 is typically used by a user to access on-line help associated with operation of graphical user interface 200. Via help drop-down menu 220, a user can access an index of useful instructions on the use and operation of the application shell generator and associated user interface features. In one embodiment, a user can select a model feature within the user interface model development area 208, and click upon help drop-down menu 218 to review helpful tips and guidance related to the selected feature. As shown in Fig. 2, a graphical high-level architecture model of the software radio waveform application can include modules, module interfaces and module/interface connections.
  • assembly controller modules 224 and corresponding module interfaces 224A-D represent a set of software resources that are to be included in the software radio waveform application under development.
  • Interface connections 240 as described above, define communication conduits between modules and/or module interfaces through which data and/or control communication signals can pass.
  • the software radio model shown in Fig. 2 depicts several exemplary conventions. Modules are displayed using bold-lined boxes and interfaces supported by a module are displayed as consecutively adjacent boxes coupled to the module from below. A connection is displayed as a line between two modules, between a module and an interface, or between two interfaces.
  • a small solid box on one end of a connection identifies that end of the connection as a user port and identifies the module/interface associated with the user port as a connection user.
  • a small arrow on an end of a connection identifies that end of the connection as a provider port and the module/interface associated with the user port as a com ection provider.
  • tools drop-down menu 214 can be used to shrink connection lines in order to simplify the graphical model layout. For example, as shown in Fig. 2 at 246A-E, a connection can be depicted in the model without extending the graphical representation of the connection to the defined connection user. Another helpful technique that simplifies interpretation of model connections is the use of color codes.
  • connection in which a module interface is defined as the connection provider provides the connection user with access to only those objects that implement the specific features and capabilities included within the module interface.
  • the exemplary high-level architecture model of a software radio waveform application shown in Fig. 2 includes, by way of example only, eight modules, seventeen module interfaces, and twenty-three communication paths.
  • FIG. 3 is a process flow diagram illustrating the manner in which the shell generator user interface builds a standard architecture compliant data abstraction, or model, of a software radio in accordance with an exemplary embodiment of the present invention.
  • the process flow depicted in Fig. 3 is independent of the nature of the user interface used. For example, the same process flow shown in Fig. 3 can be used with a graphics based user interface and/or a command line based user interface.
  • a high-level architecture software radio waveform application model is initiated by adding, at step 304, a software resource module to the model and configuring, at step 306, the newly added module as described above via module unit 104 (Fig. 1).
  • the first module added to a model is configured as an assembly controller module, as described above.
  • a user is able to select any assembly controller that is stored in template repository 112 (Fig. 1) and presented by module unit 104 to user interface 102, as described above.
  • the process flow returns to step 304 to allow the user to add another software resource module. Otherwise, upon determining, at step 308, that no additional modules are required, the user selects a module and adds, at step 310, an interface to the selected module and configures, at step 312, the new interface, as described above via interface unit 106 (Fig. 1).
  • the process flow returns to step
  • the process flow returns to step 316 to allow the user to add and configure additional connections.
  • the high-level architecture software radio waveform application model can be optionally verified, as described above via build unit 110, against SCA compliant rules stored within template repository 112 (Fig.
  • Fig. 4 is a process flow diagram illustrating the manner in which a standard architecture compliant software radio waveform application shell is generated based upon a high-level architecture software radio data abstraction developed and verified as described above with respect to Fig. 3. For example, an application build process can be initiated by the application shell generator user interface described with respect to Fig.
  • the retrieved template files include templates written in XML, C++, IDL and text based Makefiles.
  • the build module modifies the retrieved templates in accordance with configuration parameters specified by the user via user interface 102 (Fig. 1) for the module and each module interface. If, at step 410, the build unit determines that additional modules defined within the model require processing, the process flow returns to step 404 and another module is selected and processed, as described above.
  • the build unit determines that all modules defined within the model have been processed, the build module selects, at step 412, a connection defined within the model and further modifies, at step 414, the retrieved templates to reflect connection definitions and configurations. If, at step 416, the build unit determines that additional comiections defined within the model require processing, the process flow returns to step 412 and another module connection is selected and processed, as described above. Upon determining, at step 416, that all connections defined within the model have been processed, the build unit stores, at step 420, the modified template files (i.e., the application shell) to a file directory identified by the user interface, as described above.
  • the modified template files i.e., the application shell
  • the method and apparatus of the present invention defines and enforces an additional layer of abstraction between software resource objects that control access to the SCA core framework API's and the functional waveform objects that implement software radio application waveform functionality.
  • This additional abstraction layer assures that the physical abstraction layer (e.g., SCA core framework) API's are only accessed by verified, architecture compliant, software resource templates, assures that SCA guidance with respect to use of the physical abstraction layer API's is followed, and assures portability of the generated software radio wavefor application to other SCA compliant platforms.
  • a software radio application shell provides waveform developers with the software resource infrastructure support required to execute/test functional waveform software/code under development upon an SCA compliant platform.
  • Use of application shell generator 100 allows developers to more easily bench-test new functional waveform object approaches/designs and to more easily collaborate with parallel design/implementation efforts by facilitating execution of collaborative milestone verification testing. It may be appreciated that the embodiments described above and illustrated in the drawings represent only a few of the many ways of implementing a method and apparatus for developing standard architecture compliant software for programmable radios.
  • the present invention is not limited to the specific embodiments disclosed herein, but may be used to support any application generator that supports the generation of open architecture executable software for an open architecture hardware platform.
  • the application generator described here can be implemented in any number of units, or modules, and is not limited to any specific software module architecture. Each module can be implemented in any number of ways and is not limited in implementation to execute process flows precisely as described above.
  • the application generator described above and illustrated in the flow charts and diagrams may be modified in any manner that accomplishes the functions described herein. It is to be understood that various functions of the application generator may be distributed in any manner among any quantity (e.g., one or more) of hardware and/or software modules or units, computer or processing systems or circuitry.
  • the application shell generator may execute on a local computer, a remote computer, and/or any combination of local and remote computers. Application shell generator modules and/or information stores accessed by the module may be stored locally and/or distributed across any combination of local and remote computers.
  • Local and/or remote computers may be connected using any number of direct connections and/or network based connections, including local network (e.g., local area network) connections, wide area network (WAN) connections and/or Internet based connections.
  • the application generator of the present invention is not limited to use in the generation software radio waveform applications, but may be used to generate portable, standards compliant software for execution upon a wide range of military and civilian equipment.
  • the architecture compliant applications generated using the application generator of the present invention can be implemented by any number of personal or other type of computer or programmable device (i.e., any programmable communication or processing device).
  • the application shell generator may be implemented upon any computer (e.g., personal computer, mainframe, workstation, etc.).
  • the application shell generator may be executed within any available operating system that supports a command line and/or graphical user interface (e.g., Windows, OS/2, Unix, Linux, DOS, etc.).
  • the application shell generator user interface may employ a graphical user interface, and/or a command line interface, and/or any manner of receiving user input using local and/or remote input devices.
  • the user interface may use any type and/or combination of symbols for objects, interfaces, input/output (I/O) ports and/or any combination of user I/O devices.
  • An application generated by the application shell generator may be loaded upon any designated target platform executing any proprietary standard or open standard compliant hardware platform and/or any proprietary or open standards compliant operating system and/or application program interface. It is to be understood that the application shell generator may be implemented in any desired computer language, and could be developed by one of ordinary skill in the computer and/or programming arts based on the functional description contained herein and the flow charts illustrated in the drawings.
  • the application shell generator software may be available or distributed via any suitable medium (e.g., stored on devices such as CD-ROM and diskette, downloaded from the Internet or other network (e.g., via packets and/or carrier signals), downloaded from a bulletin board (e.g., via carrier signals), or other conventional distribution mechanisms). It is to be understood that the application shell generator may generate application files in any desired computer language and/or combination of computer languages that form a standalone executable and/or combination of executables that interface with any standard and/or proprietary hardware device, device operating system or API. An application generated with the application shell generator of the present invention may be installed and executed on any operating/hardware platform and may be performed on any quantity of processors within the executing system or device.
  • any suitable medium e.g., stored on devices such as CD-ROM and diskette, downloaded from the Internet or other network (e.g., via packets and/or carrier signals), downloaded from a bulletin board (e.g., via carrier signals), or other conventional distribution mechanisms.
  • the application shell generator may generate
  • the application shell generator may accommodate any quantity and any type of data files and/or databases or other structures and may store SCA compliant templates and/or SCA verification rules in any desired file and/or database format (e.g., ASCII, binary, plain text, or other file/directory service and/or database format, etc.).
  • any references herein to software performing various functions generally refer to processors performing those functions under software control. Such processors may alternatively be implemented by hardware or other processing circuitry.
  • the various functions of the application shell generator may be distributed in any manner among any quantity (e.g., one or more) of hardware and/or software modules or units. Processing systems or circuitry, may be disposed locally or remotely of each other and communicate via any suitable communications medium (e.g., hardwire, wireless, etc.).
  • the present invention includes a method and apparatus for developing standard architecture compliant software for programmable radios, wherein a software radio waveform application shell generator efficiently and effectively develops software defined radio waveform applications in accordance with any selected software communication architecture.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé et un dispositif permettant de fournir une application de forme d'onde conforme à l'architecture de communication de logiciel standard (SCA) pour un système radioélectrique défini par logiciel. On utilise un générateur de noyau d'applications pour séparer la mise en oeuvre des ressources de logiciel propres à un tel système radioélectrique, par rapport à la mise en oeuvre de la fonctionnalité de forme d'onde propre à ce système. Ainsi, une couche additionnelle d'abstraction est définie et établie entre les objets de ressources de logiciel qui contrôlent l'accès à une série d'interfaces API de cadre central SCA de couche d'abstraction physique et la fonctionnalité de forme d'onde. Cette couche additionnelle garantit que les API de couche d'abstraction physique interagisse uniquement avec le code source conforme à l'architecture. Ledit code, dérivé des gabarits de ressources de logiciel, garantit en outre la portabilité de l'application de forme d'onde résultante pour le système radioélectrique considéré vers d'autres plates-formes à conformité SCA.
EP04812323A 2003-12-30 2004-12-23 Procede et dispositif permettant la mise au point de logiciel conforme a l'architecture standard pour systemes radioelectriques programmables Withdrawn EP1702263A4 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/747,453 US7487493B1 (en) 2003-12-30 2003-12-30 Method and apparatus for developing standard architecture compliant software for programmable radios
PCT/US2004/039778 WO2005065098A2 (fr) 2003-12-30 2004-12-23 Procede et dispositif permettant la mise au point de logiciel conforme a l'architecture standard pour systemes radioelectriques programmables

Publications (2)

Publication Number Publication Date
EP1702263A2 true EP1702263A2 (fr) 2006-09-20
EP1702263A4 EP1702263A4 (fr) 2010-05-05

Family

ID=34749254

Family Applications (1)

Application Number Title Priority Date Filing Date
EP04812323A Withdrawn EP1702263A4 (fr) 2003-12-30 2004-12-23 Procede et dispositif permettant la mise au point de logiciel conforme a l'architecture standard pour systemes radioelectriques programmables

Country Status (4)

Country Link
US (1) US7487493B1 (fr)
EP (1) EP1702263A4 (fr)
AU (1) AU2004311606B2 (fr)
WO (1) WO2005065098A2 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11811681B1 (en) 2022-07-12 2023-11-07 T-Mobile Usa, Inc. Generating and deploying software architectures using telecommunication resources

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10339764A1 (de) * 2003-08-27 2005-03-17 Siemens Ag Verfahren zur graphischen Projektierung der Steuerung einer technischen Anlage mit integrierter Projektierung von Bediengeräten, einschließlich einem Projektierungssystem und einem Computerprogrammprodukt
US7950000B2 (en) * 2004-03-17 2011-05-24 Microsoft Corporation Architecture that restricts permissions granted to a build process
US20080162685A1 (en) 2004-12-31 2008-07-03 Emc Corporation Information management architecture
US8260753B2 (en) * 2004-12-31 2012-09-04 Emc Corporation Backup information management
US7657871B2 (en) 2005-07-22 2010-02-02 Sbc Knowledge Ventures, L.P. Method and system of managing configuration profiles of a plurality of deployed network elements
US9026512B2 (en) * 2005-08-18 2015-05-05 Emc Corporation Data object search and retrieval
US7716171B2 (en) * 2005-08-18 2010-05-11 Emc Corporation Snapshot indexing
US8498629B2 (en) * 2005-10-18 2013-07-30 Harris Corporation Extensible human machine interface (HMI) plugin architecture for radio software system and related method
US20070288885A1 (en) * 2006-05-17 2007-12-13 The Mathworks, Inc. Action languages for unified modeling language model
KR100881419B1 (ko) * 2006-11-02 2009-02-05 한국전자통신연구원 Sca 기반 시스템의 애플리케이션 컴포넌트 통신 장치 및방법
US7937076B2 (en) * 2007-03-07 2011-05-03 Harris Corporation Software defined radio for loading waveform components at runtime in a software communications architecture (SCA) framework
EP2003561B1 (fr) 2007-06-12 2018-12-26 Rohde & Schwarz GmbH & Co. KG Appareil radio, système et procédé pour le test et/ou le diagnostic
DE102007047487A1 (de) 2007-06-12 2008-12-18 Rohde & Schwarz Gmbh & Co. Kg Funkgerät, System und Verfahren für Test und/oder Diagnose
US20090170444A1 (en) * 2007-12-26 2009-07-02 Francis Emmanuel Retnasothie Software defined radio with configurable multi-band front-end
US8479265B2 (en) * 2008-07-02 2013-07-02 Oracle International Corporation Usage based authorization
US20100146519A1 (en) * 2008-12-05 2010-06-10 Electronics And Telecommunications Research Institute Sca system and method for operation waveform application thereof
US20100235827A1 (en) * 2009-03-10 2010-09-16 Nokia Corporation Creation of multiple radio instances
US20110167479A1 (en) * 2010-01-07 2011-07-07 Oracle International Corporation Enforcement of policies on context-based authorization
US9509791B2 (en) * 2010-01-07 2016-11-29 Oracle International Corporation Policy-based exposure of presence
US20110166943A1 (en) * 2010-01-07 2011-07-07 Oracle International Corporation Policy-based advertisement engine
US20110196728A1 (en) * 2010-02-05 2011-08-11 Oracle International Corporation Service level communication advertisement business
US9495521B2 (en) * 2010-02-05 2016-11-15 Oracle International Corporation System self integrity and health validation for policy enforcement
US9467858B2 (en) * 2010-02-05 2016-10-11 Oracle International Corporation On device policy enforcement to secure open platform via network and open network
US8752003B2 (en) * 2010-05-03 2014-06-10 Telefonaktiebolaget L M Ericsson (Publ) Model driven approach for availability management framework (AMF) configuration generation
US9134976B1 (en) * 2010-12-13 2015-09-15 Reservoir Labs, Inc. Cross-format analysis of software systems
US9053441B2 (en) * 2011-01-24 2015-06-09 GxPReady, Inc. Systems and methods for regulatory compliance with qualified systems
US8707277B2 (en) 2011-05-02 2014-04-22 Raytheon Company Systems, methods, and language for SCA CORBA descriptor files
US9312887B2 (en) * 2011-05-09 2016-04-12 Bae Systems Information And Electronic Systems Integration Inc. Hardware abstraction layer (HAL) configuration for software defined radio (SDR) platforms
CN102184107B (zh) * 2011-05-19 2013-10-16 北京邮电大学 一种用户界面服务组合方法及系统
US8838120B2 (en) 2011-06-06 2014-09-16 Ericsson Modems Sa Methods and systems for a generic multi-radio access technology
US8813092B2 (en) 2011-10-12 2014-08-19 Raytheon Company CORBA embedded inter-orb protocol (EIOP)
US8719813B2 (en) 2011-11-29 2014-05-06 Raytheon Company Optimized SCA CORBA descriptor for SCA CORBA descriptor files
US9166629B1 (en) * 2013-08-30 2015-10-20 The Boeing Company Method and apparatus for using profile structures to deploy components on a software defined radio
CN103440136A (zh) * 2013-09-05 2013-12-11 迈普通信技术股份有限公司 分布式编译的方法及系统
US9329858B2 (en) * 2014-09-30 2016-05-03 Linkedin Corporation Managing access to resource versions in shared computing environments
US10536349B1 (en) * 2015-12-31 2020-01-14 VCE IP Holding Company LLC Configuration system and method for an integrated computing system
CN113064737B (zh) * 2021-03-26 2023-03-31 中国航空无线电电子研究所 使软件通信体系结构的组件在多核处理器并行运行的方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920718A (en) * 1997-03-21 1999-07-06 The Boeing Company Method and apparatus for creating executable code for object-oriented objects having finite state machine
EP1186997A2 (fr) * 1999-11-30 2002-03-13 Texas Instruments Incorporated Système et procédé de développement graphique
US20020196283A1 (en) * 2001-06-20 2002-12-26 Trevor Petruk System and method for creating a graphical program based on a pre-defined program process

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729748A (en) 1995-04-03 1998-03-17 Microsoft Corporation Call template builder and method
US5835771A (en) 1995-06-07 1998-11-10 Rogue Wave Software, Inc. Method and apparatus for generating inline code using template metaprograms
US6002867A (en) 1996-10-24 1999-12-14 Inprise Corporation Development system with methods providing visual form inheritance
US6041180A (en) 1997-04-28 2000-03-21 International Business Machines Corporation System and method for optimizing template object files
US6154684A (en) 1997-06-14 2000-11-28 Rockwell Technologies, Llc Template language for industrial controller programming
US6093215A (en) 1997-08-12 2000-07-25 International Business Machines Corporation Method and apparatus for building templates in a component system
US6182279B1 (en) 1997-08-12 2001-01-30 International Business Machines Corporation Method and apparatus for storing templates in a component system
US6195794B1 (en) 1997-08-12 2001-02-27 International Business Machines Corporation Method and apparatus for distributing templates in a component system
US6026238A (en) 1997-08-18 2000-02-15 Microsoft Corporatrion Interface conversion modules based upon generalized templates for multiple platform computer systems
US6032152A (en) 1997-12-31 2000-02-29 Intel Corporation Object factory template
US6405368B1 (en) 1999-04-16 2002-06-11 Brian Freyburger Method for separate compilation of templates
US6349404B1 (en) 1999-06-08 2002-02-19 Unisys Corp. Object-oriented repository, a system and method for reusing existing host-based application assets for the development of business-centric applications
JP4902069B2 (ja) 2000-09-06 2012-03-21 新日鉄ソリューションズ株式会社 プログラム生成支援装置、プログラム生成方法、およびプログラム
JP2002182911A (ja) 2000-12-12 2002-06-28 Toshiba Corp コンポーネント開発支援システム
US20030023577A1 (en) * 2000-12-14 2003-01-30 Borland Software Corporation Method and apparatus for handling the registration of multiple and diverse communication protocols for use in an object request broker (ORB)
US20020178434A1 (en) 2001-02-22 2002-11-28 Fox Gary L. Apparatus and method for automatic source code generation in a process control environment
US7017148B2 (en) 2001-07-10 2006-03-21 Intel Corporation Apparatus and method for UPnP device code generation using XML
WO2003029963A2 (fr) * 2001-09-28 2003-04-10 Codagen Technologies Corp. Systeme et procede de gestion de couches architecturales a l'interieur d'un modele logiciel

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920718A (en) * 1997-03-21 1999-07-06 The Boeing Company Method and apparatus for creating executable code for object-oriented objects having finite state machine
EP1186997A2 (fr) * 1999-11-30 2002-03-13 Texas Instruments Incorporated Système et procédé de développement graphique
US20020196283A1 (en) * 2001-06-20 2002-12-26 Trevor Petruk System and method for creating a graphical program based on a pre-defined program process

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DAVIS K V: "JTRS-an open, distributed-object computing software radio architecture" DIGITAL AVIONICS SYSTEMS CONFERENCE, 1999. PROCEEDINGS. 18TH ST LOUIS, MO, USA 24-29 OCT. 1999, PISCATAWAY, NJ, USA,IEEE, US, vol. B.6-6 vol.2, 24 October 1999 (1999-10-24), pages 9.A.6-1, XP010501315 ISBN: 978-0-7803-5749-5 *
DELLEN C ET AL: "Automated code generation from graphical, reusable templates" 19911014; 19911014 - 19911017, 14 October 1991 (1991-10-14), pages 299-304, XP010093710 *
See also references of WO2005065098A2 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11811681B1 (en) 2022-07-12 2023-11-07 T-Mobile Usa, Inc. Generating and deploying software architectures using telecommunication resources

Also Published As

Publication number Publication date
WO2005065098A2 (fr) 2005-07-21
US7487493B1 (en) 2009-02-03
AU2004311606B2 (en) 2009-02-12
EP1702263A4 (fr) 2010-05-05
WO2005065098A3 (fr) 2006-05-26
AU2004311606A1 (en) 2005-07-21

Similar Documents

Publication Publication Date Title
US7487493B1 (en) Method and apparatus for developing standard architecture compliant software for programmable radios
RU2363039C2 (ru) Контейнер данных для данных контента пользовательского интерфейса
JP3590688B2 (ja) アプリケーションを導入するための導入計画オブジェクトを構築する方法、及びそのシステム
US7921408B2 (en) System and method for applying development patterns for component based applications
US20050177816A1 (en) Automatic generation of graphical program code for a graphical program based on the target platform of the graphical program
US7120876B2 (en) System and method for programmatically generating a graphical program in response to user input
CA2539130C (fr) Systeme et methode de traitement de profils de developpement pour des applications a base de composantes
US7689917B2 (en) Automatically generating a sub-graphical program in response to user input configuring a graphical program node
US8250458B2 (en) Method, system, and software tool for emulating a portal application
US7886284B2 (en) Using a backend simulator to test and develop xforms templates before linking the xforms templates to backend data processing systems
US20050251788A1 (en) Methods and systems for generating a configurable user interface
US20070271552A1 (en) System and method for packaging software
US20010035879A1 (en) System and method for programmatically creating nodes in a graphical program with minimal graphical code
Piroumian Wireless J2ME platform programming
US20060259871A1 (en) Programmatically Generating a Graphical Program in Response to User Input
US20070245321A1 (en) Computer games localisation
WO2006099046A2 (fr) Generation automatisee interface-specifiation pour architectures d'entreprise
KR20010050351A (ko) 역할에 기초한 사용자 프로파일의 동적 구성을 위한시스템 및 방법
WO2019155369A1 (fr) Procédé et plateforme fondés sur un modèle à trois affinités permettant la création, la réalisation et l'analyse d'une application multiplateforme
US11404157B2 (en) Health information mapping system
EP2488941A1 (fr) Développement automatisé de logiciel d'entreprise
US7093264B2 (en) Method and apparatus for assembling Enterprise JavaBeans components
CN110096424A (zh) 测试的处理方法、装置、电子设备及存储介质
US6438742B1 (en) Object-oriented system and method for visually generating software applications
US20060143591A1 (en) Extensibility framework for developing front office (CRM) workflow automation components

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU MC NL PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA HR LV MK YU

PUAK Availability of information related to the publication of the international search report

Free format text: ORIGINAL CODE: 0009015

17P Request for examination filed

Effective date: 20061127

RBV Designated contracting states (corrected)

Designated state(s): AT DE GB

DAX Request for extension of the european patent (deleted)
RBV Designated contracting states (corrected)

Designated state(s): AT DE GB

A4 Supplementary search report drawn up and despatched

Effective date: 20100407

17Q First examination report despatched

Effective date: 20100526

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: EXELIS INC.

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: EXELIS INC.

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20170701