aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-27misc: Work on categories for the various classes.HEADmasterHolger Hans Peter Freyther3-8/+11
2010-12-14Add Copyright header to the codeHolger Hans Peter Freyther3-2/+52
2010-10-20OsmoCore: Remove logging from cCalls as this doesn't seem to workHolger Hans Peter Freyther1-6/+0
2010-10-20OsmoCore: Fix the calls by ending them with '.'Holger Hans Peter Freyther1-6/+6
2010-10-20OsmoCore: Do not log from within this class..Holger Hans Peter Freyther1-1/+0
2010-10-20Core: Add Logging dependency and areasHolger Hans Peter Freyther3-2/+26
2010-10-19OsmoCore: Bind the GSM0808 dtap header creation method.Holger Hans Peter Freyther1-0/+4
2010-10-18Osmocore: Bind some msgb related methodsHolger Hans Peter Freyther1-0/+17
2010-10-18Add a package.xml to create easy to use packagesHolger Hans Peter Freyther1-0/+11
2010-09-14VTY: Put commands into a global dictionary... avoiding the GCHolger Hans Peter Freyther1-0/+16
2010-09-14VTY: Handle the argv correctly, call a block with the strings, use gc for ↵Holger Hans Peter Freyther1-11/+28
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-13VTY: Finalize had a typo, remove the whole thing, just raise an errorHolger Hans Peter Freyther1-2/+1
2010-09-13VTY: Be safe and store the address as longHolger Hans Peter Freyther1-2/+2
2010-09-13VTY: Force init of everything, try to run finalizers..Holger Hans Peter Freyther1-0/+12
2010-09-13vty: Add a first version that runs a command.Holger Hans Peter Freyther1-0/+45
2010-09-13VTY: Bind two functions to output textHolger Hans Peter Freyther1-0/+8
2010-09-13VTY: Use capital for the class name as this appears to work betterHolger Hans Peter Freyther1-10/+10
2010-09-11OsmoVTY: Create the enum in Smalltalk, still not the best way of doing itHolger Hans Peter Freyther1-0/+36
2010-09-11OsmoVTY: Bind two more C structs to smalltalKHolger Hans Peter Freyther1-0/+53
2010-09-11OsmoVTY: Use the # for the inner array's tooHolger Hans Peter Freyther1-6/+6
2010-09-11OsmoVTY: Add a initWith method to start the VTY...Holger Hans Peter Freyther1-12/+13
The VTY code will be leaked..
2010-09-11Osmocore: Move the poll to a new function and call it from the processHolger Hans Peter Freyther1-7/+11
2010-09-11OsmoVTY: Add low level VTY code.Holger Hans Peter Freyther1-0/+49
2010-09-11OsmoCore: Start a poll process, stop it on code update..Holger Hans Peter Freyther1-3/+32
2010-09-09OsmoCore: Add the beginning of a libosmocore bindingHolger Hans Peter Freyther1-0/+26
2010-09-09Add README for the use of this module.Holger Hans Peter Freyther1-0/+1