Cleaning and bug fixes 19/2419/3
authorJuha Hyttinen <juha.hyttinen@nokia.com>
Tue, 4 Feb 2020 17:29:26 +0000 (19:29 +0200)
committerJuha Hyttinen <juha.hyttinen@nokia.com>
Wed, 5 Feb 2020 08:24:23 +0000 (10:24 +0200)
commit01a4c49324392003717106267c56126275b9058b
tree66fc1e7200f3e61b3a8b0af2ec4a01c55d641894
parent83ada00338d2c9fa47d48c406b4a46b9d7888aff
Cleaning and bug fixes

Using temporary c buffer while packing asn1 message. In some cases
at least in unittests, some go strings were corrupted during
subscription delete request pack. Root cause was not found,
but after using c buffer things did stablized.

Change-Id: I22b0af72209e2958a9844113f1d35a0d31213b92
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
Dockerfile
e2ap/pkg/e2ap/e2ap_packerif.go
e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscription.go
e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscriptiondelete.go
e2ap/pkg/e2ap_wrapper/packer_e2ap.go
e2ap/pkg/packer/packer.go
pkg/control/e2ap.go
pkg/control/ut_messaging_test.go
pkg/control/ut_stub_e2term_test.go
pkg/control/ut_stub_xapp_test.go
pkg/control/ut_test.go