1 / 17

Implementation of cellular type approval software for an open source embedded device

Thesis presentation 9.6.2009 Author: Mathias Nyman Supervisor: Professor Riku Jäntti Instructor: D.Sc. (Tech) Konsta Karsisto. Implementation of cellular type approval software for an open source embedded device. Content. Background Requirements Research aspects

ahmed-cain
Download Presentation

Implementation of cellular type approval software for an open source embedded device

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Thesis presentation 9.6.2009 Author: Mathias Nyman Supervisor: Professor Riku Jäntti Instructor: D.Sc. (Tech) Konsta Karsisto Implementation of cellular type approval software for an open source embedded device

  2. Content • Background • Requirements • Research aspects • Cellular type approval, device hardware and software stack • Implementation • Software testing and quality • Conclusions

  3. Background • Since 2005 Nokia has released a line of Linux based mobile Internet tablets. • Tablets lack cellular connectivity, and therefore all cellular related type approval software. • Task to implement cellular test cases to the existing type approval software used in Internet tablets. • Should be tested and run on a prototype device with added cellular capabilities

  4. The Internet tablets • 770 N800 N810

  5. Requirements • Control cellular functionality, such as: • Dial/answer calls without audio routing • GSM/UMTS/Dual mode • Packet data settings • Network selection, list available operators • SIM card status • Device may not be connected to any external device during testing. Software and user interface must be run on the device itself.

  6. Research aspects • What hardware and software interfaces are available to control the cellular engine? • Designing the software requires knowledge about the intended usage. How are type approval tests conducted, what is the purpose and who will perform them. • Ways to ensure sufficient quality and reliability. Understanding and planning testing

  7. Cellular type approval • Type approval required before allowed on market. • CE mark in European economic area • Type approval testing done in-house after each HW iteration. • Interoperability (IOP)‏ • Electromagnetic compatibility (EMC) including emission, immunity and ESD

  8. Device hardware • Two separate engines with their own processor, RAM and flash memory • ARM based Application engine, cellular engine considered black box. • SSI interface connecting the engines

  9. Software stack • Software stack to control cellular engine • D-Bus IPC • cellular software daemon (CSD)‏ • ISI/Phonet • SSI driver in Linux kernel • Most of the required functionality could be implemented using the D-Bus interface

  10. Implementation • ARM based, maemo provided SDK, written in C • D-Bus IPC interface satisfactory for most cases • Blocking functions used mostly, D-Bus signals used for cellular initiated communication • Network selection required more elaborate D-Bus usage including both blocking and non-blocking calls

  11. Implementation 2/2

  12. User interface • GTK based, graphical UI. Common in Linux distributions • Touchscreen as input • Usability not key concern as the software is only used in type approval testing laboratory by a few in-house engineers. Can be trained

  13. Software testing and quality • Unit testing by developer with D-Bus monitoring tools • Integration testing done top down, depth first during development by developer • Regression testing started late • No recovery, stress, alpha or beta testing. Nature of the software and its usage unnecessary • Validation testing in type approval laboratory by customer

  14. Conclusions • UI turned out quite intuitive, positive response. • UI and cellular control should be developed separately • Open source benefit: ready examples, on-line documentation • Testing resources should be allocated from the start of the project

  15. Software delivery in time prioritized over usability and reliability • Performed well in type approval laboratory testing. All required tests could be run after a couple of iterations • Time consuming network actions must be non-blocking. Asynchronous callbacks

More Related