Re: Approach to system testing for Osmocom stack

2018-08-20 Thread Pau Espin Pedrol
Hi Holger Since I wrote my last e-mail in this thread, we developed some more stuff for osmo-gsm-tester which may be interesting for this topic. I recently introduced some code to be able to run TTCN3 tests using real HW and a motorola c213 phone running osmocom-bb, since we originally only

Re: Approach to system testing for Osmocom stack

2018-08-20 Thread Holger Freyther
> On 10. Jan 2018, at 09:49, Pau Espin Pedrol wrote: Hey Pau, > I never used virtbts but I think it should be quite easy adding support for > it in osmo-gsm-tester. The only big issue I can think of is that we need to > find a way to differentiate between virtbs and other bts since they

Re: Approach to system testing for Osmocom stack

2018-01-29 Thread Holger Freyther
> On 29. Jan 2018, at 10:50, Harald Welte wrote: > > Hi Holger, > > thanks for your status update. Looking forward to the related code. hehe. It is just a couple of hundred lines so far. It should bring us far enough. Will continue with it in a few minutes. For

Re: Approach to system testing for Osmocom stack

2018-01-29 Thread Harald Welte
Hi Holger, thanks for your status update. Looking forward to the related code. -- - Harald Welte http://laforge.gnumonks.org/ "Privacy in residential applications is a desirable

Re: Approach to system testing for Osmocom stack

2018-01-28 Thread Holger Freyther
> On 21. Jan 2018, at 20:16, Holger Freyther wrote: > Hey! some more progress. I had to learn a bit about asyncio and in the end will be forced to use a stream socket[1] and will end up using the IPA and add a reservation for JSON events. I will probably push my unfinished

Re: Approach to system testing for Osmocom stack

2018-01-10 Thread Harald Welte
Hi Holger, On Wed, Jan 10, 2018 at 10:52:59PM +, Holger Freyther wrote: > okay. That reduces some degrees of the freedom. Where to put it? Into the > OsmocomBB sources? Osmo GSM tester even if it might not share much code? If you reuse osmo-gsm-tester code for templates or the like, then it

Re: Approach to system testing for Osmocom stack

2018-01-10 Thread Holger Freyther
> On 10. Jan 2018, at 11:55, Harald Welte wrote: > > Hi Holger, > Sure, I understand. However, it is definitely a part that we're very > much looking forward to have :) me too... I dislike not having made progress here. > One might also think of a more structured

Re: Approach to system testing for Osmocom stack

2018-01-10 Thread Harald Welte
Hi Holger, On Wed, Jan 10, 2018 at 12:24:47AM +, Holger Freyther wrote: > the lua binding code was added to be able to automate OpenBSC tests. > In theory we should be able to do this for SMS and UpdateLocation > (call handling with MNCC exposing is left as a todo) but in practice > we miss a

Re: Approach to system testing for Osmocom stack

2018-01-10 Thread Pau Espin Pedrol
Hi Holger, I never used virtbts but I think it should be quite easy adding support for it in osmo-gsm-tester. The only big issue I can think of is that we need to find a way to differentiate between virtbs and other bts since they use a different communication medium and then that means that

Re: Approach to system testing for Osmocom stack

2018-01-10 Thread Pau Espin Pedrol
Hi Holger, I never used virtbts but I think it should be quite easy adding support for it in osmo-gsm-tester. The only big issue I can think of is that we need to find a way to differentiate between virtbs and other bts since they use a different communication medium and then that means that