Software Communications Architecture

Software Communications Architecture

The Software Communications Architecture (SCA) is an open architecture framework that tells designers how elements of hardware and software are to operate in harmony within a software defined radio. SCA governs the structure and operation of the U.S. military's Joint Tactical Radio System (JTRS), enabling programmable radios to load waveforms, run applications, and be networked into an integrated system. A Core Framework, providing a standard operating environment, must be implemented on every hardware set. Interoperability among radio sets is enhanced because the same waveform software can be easily ported to all radio sets.

The Object Management Group (OMG), a not-for-profit consortium that produces and maintains computer industry specifications for interoperable enterprise applications, has established a [http://sbc.omg.org/ Software Based Communications Domain Task Force] (SBC-DTF). This group and the [http://www.sdrforum.org/ Software Defined Radio Forum] (SDRF), are working on an international commercial standard based on the SCA.

The SCA is extending its coverage to programmable hardware FPGA and digital signal processors.

Overview

A software-defined radio's transmitter can be changed through software, not hardware, to alter frequency range, modulation type, and maximum radiated or conducted output power.

The Software Communication Architecture (SCA) outlines several interfaces, which describe what operations the various components can be made to do. The diagram below shows the primary SCA interfaces.

Member variables

Member variables are not exposed to the outside world. The device interface in the diagram provides an interface with attributes, shown in the first compartment, and operations, shown in the second. It is easy to make the erroneous association of CORBA attributes to C++ member variables and CORBA operations to C++ operations. In CORBA, both attributes and operations are operations. Attributes have implicit set and query operations. Again using the device interface in the diagram as an example, the label attribute has implicit operation signatures:

*label(in listString:string):void
*label(void):string

The software component provides the internal storage variable for the label string. It is not directly available to the outside world. The CORBA interface provides the implicit operations for changing the variable.

In contrast, the allocateCapacity() operation of the device interface has a defined function signature instead of the implicit signatures of attributes. Since operations handle exceptions better, many programmers use only operations in an interface definition. However, the SCA uses both attributes and operations in some interfaces.

Resource interface

The SCA's resource interface inherits interfaces from four other interfaces:

*TestableObject
*PortSupplier
*LifeCycle
*PropertySet

The resource interface is inherited by applications and hardware devices. Because of its importance, the example in this section will define a software component that inherits the resource interface. It could inherit other interfaces, but this would add complexity without providing further insight into the development of SCA components.

Component Placement

*The CORBA middleware allows software components to be distributed anywhere within the radio.
*The Core Framework provides distributed object launchers for each processor board within the set.
*The radio’s application factory launches a waveform or application by providing the object files and execution parameters to the various processors within the radio.

The following diagram shows the configuration after these components are launched.

After the objects are instantiated, they may be co-located, or distributed among the different processing elements within the radio. These objects do not have any knowledge of other application objects or the hardware resources within the radio.

A set of XML files is associated with each software and hardware object. These files provide information about the objects, including their port references. The application factory parses these files along with an application schematic file, the Software Assembly Descriptor (SAD). The SAD provides the necessary information to connect the hardware and software components together.

Dynamic Software Configuration

The following diagram shows two software components of a waveform within a JTRS radio. As depicted, the two software components have port objects which are dynamically connected by the Core Framework’s application factory. After connection, the CORBA middleware allows the two objects to pass data or send control information. Because CORBA provides distributed processing the two software components in the diagram can actually reside in different processors within the radio.

The software components shown in the diagram function as adapters An intermediary that translates between incompatible component interfaces, allowing them to communicate. (drivers) for the hardware components. By providing CORBA adapters for the hardware components, every hardware item and software component can communicate and be controlled via CORBA within the JTRS radio.

Hardware Configuration

The SCA System Communications Architecture does not specify a hardware configuration. However, one of the requirements for SCA certification is that the waveform must be ported successfully to a government test platform. These test platforms have a configuration similar to that shown in the following diagram. As would be expected, most waveform software is being designed for such a configuration.

The DAC and A/D in this diagram connect directly to the RF hardware. Most previous military radios had a specialized downconverter and modulator integrated circuits. With the non-standard JTRS configuration shown here, the waveform developers must provide FPGA code that can perform the function of operating directly with the A/Ds and D/As. The hardware does not provide direct digital synthesizers and upsamplers typical in previous radios. The waveform designer must provide that functionality in specialized FPGA code that constitutes part of the delivered waveform.

External links

* [http://sca.jpeojtrs.mil/ Software Communications Architecture Homepage]
* [http://www.shuhy.com/esi/cfbrowser.htm FREE SCA 2.2 Core Framework Browser]
* [http://www.prismtech.com SCA 2.2, SCA 2.2.2 and OMG SWRadio CF implementation and development tools - PrismTech]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Software Communications Architecture — Die Software Communications Architecture (SCA) ist eine offene Architektur, die das Zusammenspiel von Hard und Software in durch Software modifizierbaren Funkstationen (software defined radios, SDRs) regelt. SCA ist in der Hauptsache durch das US …   Deutsch Wikipedia

  • Software Communications Architecture Reference Implementation — The Software Communications Architecture Reference Implementation (SCARI) is an implementation of the US Military s Joint Program Executive Office (JPEO) Software Communications Architecture (SCA) Core Framework. It was developed mainly by the… …   Wikipedia

  • Software-defined radio — A Software Defined Radio (SDR) system is a radio communication system where components that have typically been implemented in hardware (i.e. mixers, filters, amplifiers, modulators/demodulators, detectors. etc.) are instead implemented using… …   Wikipedia

  • Software quality — Contents 1 Motivation for Defining Software Quality 2 Definition 3 Alternative Approaches to Software Quality Defin …   Wikipedia

  • Software engineering — (SE) is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches; that is, the application of engineering to software.[1] It is the… …   Wikipedia

  • Architecture Logicielle — L’architecture logicielle décrit d’une manière symbolique et schématique les différents composants d’un ou de plusieurs systèmes informatiques, leurs interrelations et leurs interactions. Contrairement aux spécifications produites par l’analyse… …   Wikipédia en Français

  • Software prototyping — Software prototyping, a possible activity during software development, is the creation of prototypes, i.e., incomplete versions of the software program being developed.A prototype typically simulates only a few aspects of the features of the… …   Wikipedia

  • Software patent debate — is the argument dealing with the extent to which it should be possible to patent software and computer implemented inventions as a matter of public policy. Policy debate on software patents has been active for years. [Cite book |last=Nichols… …   Wikipedia

  • Communications protocol — For other senses of this word, see Protocol. A communications protocol is a system of digital message formats and rules for exchanging those messages in or between computing systems and in telecommunications. A protocol may have a formal… …   Wikipedia

  • Communications server — For Microsoft s enterprise real time communications server product, see Microsoft Office Communications Server. Communications servers are open, standards based computing systems that operate as a carrier grade common platform for a wide range of …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”