On Mon, Oct 22, 2012 at 09:39:30PM +0200, Holger Hans Peter Freyther wrote:
Hi,
Hi again,
I have updated the packages (so aptitude update, aptitude safe-upgrade) and I have comitted and attached a simple Location Updating Request.
Start openbsc and roughly do the following:
$ gst LUTest.st ... it will fail because of a LU Reject, authorize the subscriber.. $ gst LUTest.st ... the LU should now succeed.
Some small explanations. First I create a class that inherits the OpenBSCTest class and create a startTest method (called a selector in Smalltalk). In that method I connect as a new BTS, then require any channel and send a LURequest through this new lchan. I am then read/sending messages until the connection comes to an end.
The Smalltalk syntax is explained here[1], it contains a very short explanation of the Smalltalk syntax and features.
enjoy holger
[1] http://esug.heeg.de/whyusesmalltalktoteachoop/smalltalksyntaxonapostcard/