1
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 026611eb99 misc: Work on categories for the various classes. 2011-09-27 16:35:44 +02:00
Holger Hans Peter Freyther e4dc6132c9 Add Copyright header to the code 2010-12-14 02:43:46 +01:00
Holger Hans Peter Freyther 1cfa5c269e OsmoCore: Remove logging from cCalls as this doesn't seem to work 2010-10-20 21:39:36 +02:00
Holger Hans Peter Freyther 7d98500e4e OsmoCore: Fix the calls by ending them with '.' 2010-10-20 21:36:04 +02:00
Holger Hans Peter Freyther 6e28e1f343 OsmoCore: Do not log from within this class.. 2010-10-20 21:35:05 +02:00
Holger Hans Peter Freyther 3e2673d192 Core: Add Logging dependency and areas 2010-10-20 20:03:51 +02:00
Holger Hans Peter Freyther caa497bdb8 OsmoCore: Bind the GSM0808 dtap header creation method. 2010-10-19 20:42:01 +02:00
Holger Hans Peter Freyther bf3a93c098 Osmocore: Bind some msgb related methods 2010-10-18 18:22:03 +02:00
Holger Hans Peter Freyther 7ea34baedc Add a package.xml to create easy to use packages 2010-10-18 17:54:51 +02:00
Holger Hans Peter Freyther 44f0ac322b VTY: Put commands into a global dictionary... avoiding the GC 2010-09-14 02:17:15 +08:00
Holger Hans Peter Freyther c12cd3abdf VTY: Handle the argv correctly, call a block with the strings, use gc for the comamnd
The low level struct is kept by the the VTYCommand so we can allocate
this with normal garbage collection and prepare for the day where a
command can be removed from the vty.
2010-09-14 02:08:44 +08:00
Holger Hans Peter Freyther 87ec0f7401 VTY: Finalize had a typo, remove the whole thing, just raise an error 2010-09-13 19:42:43 +08:00
Holger Hans Peter Freyther 54853b5d65 VTY: Be safe and store the address as long 2010-09-13 19:12:37 +08:00
Holger Hans Peter Freyther 6b5b830b0c VTY: Force init of everything, try to run finalizers.. 2010-09-13 18:56:56 +08:00
Holger Hans Peter Freyther cf071f9b49 vty: Add a first version that runs a command. 2010-09-13 18:03:24 +08:00
Holger Hans Peter Freyther 826e3a0182 VTY: Bind two functions to output text 2010-09-13 18:02:27 +08:00
Holger Hans Peter Freyther 883f1a7651 VTY: Use capital for the class name as this appears to work better 2010-09-13 16:08:28 +08:00
Holger Hans Peter Freyther bffccd92d0 OsmoVTY: Create the enum in Smalltalk, still not the best way of doing it 2010-09-11 17:17:32 +08:00
Holger Hans Peter Freyther 9ad895dc0d OsmoVTY: Bind two more C structs to smalltalK 2010-09-11 17:12:59 +08:00
Holger Hans Peter Freyther 2eaed1fe27 OsmoVTY: Use the # for the inner array's too 2010-09-11 16:20:43 +08:00
Holger Hans Peter Freyther e0e3681457 OsmoVTY: Add a initWith method to start the VTY...
The VTY code will be leaked..
2010-09-11 16:15:40 +08:00
Holger Hans Peter Freyther 6971bcc78d Osmocore: Move the poll to a new function and call it from the process 2010-09-11 16:14:52 +08:00
Holger Hans Peter Freyther de142cc23c OsmoVTY: Add low level VTY code. 2010-09-11 14:12:00 +08:00
Holger Hans Peter Freyther 1070089e90 OsmoCore: Start a poll process, stop it on code update.. 2010-09-11 01:49:40 +08:00
Holger Hans Peter Freyther 9a8c9300d7 OsmoCore: Add the beginning of a libosmocore binding 2010-09-09 22:39:13 +08:00
Holger Hans Peter Freyther 0045d42b40 Add README for the use of this module. 2010-09-09 16:37:32 +08:00