smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther a4abf25a6a pharo: Do not have the same variable twice
Pharo doesn't allow to define the class like this.
2015-07-25 21:53:47 +02:00
Holger Hans Peter Freyther e32d2ac2be Use prereq and such instead of manual dependency loading
With PackageLoader loadPackageFromFile we do not need to load
the package in the source file.
2015-07-24 18:39:11 +02:00
Holger Hans Peter Freyther ed9b198256 modernize the test cases. Use >>#assert:equals: 2015-07-24 18:28:12 +02:00
Holger Hans Peter Freyther 31c7c8e55b mgcp: Reduce the amount of parsers needed and maybe speed-up parsing
Do not create so many blank/word/: parsers and simplify the parameter
matching. We can check for legal keywords in a better and probably
more quick way in case we need to. I could use "trim" instead of
matching blanks and throwing them away.
2014-09-03 19:22:38 +02:00
Holger Hans Peter Freyther d5248eceec mgcp: Be able to parse the X-Osmux extension we have 2014-08-26 19:04:52 +02:00
Holger Hans Peter Freyther 08ebcfdab3 mgcp: Be able to parse the grammar of custom transids correctly 2014-06-16 16:24:23 +02:00
Holger Hans Peter Freyther 2b5089d84d mgcp: Be able to parse a Osmocom transaction ID
the namespace nat-NUMBER is not valid according to the grammar.
Add an optional extension for it and add a testcase. In case
we get too many extensions we might introduce a MGCPGrammar
subclass for osmocom.
2014-05-29 21:52:50 +02:00
Holger Hans Peter Freyther be46bf5b35 mgcp: Be able to parse the first osmocom vendor extension 2014-03-14 15:06:06 +01:00
Holger Hans Peter Freyther 3ec703beb5 misc: Add proper categories to the MGCP Tests 2013-03-30 16:57:39 +01:00
Holger Hans Peter Freyther b7453953c8 misc: Make the categories match the package name 2013-03-30 16:51:10 +01:00
Holger Hans Peter Freyther a948ff8294 mgcp: Fix some spacing... 2011-09-22 20:06:19 +02:00
Holger Hans Peter Freyther 9c5b73d4c6 callagent: Introduce a MGCPParser and parse it into a MGCPResponse. 2011-06-24 20:08:23 +02:00
Holger Hans Peter Freyther 4354afff4a grammar: Add one more simple test case 2011-06-12 14:31:55 +02:00
Holger Hans Peter Freyther becc6eb928 grammar: Add parsing responses to the grammar 2011-06-10 16:59:57 +02:00
Holger Hans Peter Freyther e5f91884e9 License: Add AGPLv3 header to the code 2010-12-14 02:47:38 +01:00
Holger Hans Peter Freyther 904db49558 mgcp: Move the MGCP Grammar into the grammar directory 2010-09-19 07:43:00 +08:00