Attention is currently required from: jolly, fixeria.
1 comment:
File msc/MSC_Tests_ASCI.ttcn:
type integer ASCI_TEST;
const ASCI_TEST ASCI_TEST_NO_CALLREF := 1;
const ASCI_TEST ASCI_TEST_SETUP_REFUSE := 2;
const ASCI_TEST ASCI_TEST_ASSIGN_FAIL := 3;
const ASCI_TEST ASCI_TEST_COMPLETE_VGCS := 4;
const ASCI_TEST ASCI_TEST_COMPLETE_VBS := 5;
Looks like it's done this way because the `BSC_ConnHdlr_Coord_PT` can only deliver charstrings and i […]
one could also simply add the new enum type as something that can be sent over the existing port coord_pt instead of the "int".
I will also try to revisit the existing code sending chartering over it. if it is a similar usage, it should also be modified (not in this patch series, of course)
To view, visit change 33979. To unsubscribe, or for help writing mail filters, visit settings.