Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[agw][sctpd] [bug fix v1.3] Restart Sctpd with MME #4179

Merged
merged 1 commit into from
Dec 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#
[Unit]
Description=Magma sctpd service
PartOf=magma@mme.service
Before=magma@mme.service

[Service]
Expand Down
10 changes: 4 additions & 6 deletions lte/gateway/python/integ_tests/defs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,16 @@ s1aptests/test_attach_ul_tcp_data.py \
s1aptests/test_attach_detach_rar_tcp_data.py \
s1aptests/test_attach_detach_multiple_rar_tcp_data.py \
s1aptests/test_attach_asr.py \
s1aptests/test_attach_detach_with_mme_restart.py \
s1aptests/test_attach_detach_with_mobilityd_restart.py \
s1aptests/test_attach_detach_multiple_ip_blocks_mobilityd_restart.py \
s1aptests/test_attach_detach_attach_ul_tcp_data.py \
s1aptests/test_restore_mme_config_after_sanity.py
#s1aptests/test_attach_ul_udp_data_with_mme_restart.py \
#s1aptests/test_attach_detach_with_mme_restart.py \
s1aptests/test_attach_detach_with_mobilityd_restart.py \
s1aptests/test_attach_detach_multiple_ip_blocks_mobilityd_restart.py \
s1aptests/test_attach_ul_udp_data_with_mme_restart.py \
s1aptests/test_attach_ul_udp_data_with_mobilityd_restart.py \
s1aptests/test_attach_ul_udp_data_with_multiple_service_restart.py \
s1aptests/test_attach_ul_udp_data_with_pipelined_restart.py \
s1aptests/test_attach_ul_udp_data_with_sessiond_restart.py \
s1aptests/test_attach_detach_attach_ul_tcp_data.py \
s1aptests/test_restore_mme_config_after_sanity.py

# These test cases pass without memory leaks, but needs DL-route in TRF server
# sudo /sbin/route add -net 192.168.128.0 gw 192.168.60.142
Expand Down