index
:
smalltalk/osmo-st-testphone
master
GSM0408/BSSAP/BSSMAP related code
Holger Freyther
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
ipa: Open the connection and then wait for the completion
HEAD
master
Holger Hans Peter Freyther
1
-3/+6
2011-06-20
ipa: Remove the unused semaphore from the IPAConfig
Holger Hans Peter Freyther
1
-1/+1
2011-06-20
termination: When writing is failing attempt to clean things as well
Holger Hans Peter Freyther
1
-2/+7
2011-06-16
sccp: Big structural change of how we handle SCCP connection
Holger Hans Peter Freyther
3
-143/+118
2011-05-18
testphone: misc changes to ease scripting and lu
Holger Hans Peter Freyther
2
-4/+15
2011-04-20
ussd: Switch invokeid... respond to a unstructuredRequest
Holger Hans Peter Freyther
1
-2/+26
2011-04-16
gsm: Use a transaction identifier, verify that it is correct.
Holger Hans Peter Freyther
1
-1/+2
2011-04-03
phone: Allow to specify the AuKey version
Holger Hans Peter Freyther
2
-2/+15
2011-04-03
test: make sure the OsmoGSM module is loaded here.
Holger Hans Peter Freyther
1
-0/+1
2011-04-01
ussd: Properly encode the processUnstructuredSS request
Holger Hans Peter Freyther
1
-1/+20
2011-04-01
ussd: Add a very simple widget to send USSD requests to the netwrok
Holger Hans Peter Freyther
3
-3/+73
2010-12-15
GSM: Moved all classes to the osmo-network module
Holger Hans Peter Freyther
11
-3132/+7
2010-12-14
License: Add AGPLv3 header to the code
Holger Hans Peter Freyther
10
-0/+178
2010-12-13
GSM: Cancel active operations when they are removed from the list
Holger Hans Peter Freyther
2
-1/+10
2010-12-13
Phone: Work on the call control and send the right number
Holger Hans Peter Freyther
3
-6/+17
2010-12-13
GSMDriver: Send a clear request in case there is an exception
Holger Hans Peter Freyther
2
-0/+18
2010-12-12
WebApp: Create a procedure widget and show active procedures.
Holger Hans Peter Freyther
1
-2/+42
2010-12-12
WebApp: Provide a very simple way to report an error..
Holger Hans Peter Freyther
1
-10/+35
2010-12-12
WebApp: Abuse Comet to update the status of the connection
Holger Hans Peter Freyther
1
-5/+22
2010-12-12
GSM: Export if something is finished or not yet.
Holger Hans Peter Freyther
1
-0/+16
2010-12-11
GSM: Make the au key work on string and byte array
Holger Hans Peter Freyther
2
-1/+17
2010-12-11
WebApp: Just have a simple LU update...
Holger Hans Peter Freyther
1
-26/+5
2010-12-11
WebApp: Require a very simple login...
Holger Hans Peter Freyther
1
-0/+28
2010-12-11
GSM: Provide simple app to do a LU/Call without feedback.
Holger Hans Peter Freyther
2
-75/+97
2010-12-11
GSM: Make sure the caller of serve is always notified. provide isConnected
Holger Hans Peter Freyther
1
-3/+11
2010-12-11
GSM: Export the underlying driver
Holger Hans Peter Freyther
1
-0/+4
2010-12-11
WebApp: Work on a simple web application
Holger Hans Peter Freyther
1
-0/+153
2010-12-11
GSMDriver: Report call progress and such..
Holger Hans Peter Freyther
1
-1/+10
2010-12-11
SCCP: Be more precise about the exception
Holger Hans Peter Freyther
1
-1/+1
2010-12-11
GSM: Call Control with a fixed number
Holger Hans Peter Freyther
1
-0/+27
2010-12-11
SCCP: Handle CMService Accept and Cipher Mode Command as accepted
Holger Hans Peter Freyther
2
-0/+19
2010-12-11
GSM: Move the success to the ProcedureBase
Holger Hans Peter Freyther
1
-7/+9
2010-12-11
GSM: Check if the LU is accepted and change the return type
Holger Hans Peter Freyther
1
-6/+21
2010-12-11
GSM: Attempt to work with different SAPIs to do proper dispatch
Holger Hans Peter Freyther
2
-11/+19
2010-12-11
GSM: Fix the Setup message in the GSM foo bar.
Holger Hans Peter Freyther
1
-4/+4
2010-12-11
GSM: Add a default implementation for the simple default data
Holger Hans Peter Freyther
1
-1/+4
2010-12-11
GSM: Add an ensure block to always signal when we leave here
Holger Hans Peter Freyther
1
-0/+4
2010-12-05
GSMDriver: Add a method to do a timed wait on the completion.
Holger Hans Peter Freyther
1
-0/+8
2010-12-05
GSMDriver: Reply with an Assignment Complete message...
Holger Hans Peter Freyther
2
-0/+14
2010-12-05
GSMDriver: Reply with a Cipher Mode Complete to a Cipher Command
Holger Hans Peter Freyther
2
-0/+10
2010-12-05
GSM48: Add code to encode a phone number.
Holger Hans Peter Freyther
2
-0/+54
2010-12-05
GSM48: Add class to decode the BCD digits of the called addr
Holger Hans Peter Freyther
2
-0/+65
2010-12-05
GSM48: Add optional handling to the CM Service Request
Holger Hans Peter Freyther
1
-2/+6
2010-12-05
GSM48: Make DataHolder work with a MIN/MAX length.
Holger Hans Peter Freyther
1
-9/+39
2010-12-05
GSM48; Simplify code and remove T hack from it.
Holger Hans Peter Freyther
1
-7/+1
2010-12-05
GSM48: Create a factory for the optional elements
Holger Hans Peter Freyther
1
-0/+1
2010-12-05
GSM48: Refactor and share code to add variables
Holger Hans Peter Freyther
1
-8/+10
2010-12-05
GSM48: Check if member variable exists...
Holger Hans Peter Freyther
1
-1/+4
2010-12-05
GSM48: Parse a CM Service Reject properly
Holger Hans Peter Freyther
2
-0/+21
2010-12-05
GSMDriver: Create a Procedure to start a call.
Holger Hans Peter Freyther
2
-10/+44
[next]