Open Source Telephony
 help / color / mirror / Atom feed
From: Jens Rehsack <jr_extern@vfnet.de>
To: ofono@ofono.org
Subject: SUPL Tests based on oFono
Date: Mon, 25 Jun 2012 15:45:13 +0200	[thread overview]
Message-ID: <4FE86B69.9020703@vfnet.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]

Hi,

first snapshots of the planned SUPL tests has been uploaded to
http://repo.or.cz/:
- http://repo.or.cz/w/Net-Radio-Location-SUPL-Test.git
- http://repo.or.cz/w/Net-Radio-Modem.git
- http://repo.or.cz/w/Net-Radio-oFono.git
- http://repo.or.cz/w/Net-Radio-Modem-Adapter-oFono.git

I set up my local test environment using local::lib like following:
$ mkdir -p /data/devel/vfnet && cd /data/devel/vfnet
$ for repo in Net-Radio-Modem Net-Radio-oFono \
	Net-Radio-Modem-Adapter-oFono \
	Net-Radio-Location-SUPL-Test; \
  do git clone http://repo.or.cz/w/${repo}.git ${repo}; \
      (cd ${repo} && \
        perl -Mlocal::lib=/data/devel/vfnet/perl5 Build.PL && \
        ./Build && ./Build test && ./Build install);
  done
# starting ofono
$ (cd Net-Radio-oFono && env PIN=1234 perl \
	-Mlocal::lib=/data/devel/vfnet/perl5
	exampes/enable-modem)
# starting mmsd
$ cd Net-Radio-Location-SUPL-Test
$ perl -Mlocal::lib=/data/devel/vfnet/perl5 -Mblib \
	supl-test &
$ tail -f supl-test.log

For now, the dependencies have to be installed by hand using
cpan, apt-get or pkg_add.
- http://repo.or.cz/w/Net-Radio-Location-SUPL-Test.git
  + ExtUtils::CBuilder
  + ExtUtils::ParseXS
  + Test::Differences
  * Config::Any
  * Digest::SHA
  * File::ConfigDir
  * File::Find::Rule
  * Log::Any
  * Log::Any::Adapter
  * Net::DBus
  * Net::Radio::Modem::Adapter::oFono
  * Params::Util
  * Log::Log4perl
  * Log::Any::Adapter::Log4perl
- http://repo.or.cz/w/Net-Radio-Modem.git
  (core only)
- http://repo.or.cz/w/Net-Radio-oFono.git
  * Carp::Assert
  * Hash::MoreUtils
  * List::MoreUtils
  * Log::Any
  * Log::Any::Adapter
  * Net::DBus
  * Params::Util
- http://repo.or.cz/w/Net-Radio-Modem-Adapter-oFono.git
  * Net::Radio::Modem
  * Net::Radio::oFono

Hope to read some feedback before I'm going to release.

/Jens

                 reply	other threads:[~2012-06-25 13:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE86B69.9020703@vfnet.de \
    --to=jr_extern@vfnet.de \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox