Fix the document errata

This commit is contained in:
Sukchan Lee 2019-10-27 19:57:18 +09:00
parent 87b6b66cfd
commit 290cdfac42
7 changed files with 21 additions and 20 deletions

View file

@ -76,7 +76,7 @@ Check whether the compilation is correct.
$ sudo ninja -C build test
```
**Tip:** You can also check the result of `ninja -C build test` with a tool that captures packets. If you are running `wireshark`, select the `loopback` interface and set FILTER to `s1ap || gtpv2 || diameter || gtp`. You can see the virtually created packets. [[testcomplex.pcapng]]({{ site.url }}{{ site.baseurl }}/assets/pcapng/testcomplex.pcapng)
**Tip:** You can also check the result of `sudo ninja -C build test` with a tool that captures packets. If you are running `wireshark`, select the `loopback` interface and set FILTER to `s1ap || gtpv2 || diameter || gtp`. You can see the virtually created packets. [[testsimple.pcapng]]({{ site.url }}{{ site.baseurl }}/assets/pcapng/testsimple.pcapng)
{: .notice--info}
You need to perform **the installation process**.