1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 46c87fe5b3 GSM: Move the IMSI/AuKey into a PhoneConfig class. 2010-11-29 20:34:22 +01:00
Holger Hans Peter Freyther e73c39f5e1 GSM: Introduce the concept of a 'driver' and a procedure
The procedure holds the driver... everything is still very
vague and needs a better design.
2010-11-29 20:34:22 +01:00
Holger Hans Peter Freyther 5a54fe3caf GSM48: Prefix classes with GSM48 to ease migrating to other ST dialects 2010-11-29 20:34:22 +01:00
Holger Hans Peter Freyther 300f9f470e SCCP: Work on dispatching the SCCP messages.. 2010-11-28 21:27:58 +01:00
Holger Hans Peter Freyther 5a4cb78826 SCCP: Start parsing the SCCP response from the network 2010-11-24 10:58:30 +01:00
Holger Hans Peter Freyther 5ed751c24e SCCPHandler: Start handling SCCP connections. 2010-11-22 17:13:53 +01:00
Holger Hans Peter Freyther 181fc048cf TestPhone: Take a lock when draining the send queue. 2010-11-20 01:34:41 +01:00
Holger Hans Peter Freyther 1898744e02 BSSAP: Create a class so we can delay creating a MessageBuffer 2010-11-20 01:34:41 +01:00
Holger Hans Peter Freyther 4cb1daeed6 BSSMAP: Pass the LU directly to the Layer3Info
No need to generate a message. We can directly pass
this to the system and generate the data at the end
with a toMessage.
2010-11-20 01:34:41 +01:00
Holger Hans Peter Freyther da055c7469 Rename from storeOn: to writeOn: to unclash a system selector
Same change as in OsmoNetwork.
2010-11-20 01:34:41 +01:00
Holger Hans Peter Freyther 4cbfc1d0be GSM48: Add dummy code to generate a LU and wrap it in all layers
Create a GSM48 message, wrap it in BSSMAP, BSSAP, SCCP. This
allows us to test the code that is wrapping messages...
2010-11-20 01:34:41 +01:00
Holger Hans Peter Freyther dbb9182d1d Use sempahore to handle things in a thread.. 2010-11-14 22:47:48 +01:00
Holger Hans Peter Freyther 6ec4e192d3 TestPhone: Start with a lot of stubs.. 2010-11-14 22:37:50 +01:00