diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-12-08 23:13:29 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-12-13 14:54:02 +0000 |
commit | 3cbc05210192324592cc8b79e12d3095be302f90 (patch) | |
tree | 372577c3257f0658547e7771e3ef1f4614dfb06a /openbsc/tests/oap/oap_client_test.err | |
parent | 73ed45599b94f666fedd043028daad9427c241bd (diff) |
oap_client_test: show bug: disabled state does not reject message
There is a hole in OAP where a disabled OAP still accepts at least a
Registration Reject message, after which it will do things it shouldn't. Show
this by expecting the bugs, to be adjusted with the upcoming fix.
Related: OS#1592
Change-Id: I4a5fde308b876946fea2571ea1a550f0cc7ee136
Diffstat (limited to 'openbsc/tests/oap/oap_client_test.err')
-rw-r--r-- | openbsc/tests/oap/oap_client_test.err | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/tests/oap/oap_client_test.err b/openbsc/tests/oap/oap_client_test.err index 248808e73..9e5235753 100644 --- a/openbsc/tests/oap/oap_client_test.err +++ b/openbsc/tests/oap/oap_client_test.err @@ -1,4 +1,8 @@ - make sure filling with zeros means uninitialized +- reject messages in uninitialized state EXPECTING BUGS +DLOAP OAP registration failed +- reject messages in disabled state +DLOAP OAP registration failed - invalid client_id and shared secret - reset state - only client_id is invalid |