1
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther d96edc989b webapp: Add a IMSI detach widget and drive the IMSI Deatch procedure 2012-10-21 16:28:51 +02:00
Holger Hans Peter Freyther 5c31946735 webapp: Move ProcedureWidget code to one place 2012-03-23 14:56:45 +01:00
Holger Hans Peter Freyther 3fb1d74dff webapp: Remove the comet usage to figure out the network state.. 2012-03-23 14:55:15 +01:00
Holger Hans Peter Freyther 527a29ced2 sccp: Big structural change of how we handle SCCP connection
GSMConnection is the base class it will have
  - ProcedureBase (probably be renamed to TransactionBase)

hanging off it, there is the concept of the main transaction
that has started this connection. It is mostly there for having
an easy way to judge if this connection was a success and the
only time this soft phone will have multiple transactions is
when we get MT-SMS while doing something else.

This is not fully tested due the lack of free internet access
the KEF airport.
2011-06-16 16:23:19 +02:00
Holger Hans Peter Freyther abc8326fab ussd: Add a very simple widget to send USSD requests to the netwrok
This will only send processUnstructuredSS-Request and right now
the number is hardcoded. It will be better.
2011-04-01 13:16:02 +02:00
Holger Hans Peter Freyther 716e4ac30c GSM: Moved all classes to the osmo-network module 2010-12-15 12:52:34 +01:00
Holger Hans Peter Freyther 1b56da9dfb License: Add AGPLv3 header to the code 2010-12-14 03:03:20 +01:00
Holger Hans Peter Freyther f39eb314bf GSM: Cancel active operations when they are removed from the list 2010-12-13 05:32:41 +01:00
Holger Hans Peter Freyther 214b1ba827 Phone: Work on the call control and send the right number 2010-12-13 05:26:28 +01:00
Holger Hans Peter Freyther bb4e22695c WebApp: Create a procedure widget and show active procedures. 2010-12-12 16:03:37 +01:00
Holger Hans Peter Freyther ce184032e8 WebApp: Provide a very simple way to report an error.. 2010-12-12 10:39:57 +01:00
Holger Hans Peter Freyther d10427f782 WebApp: Abuse Comet to update the status of the connection 2010-12-12 10:38:57 +01:00
Holger Hans Peter Freyther b1d6f361b6 WebApp: Just have a simple LU update... 2010-12-11 12:33:44 +01:00
Holger Hans Peter Freyther 0427513af8 WebApp: Require a very simple login... 2010-12-11 12:30:46 +01:00
Holger Hans Peter Freyther 1c8cce66ef GSM: Provide simple app to do a LU/Call without feedback. 2010-12-11 12:21:36 +01:00
Holger Hans Peter Freyther 6130b0b9d9 WebApp: Work on a simple web application 2010-12-11 09:45:25 +01:00