Skip to content
Success

Console Output

Skipping 321 KB.. Full Log
#8 1.190                           specify the character to indicate a new line instead of '+'
#8 1.190     --output-indicator-old <char>
#8 1.190                           specify the character to indicate an old line instead of '-'
#8 1.190     --output-indicator-context <char>
#8 1.190                           specify the character to indicate a context instead of ' '
#8 1.190 
#8 1.190 Diff rename options
#8 1.190     -B, --break-rewrites[=<n>[/<m>]]
#8 1.190                           break complete rewrite changes into pairs of delete and create
#8 1.190     -M, --find-renames[=<n>]
#8 1.190                           detect renames
#8 1.190     -D, --irreversible-delete
#8 1.190                           omit the preimage for deletes
#8 1.190     -C, --find-copies[=<n>]
#8 1.190                           detect copies
#8 1.190     --find-copies-harder  use unmodified files as source to find copies
#8 1.190     --no-renames          disable rename detection
#8 1.190     --rename-empty        use empty blobs as rename source
#8 1.190     --follow              continue listing the history of a file beyond renames
#8 1.190     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.190 
#8 1.190 Diff algorithm options
#8 1.190     --minimal             produce the smallest possible diff
#8 1.190     -w, --ignore-all-space
#8 1.190                           ignore whitespace when comparing lines
#8 1.190     -b, --ignore-space-change
#8 1.190                           ignore changes in amount of whitespace
#8 1.190     --ignore-space-at-eol
#8 1.190                           ignore changes in whitespace at EOL
#8 1.190     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.190     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.190     -I, --ignore-matching-lines <regex>
#8 1.190                           ignore changes whose all lines match <regex>
#8 1.190     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.190     --patience            generate diff using the "patience diff" algorithm
#8 1.190     --histogram           generate diff using the "histogram diff" algorithm
#8 1.190     --diff-algorithm <algorithm>
#8 1.190                           choose a diff algorithm
#8 1.190     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.190     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.190     --word-diff-regex <regex>
#8 1.190                           use <regex> to decide what a word is
#8 1.190     --color-words[=<regex>]
#8 1.190                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.190     --color-moved[=<mode>]
#8 1.190                           moved lines of code are colored differently
#8 1.190     --color-moved-ws <mode>
#8 1.190                           how white spaces are ignored in --color-moved
#8 1.190 
#8 1.190 Other diff options
#8 1.190     --relative[=<prefix>]
#8 1.190                           when run from subdir, exclude changes outside and show relative paths
#8 1.190     -a, --text            treat all files as text
#8 1.190     -R                    swap two inputs, reverse the diff
#8 1.190     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.190     --quiet               disable all output of the program
#8 1.190     --ext-diff            allow an external diff helper to be executed
#8 1.190     --textconv            run external text conversion filters when comparing binary files
#8 1.190     --ignore-submodules[=<when>]
#8 1.190                           ignore changes to submodules in the diff generation
#8 1.190     --submodule[=<format>]
#8 1.190                           specify how differences in submodules are shown
#8 1.190     --ita-invisible-in-index
#8 1.190                           hide 'git add -N' entries from the index
#8 1.190     --ita-visible-in-index
#8 1.190                           treat 'git add -N' entries as real in the index
#8 1.190     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.190     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.190     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.190     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.190     -O <file>             control the order in which files appear in the output
#8 1.190     --rotate-to <path>    show the change in the specified path first
#8 1.190     --skip-to <path>      skip the output to the specified path
#8 1.190     --find-object <object-id>
#8 1.190                           look for differences that change the number of occurrences of the specified object
#8 1.190     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.190                           select files by diff type
#8 1.190     --output <file>       output to a specific file
#8 1.190 
#8 1.191 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.191 To add an exception for this directory, call:
#8 1.191 
#8 1.191 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.193 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.193 To add an exception for this directory, call:
#8 1.193 
#8 1.193 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.195 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.195 usage: git diff --no-index [<options>] <path> <path>
#8 1.195 
#8 1.195 Diff output format options
#8 1.195     -p, --patch           generate patch
#8 1.195     -s, --no-patch        suppress diff output
#8 1.195     -u                    generate patch
#8 1.195     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.195     -W, --function-context
#8 1.195                           generate diffs with <n> lines context
#8 1.195     --raw                 generate the diff in raw format
#8 1.195     --patch-with-raw      synonym for '-p --raw'
#8 1.195     --patch-with-stat     synonym for '-p --stat'
#8 1.195     --numstat             machine friendly --stat
#8 1.195     --shortstat           output only the last line of --stat
#8 1.195     -X, --dirstat[=<param1,param2>...]
#8 1.195                           output the distribution of relative amount of changes for each sub-directory
#8 1.195     --cumulative          synonym for --dirstat=cumulative
#8 1.195     --dirstat-by-file[=<param1,param2>...]
#8 1.195                           synonym for --dirstat=files,param1,param2...
#8 1.195     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.195     --summary             condensed summary such as creations, renames and mode changes
#8 1.195     --name-only           show only names of changed files
#8 1.195     --name-status         show only names and status of changed files
#8 1.195     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.195                           generate diffstat
#8 1.195     --stat-width <width>  generate diffstat with a given width
#8 1.195     --stat-name-width <width>
#8 1.195                           generate diffstat with a given name width
#8 1.195     --stat-graph-width <width>
#8 1.195                           generate diffstat with a given graph width
#8 1.195     --stat-count <count>  generate diffstat with limited lines
#8 1.195     --compact-summary     generate compact summary in diffstat
#8 1.195     --binary              output a binary diff that can be applied
#8 1.195     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.195     --color[=<when>]      show colored diff
#8 1.195     --ws-error-highlight <kind>
#8 1.195                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.195     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.195     --abbrev[=<n>]        use <n> digits to display object names
#8 1.195     --src-prefix <prefix>
#8 1.195                           show the given source prefix instead of "a/"
#8 1.195     --dst-prefix <prefix>
#8 1.195                           show the given destination prefix instead of "b/"
#8 1.195     --line-prefix <prefix>
#8 1.195                           prepend an additional prefix to every line of output
#8 1.195     --no-prefix           do not show any source or destination prefix
#8 1.195     --inter-hunk-context <n>
#8 1.195                           show context between diff hunks up to the specified number of lines
#8 1.195     --output-indicator-new <char>
#8 1.195                           specify the character to indicate a new line instead of '+'
#8 1.195     --output-indicator-old <char>
#8 1.195                           specify the character to indicate an old line instead of '-'
#8 1.195     --output-indicator-context <char>
#8 1.195                           specify the character to indicate a context instead of ' '
#8 1.195 
#8 1.195 Diff rename options
#8 1.195     -B, --break-rewrites[=<n>[/<m>]]
#8 1.195                           break complete rewrite changes into pairs of delete and create
#8 1.195     -M, --find-renames[=<n>]
#8 1.195                           detect renames
#8 1.195     -D, --irreversible-delete
#8 1.195                           omit the preimage for deletes
#8 1.195     -C, --find-copies[=<n>]
#8 1.195                           detect copies
#8 1.195     --find-copies-harder  use unmodified files as source to find copies
#8 1.195     --no-renames          disable rename detection
#8 1.195     --rename-empty        use empty blobs as rename source
#8 1.195     --follow              continue listing the history of a file beyond renames
#8 1.195     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.195 
#8 1.195 Diff algorithm options
#8 1.195     --minimal             produce the smallest possible diff
#8 1.195     -w, --ignore-all-space
#8 1.195                           ignore whitespace when comparing lines
#8 1.195     -b, --ignore-space-change
#8 1.195                           ignore changes in amount of whitespace
#8 1.195     --ignore-space-at-eol
#8 1.195                           ignore changes in whitespace at EOL
#8 1.195     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.195     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.195     -I, --ignore-matching-lines <regex>
#8 1.195                           ignore changes whose all lines match <regex>
#8 1.195     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.195     --patience            generate diff using the "patience diff" algorithm
#8 1.195     --histogram           generate diff using the "histogram diff" algorithm
#8 1.195     --diff-algorithm <algorithm>
#8 1.195                           choose a diff algorithm
#8 1.195     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.195     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.195     --word-diff-regex <regex>
#8 1.195                           use <regex> to decide what a word is
#8 1.195     --color-words[=<regex>]
#8 1.195                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.195     --color-moved[=<mode>]
#8 1.195                           moved lines of code are colored differently
#8 1.195     --color-moved-ws <mode>
#8 1.195                           how white spaces are ignored in --color-moved
#8 1.195 
#8 1.195 Other diff options
#8 1.195     --relative[=<prefix>]
#8 1.195                           when run from subdir, exclude changes outside and show relative paths
#8 1.195     -a, --text            treat all files as text
#8 1.195     -R                    swap two inputs, reverse the diff
#8 1.195     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.195     --quiet               disable all output of the program
#8 1.195     --ext-diff            allow an external diff helper to be executed
#8 1.195     --textconv            run external text conversion filters when comparing binary files
#8 1.195     --ignore-submodules[=<when>]
#8 1.195                           ignore changes to submodules in the diff generation
#8 1.195     --submodule[=<format>]
#8 1.195                           specify how differences in submodules are shown
#8 1.195     --ita-invisible-in-index
#8 1.195                           hide 'git add -N' entries from the index
#8 1.195     --ita-visible-in-index
#8 1.195                           treat 'git add -N' entries as real in the index
#8 1.195     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.195     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.195     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.195     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.195     -O <file>             control the order in which files appear in the output
#8 1.195     --rotate-to <path>    show the change in the specified path first
#8 1.195     --skip-to <path>      skip the output to the specified path
#8 1.195     --find-object <object-id>
#8 1.195                           look for differences that change the number of occurrences of the specified object
#8 1.195     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.195                           select files by diff type
#8 1.195     --output <file>       output to a specific file
#8 1.195 
#8 1.197 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.197 To add an exception for this directory, call:
#8 1.197 
#8 1.197 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.200 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.200 To add an exception for this directory, call:
#8 1.200 
#8 1.200 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.201 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.201 usage: git diff --no-index [<options>] <path> <path>
#8 1.201 
#8 1.201 Diff output format options
#8 1.201     -p, --patch           generate patch
#8 1.201     -s, --no-patch        suppress diff output
#8 1.201     -u                    generate patch
#8 1.201     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.201     -W, --function-context
#8 1.201                           generate diffs with <n> lines context
#8 1.201     --raw                 generate the diff in raw format
#8 1.201     --patch-with-raw      synonym for '-p --raw'
#8 1.201     --patch-with-stat     synonym for '-p --stat'
#8 1.201     --numstat             machine friendly --stat
#8 1.201     --shortstat           output only the last line of --stat
#8 1.201     -X, --dirstat[=<param1,param2>...]
#8 1.201                           output the distribution of relative amount of changes for each sub-directory
#8 1.201     --cumulative          synonym for --dirstat=cumulative
#8 1.201     --dirstat-by-file[=<param1,param2>...]
#8 1.201                           synonym for --dirstat=files,param1,param2...
#8 1.201     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.201     --summary             condensed summary such as creations, renames and mode changes
#8 1.201     --name-only           show only names of changed files
#8 1.201     --name-status         show only names and status of changed files
#8 1.201     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.201                           generate diffstat
#8 1.201     --stat-width <width>  generate diffstat with a given width
#8 1.201     --stat-name-width <width>
#8 1.201                           generate diffstat with a given name width
#8 1.201     --stat-graph-width <width>
#8 1.201                           generate diffstat with a given graph width
#8 1.201     --stat-count <count>  generate diffstat with limited lines
#8 1.201     --compact-summary     generate compact summary in diffstat
#8 1.201     --binary              output a binary diff that can be applied
#8 1.201     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.201     --color[=<when>]      show colored diff
#8 1.201     --ws-error-highlight <kind>
#8 1.201                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.201     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.201     --abbrev[=<n>]        use <n> digits to display object names
#8 1.201     --src-prefix <prefix>
#8 1.201                           show the given source prefix instead of "a/"
#8 1.201     --dst-prefix <prefix>
#8 1.201                           show the given destination prefix instead of "b/"
#8 1.201     --line-prefix <prefix>
#8 1.201                           prepend an additional prefix to every line of output
#8 1.201     --no-prefix           do not show any source or destination prefix
#8 1.201     --inter-hunk-context <n>
#8 1.201                           show context between diff hunks up to the specified number of lines
#8 1.201     --output-indicator-new <char>
#8 1.201                           specify the character to indicate a new line instead of '+'
#8 1.201     --output-indicator-old <char>
#8 1.201                           specify the character to indicate an old line instead of '-'
#8 1.201     --output-indicator-context <char>
#8 1.201                           specify the character to indicate a context instead of ' '
#8 1.201 
#8 1.201 Diff rename options
#8 1.201     -B, --break-rewrites[=<n>[/<m>]]
#8 1.201                           break complete rewrite changes into pairs of delete and create
#8 1.201     -M, --find-renames[=<n>]
#8 1.201                           detect renames
#8 1.201     -D, --irreversible-delete
#8 1.201                           omit the preimage for deletes
#8 1.201     -C, --find-copies[=<n>]
#8 1.201                           detect copies
#8 1.201     --find-copies-harder  use unmodified files as source to find copies
#8 1.201     --no-renames          disable rename detection
#8 1.201     --rename-empty        use empty blobs as rename source
#8 1.201     --follow              continue listing the history of a file beyond renames
#8 1.201     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.201 
#8 1.201 Diff algorithm options
#8 1.201     --minimal             produce the smallest possible diff
#8 1.201     -w, --ignore-all-space
#8 1.201                           ignore whitespace when comparing lines
#8 1.201     -b, --ignore-space-change
#8 1.201                           ignore changes in amount of whitespace
#8 1.201     --ignore-space-at-eol
#8 1.201                           ignore changes in whitespace at EOL
#8 1.201     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.201     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.201     -I, --ignore-matching-lines <regex>
#8 1.201                           ignore changes whose all lines match <regex>
#8 1.201     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.201     --patience            generate diff using the "patience diff" algorithm
#8 1.201     --histogram           generate diff using the "histogram diff" algorithm
#8 1.201     --diff-algorithm <algorithm>
#8 1.201                           choose a diff algorithm
#8 1.201     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.201     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.201     --word-diff-regex <regex>
#8 1.201                           use <regex> to decide what a word is
#8 1.201     --color-words[=<regex>]
#8 1.201                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.201     --color-moved[=<mode>]
#8 1.201                           moved lines of code are colored differently
#8 1.201     --color-moved-ws <mode>
#8 1.201                           how white spaces are ignored in --color-moved
#8 1.201 
#8 1.201 Other diff options
#8 1.201     --relative[=<prefix>]
#8 1.201                           when run from subdir, exclude changes outside and show relative paths
#8 1.201     -a, --text            treat all files as text
#8 1.201     -R                    swap two inputs, reverse the diff
#8 1.201     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.201     --quiet               disable all output of the program
#8 1.201     --ext-diff            allow an external diff helper to be executed
#8 1.201     --textconv            run external text conversion filters when comparing binary files
#8 1.201     --ignore-submodules[=<when>]
#8 1.201                           ignore changes to submodules in the diff generation
#8 1.201     --submodule[=<format>]
#8 1.201                           specify how differences in submodules are shown
#8 1.201     --ita-invisible-in-index
#8 1.201                           hide 'git add -N' entries from the index
#8 1.201     --ita-visible-in-index
#8 1.201                           treat 'git add -N' entries as real in the index
#8 1.201     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.201     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.201     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.201     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.201     -O <file>             control the order in which files appear in the output
#8 1.201     --rotate-to <path>    show the change in the specified path first
#8 1.201     --skip-to <path>      skip the output to the specified path
#8 1.201     --find-object <object-id>
#8 1.201                           look for differences that change the number of occurrences of the specified object
#8 1.201     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.201                           select files by diff type
#8 1.201     --output <file>       output to a specific file
#8 1.201 
#8 1.203 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.203 To add an exception for this directory, call:
#8 1.203 
#8 1.203 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.206 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.206 To add an exception for this directory, call:
#8 1.206 
#8 1.206 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.208 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.208 usage: git diff --no-index [<options>] <path> <path>
#8 1.208 
#8 1.208 Diff output format options
#8 1.208     -p, --patch           generate patch
#8 1.208     -s, --no-patch        suppress diff output
#8 1.208     -u                    generate patch
#8 1.208     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.208     -W, --function-context
#8 1.208                           generate diffs with <n> lines context
#8 1.208     --raw                 generate the diff in raw format
#8 1.208     --patch-with-raw      synonym for '-p --raw'
#8 1.208     --patch-with-stat     synonym for '-p --stat'
#8 1.208     --numstat             machine friendly --stat
#8 1.208     --shortstat           output only the last line of --stat
#8 1.208     -X, --dirstat[=<param1,param2>...]
#8 1.208                           output the distribution of relative amount of changes for each sub-directory
#8 1.208     --cumulative          synonym for --dirstat=cumulative
#8 1.208     --dirstat-by-file[=<param1,param2>...]
#8 1.208                           synonym for --dirstat=files,param1,param2...
#8 1.208     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.208     --summary             condensed summary such as creations, renames and mode changes
#8 1.208     --name-only           show only names of changed files
#8 1.208     --name-status         show only names and status of changed files
#8 1.208     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.208                           generate diffstat
#8 1.208     --stat-width <width>  generate diffstat with a given width
#8 1.208     --stat-name-width <width>
#8 1.208                           generate diffstat with a given name width
#8 1.208     --stat-graph-width <width>
#8 1.208                           generate diffstat with a given graph width
#8 1.208     --stat-count <count>  generate diffstat with limited lines
#8 1.208     --compact-summary     generate compact summary in diffstat
#8 1.208     --binary              output a binary diff that can be applied
#8 1.208     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.208     --color[=<when>]      show colored diff
#8 1.208     --ws-error-highlight <kind>
#8 1.208                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.208     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.208     --abbrev[=<n>]        use <n> digits to display object names
#8 1.208     --src-prefix <prefix>
#8 1.208                           show the given source prefix instead of "a/"
#8 1.208     --dst-prefix <prefix>
#8 1.208                           show the given destination prefix instead of "b/"
#8 1.208     --line-prefix <prefix>
#8 1.208                           prepend an additional prefix to every line of output
#8 1.208     --no-prefix           do not show any source or destination prefix
#8 1.208     --inter-hunk-context <n>
#8 1.208                           show context between diff hunks up to the specified number of lines
#8 1.208     --output-indicator-new <char>
#8 1.208                           specify the character to indicate a new line instead of '+'
#8 1.208     --output-indicator-old <char>
#8 1.208                           specify the character to indicate an old line instead of '-'
#8 1.208     --output-indicator-context <char>
#8 1.208                           specify the character to indicate a context instead of ' '
#8 1.208 
#8 1.208 Diff rename options
#8 1.208     -B, --break-rewrites[=<n>[/<m>]]
#8 1.208                           break complete rewrite changes into pairs of delete and create
#8 1.208     -M, --find-renames[=<n>]
#8 1.208                           detect renames
#8 1.208     -D, --irreversible-delete
#8 1.208                           omit the preimage for deletes
#8 1.208     -C, --find-copies[=<n>]
#8 1.208                           detect copies
#8 1.208     --find-copies-harder  use unmodified files as source to find copies
#8 1.208     --no-renames          disable rename detection
#8 1.208     --rename-empty        use empty blobs as rename source
#8 1.208     --follow              continue listing the history of a file beyond renames
#8 1.208     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.208 
#8 1.208 Diff algorithm options
#8 1.208     --minimal             produce the smallest possible diff
#8 1.208     -w, --ignore-all-space
#8 1.208                           ignore whitespace when comparing lines
#8 1.208     -b, --ignore-space-change
#8 1.208                           ignore changes in amount of whitespace
#8 1.208     --ignore-space-at-eol
#8 1.208                           ignore changes in whitespace at EOL
#8 1.208     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.208     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.208     -I, --ignore-matching-lines <regex>
#8 1.208                           ignore changes whose all lines match <regex>
#8 1.208     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.208     --patience            generate diff using the "patience diff" algorithm
#8 1.208     --histogram           generate diff using the "histogram diff" algorithm
#8 1.208     --diff-algorithm <algorithm>
#8 1.208                           choose a diff algorithm
#8 1.208     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.208     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.208     --word-diff-regex <regex>
#8 1.208                           use <regex> to decide what a word is
#8 1.208     --color-words[=<regex>]
#8 1.208                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.208     --color-moved[=<mode>]
#8 1.208                           moved lines of code are colored differently
#8 1.208     --color-moved-ws <mode>
#8 1.208                           how white spaces are ignored in --color-moved
#8 1.208 
#8 1.208 Other diff options
#8 1.208     --relative[=<prefix>]
#8 1.208                           when run from subdir, exclude changes outside and show relative paths
#8 1.208     -a, --text            treat all files as text
#8 1.208     -R                    swap two inputs, reverse the diff
#8 1.208     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.208     --quiet               disable all output of the program
#8 1.208     --ext-diff            allow an external diff helper to be executed
#8 1.208     --textconv            run external text conversion filters when comparing binary files
#8 1.208     --ignore-submodules[=<when>]
#8 1.208                           ignore changes to submodules in the diff generation
#8 1.208     --submodule[=<format>]
#8 1.208                           specify how differences in submodules are shown
#8 1.208     --ita-invisible-in-index
#8 1.208                           hide 'git add -N' entries from the index
#8 1.208     --ita-visible-in-index
#8 1.208                           treat 'git add -N' entries as real in the index
#8 1.208     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.208     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.208     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.208     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.208     -O <file>             control the order in which files appear in the output
#8 1.208     --rotate-to <path>    show the change in the specified path first
#8 1.208     --skip-to <path>      skip the output to the specified path
#8 1.208     --find-object <object-id>
#8 1.208                           look for differences that change the number of occurrences of the specified object
#8 1.208     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.208                           select files by diff type
#8 1.208     --output <file>       output to a specific file
#8 1.208 
#8 1.211 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.211 To add an exception for this directory, call:
#8 1.211 
#8 1.211 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.213 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.213 To add an exception for this directory, call:
#8 1.213 
#8 1.213 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.215 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.215 usage: git diff --no-index [<options>] <path> <path>
#8 1.215 
#8 1.215 Diff output format options
#8 1.215     -p, --patch           generate patch
#8 1.215     -s, --no-patch        suppress diff output
#8 1.215     -u                    generate patch
#8 1.215     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.215     -W, --function-context
#8 1.215                           generate diffs with <n> lines context
#8 1.215     --raw                 generate the diff in raw format
#8 1.215     --patch-with-raw      synonym for '-p --raw'
#8 1.215     --patch-with-stat     synonym for '-p --stat'
#8 1.215     --numstat             machine friendly --stat
#8 1.215     --shortstat           output only the last line of --stat
#8 1.215     -X, --dirstat[=<param1,param2>...]
#8 1.215                           output the distribution of relative amount of changes for each sub-directory
#8 1.215     --cumulative          synonym for --dirstat=cumulative
#8 1.215     --dirstat-by-file[=<param1,param2>...]
#8 1.215                           synonym for --dirstat=files,param1,param2...
#8 1.215     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.215     --summary             condensed summary such as creations, renames and mode changes
#8 1.215     --name-only           show only names of changed files
#8 1.215     --name-status         show only names and status of changed files
#8 1.215     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.215                           generate diffstat
#8 1.215     --stat-width <width>  generate diffstat with a given width
#8 1.215     --stat-name-width <width>
#8 1.215                           generate diffstat with a given name width
#8 1.215     --stat-graph-width <width>
#8 1.215                           generate diffstat with a given graph width
#8 1.215     --stat-count <count>  generate diffstat with limited lines
#8 1.215     --compact-summary     generate compact summary in diffstat
#8 1.215     --binary              output a binary diff that can be applied
#8 1.215     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.215     --color[=<when>]      show colored diff
#8 1.215     --ws-error-highlight <kind>
#8 1.215                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.215     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.215     --abbrev[=<n>]        use <n> digits to display object names
#8 1.215     --src-prefix <prefix>
#8 1.215                           show the given source prefix instead of "a/"
#8 1.215     --dst-prefix <prefix>
#8 1.215                           show the given destination prefix instead of "b/"
#8 1.215     --line-prefix <prefix>
#8 1.215                           prepend an additional prefix to every line of output
#8 1.215     --no-prefix           do not show any source or destination prefix
#8 1.215     --inter-hunk-context <n>
#8 1.215                           show context between diff hunks up to the specified number of lines
#8 1.215     --output-indicator-new <char>
#8 1.215                           specify the character to indicate a new line instead of '+'
#8 1.215     --output-indicator-old <char>
#8 1.215                           specify the character to indicate an old line instead of '-'
#8 1.215     --output-indicator-context <char>
#8 1.215                           specify the character to indicate a context instead of ' '
#8 1.215 
#8 1.215 Diff rename options
#8 1.215     -B, --break-rewrites[=<n>[/<m>]]
#8 1.215                           break complete rewrite changes into pairs of delete and create
#8 1.215     -M, --find-renames[=<n>]
#8 1.215                           detect renames
#8 1.215     -D, --irreversible-delete
#8 1.215                           omit the preimage for deletes
#8 1.215     -C, --find-copies[=<n>]
#8 1.215                           detect copies
#8 1.215     --find-copies-harder  use unmodified files as source to find copies
#8 1.215     --no-renames          disable rename detection
#8 1.215     --rename-empty        use empty blobs as rename source
#8 1.215     --follow              continue listing the history of a file beyond renames
#8 1.215     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.215 
#8 1.215 Diff algorithm options
#8 1.215     --minimal             produce the smallest possible diff
#8 1.215     -w, --ignore-all-space
#8 1.215                           ignore whitespace when comparing lines
#8 1.215     -b, --ignore-space-change
#8 1.215                           ignore changes in amount of whitespace
#8 1.215     --ignore-space-at-eol
#8 1.215                           ignore changes in whitespace at EOL
#8 1.215     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.215     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.215     -I, --ignore-matching-lines <regex>
#8 1.215                           ignore changes whose all lines match <regex>
#8 1.215     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.215     --patience            generate diff using the "patience diff" algorithm
#8 1.215     --histogram           generate diff using the "histogram diff" algorithm
#8 1.215     --diff-algorithm <algorithm>
#8 1.215                           choose a diff algorithm
#8 1.215     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.215     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.215     --word-diff-regex <regex>
#8 1.215                           use <regex> to decide what a word is
#8 1.215     --color-words[=<regex>]
#8 1.215                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.215     --color-moved[=<mode>]
#8 1.215                           moved lines of code are colored differently
#8 1.215     --color-moved-ws <mode>
#8 1.215                           how white spaces are ignored in --color-moved
#8 1.215 
#8 1.215 Other diff options
#8 1.215     --relative[=<prefix>]
#8 1.215                           when run from subdir, exclude changes outside and show relative paths
#8 1.215     -a, --text            treat all files as text
#8 1.215     -R                    swap two inputs, reverse the diff
#8 1.215     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.215     --quiet               disable all output of the program
#8 1.215     --ext-diff            allow an external diff helper to be executed
#8 1.215     --textconv            run external text conversion filters when comparing binary files
#8 1.215     --ignore-submodules[=<when>]
#8 1.215                           ignore changes to submodules in the diff generation
#8 1.215     --submodule[=<format>]
#8 1.215                           specify how differences in submodules are shown
#8 1.215     --ita-invisible-in-index
#8 1.215                           hide 'git add -N' entries from the index
#8 1.215     --ita-visible-in-index
#8 1.215                           treat 'git add -N' entries as real in the index
#8 1.215     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.215     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.215     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.215     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.215     -O <file>             control the order in which files appear in the output
#8 1.215     --rotate-to <path>    show the change in the specified path first
#8 1.215     --skip-to <path>      skip the output to the specified path
#8 1.215     --find-object <object-id>
#8 1.215                           look for differences that change the number of occurrences of the specified object
#8 1.215     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.215                           select files by diff type
#8 1.215     --output <file>       output to a specific file
#8 1.215 
#8 1.218 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.218 To add an exception for this directory, call:
#8 1.218 
#8 1.218 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.221 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.221 To add an exception for this directory, call:
#8 1.221 
#8 1.221 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.224 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.224 usage: git diff --no-index [<options>] <path> <path>
#8 1.224 
#8 1.224 Diff output format options
#8 1.224     -p, --patch           generate patch
#8 1.224     -s, --no-patch        suppress diff output
#8 1.224     -u                    generate patch
#8 1.224     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.224     -W, --function-context
#8 1.224                           generate diffs with <n> lines context
#8 1.224     --raw                 generate the diff in raw format
#8 1.224     --patch-with-raw      synonym for '-p --raw'
#8 1.224     --patch-with-stat     synonym for '-p --stat'
#8 1.224     --numstat             machine friendly --stat
#8 1.224     --shortstat           output only the last line of --stat
#8 1.224     -X, --dirstat[=<param1,param2>...]
#8 1.224                           output the distribution of relative amount of changes for each sub-directory
#8 1.224     --cumulative          synonym for --dirstat=cumulative
#8 1.224     --dirstat-by-file[=<param1,param2>...]
#8 1.224                           synonym for --dirstat=files,param1,param2...
#8 1.224     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.224     --summary             condensed summary such as creations, renames and mode changes
#8 1.224     --name-only           show only names of changed files
#8 1.224     --name-status         show only names and status of changed files
#8 1.224     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.224                           generate diffstat
#8 1.224     --stat-width <width>  generate diffstat with a given width
#8 1.224     --stat-name-width <width>
#8 1.224                           generate diffstat with a given name width
#8 1.224     --stat-graph-width <width>
#8 1.224                           generate diffstat with a given graph width
#8 1.224     --stat-count <count>  generate diffstat with limited lines
#8 1.224     --compact-summary     generate compact summary in diffstat
#8 1.224     --binary              output a binary diff that can be applied
#8 1.224     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.224     --color[=<when>]      show colored diff
#8 1.224     --ws-error-highlight <kind>
#8 1.224                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.224     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.224     --abbrev[=<n>]        use <n> digits to display object names
#8 1.224     --src-prefix <prefix>
#8 1.224                           show the given source prefix instead of "a/"
#8 1.224     --dst-prefix <prefix>
#8 1.224                           show the given destination prefix instead of "b/"
#8 1.224     --line-prefix <prefix>
#8 1.224                           prepend an additional prefix to every line of output
#8 1.224     --no-prefix           do not show any source or destination prefix
#8 1.224     --inter-hunk-context <n>
#8 1.224                           show context between diff hunks up to the specified number of lines
#8 1.224     --output-indicator-new <char>
#8 1.224                           specify the character to indicate a new line instead of '+'
#8 1.224     --output-indicator-old <char>
#8 1.224                           specify the character to indicate an old line instead of '-'
#8 1.224     --output-indicator-context <char>
#8 1.224                           specify the character to indicate a context instead of ' '
#8 1.224 
#8 1.224 Diff rename options
#8 1.224     -B, --break-rewrites[=<n>[/<m>]]
#8 1.224                           break complete rewrite changes into pairs of delete and create
#8 1.224     -M, --find-renames[=<n>]
#8 1.224                           detect renames
#8 1.224     -D, --irreversible-delete
#8 1.224                           omit the preimage for deletes
#8 1.224     -C, --find-copies[=<n>]
#8 1.224                           detect copies
#8 1.224     --find-copies-harder  use unmodified files as source to find copies
#8 1.224     --no-renames          disable rename detection
#8 1.224     --rename-empty        use empty blobs as rename source
#8 1.224     --follow              continue listing the history of a file beyond renames
#8 1.224     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.224 
#8 1.224 Diff algorithm options
#8 1.224     --minimal             produce the smallest possible diff
#8 1.224     -w, --ignore-all-space
#8 1.224                           ignore whitespace when comparing lines
#8 1.224     -b, --ignore-space-change
#8 1.224                           ignore changes in amount of whitespace
#8 1.224     --ignore-space-at-eol
#8 1.224                           ignore changes in whitespace at EOL
#8 1.224     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.224     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.224     -I, --ignore-matching-lines <regex>
#8 1.224                           ignore changes whose all lines match <regex>
#8 1.224     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.224     --patience            generate diff using the "patience diff" algorithm
#8 1.224     --histogram           generate diff using the "histogram diff" algorithm
#8 1.224     --diff-algorithm <algorithm>
#8 1.224                           choose a diff algorithm
#8 1.224     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.224     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.224     --word-diff-regex <regex>
#8 1.224                           use <regex> to decide what a word is
#8 1.224     --color-words[=<regex>]
#8 1.224                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.224     --color-moved[=<mode>]
#8 1.224                           moved lines of code are colored differently
#8 1.224     --color-moved-ws <mode>
#8 1.224                           how white spaces are ignored in --color-moved
#8 1.224 
#8 1.224 Other diff options
#8 1.224     --relative[=<prefix>]
#8 1.224                           when run from subdir, exclude changes outside and show relative paths
#8 1.224     -a, --text            treat all files as text
#8 1.224     -R                    swap two inputs, reverse the diff
#8 1.224     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.224     --quiet               disable all output of the program
#8 1.224     --ext-diff            allow an external diff helper to be executed
#8 1.224     --textconv            run external text conversion filters when comparing binary files
#8 1.224     --ignore-submodules[=<when>]
#8 1.224                           ignore changes to submodules in the diff generation
#8 1.224     --submodule[=<format>]
#8 1.224                           specify how differences in submodules are shown
#8 1.224     --ita-invisible-in-index
#8 1.224                           hide 'git add -N' entries from the index
#8 1.224     --ita-visible-in-index
#8 1.224                           treat 'git add -N' entries as real in the index
#8 1.224     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.224     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.224     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.224     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.224     -O <file>             control the order in which files appear in the output
#8 1.224     --rotate-to <path>    show the change in the specified path first
#8 1.224     --skip-to <path>      skip the output to the specified path
#8 1.224     --find-object <object-id>
#8 1.224                           look for differences that change the number of occurrences of the specified object
#8 1.224     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.224                           select files by diff type
#8 1.224     --output <file>       output to a specific file
#8 1.224 
#8 1.235 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.235 To add an exception for this directory, call:
#8 1.235 
#8 1.235 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.238 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.238 To add an exception for this directory, call:
#8 1.238 
#8 1.238 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.239 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.239 usage: git diff --no-index [<options>] <path> <path>
#8 1.239 
#8 1.239 Diff output format options
#8 1.239     -p, --patch           generate patch
#8 1.239     -s, --no-patch        suppress diff output
#8 1.239     -u                    generate patch
#8 1.239     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.239     -W, --function-context
#8 1.239                           generate diffs with <n> lines context
#8 1.239     --raw                 generate the diff in raw format
#8 1.239     --patch-with-raw      synonym for '-p --raw'
#8 1.239     --patch-with-stat     synonym for '-p --stat'
#8 1.239     --numstat             machine friendly --stat
#8 1.239     --shortstat           output only the last line of --stat
#8 1.239     -X, --dirstat[=<param1,param2>...]
#8 1.239                           output the distribution of relative amount of changes for each sub-directory
#8 1.239     --cumulative          synonym for --dirstat=cumulative
#8 1.239     --dirstat-by-file[=<param1,param2>...]
#8 1.239                           synonym for --dirstat=files,param1,param2...
#8 1.239     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.239     --summary             condensed summary such as creations, renames and mode changes
#8 1.239     --name-only           show only names of changed files
#8 1.239     --name-status         show only names and status of changed files
#8 1.239     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.239                           generate diffstat
#8 1.239     --stat-width <width>  generate diffstat with a given width
#8 1.239     --stat-name-width <width>
#8 1.239                           generate diffstat with a given name width
#8 1.239     --stat-graph-width <width>
#8 1.239                           generate diffstat with a given graph width
#8 1.239     --stat-count <count>  generate diffstat with limited lines
#8 1.239     --compact-summary     generate compact summary in diffstat
#8 1.239     --binary              output a binary diff that can be applied
#8 1.239     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.239     --color[=<when>]      show colored diff
#8 1.239     --ws-error-highlight <kind>
#8 1.239                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.239     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.239     --abbrev[=<n>]        use <n> digits to display object names
#8 1.239     --src-prefix <prefix>
#8 1.239                           show the given source prefix instead of "a/"
#8 1.239     --dst-prefix <prefix>
#8 1.239                           show the given destination prefix instead of "b/"
#8 1.239     --line-prefix <prefix>
#8 1.239                           prepend an additional prefix to every line of output
#8 1.239     --no-prefix           do not show any source or destination prefix
#8 1.239     --inter-hunk-context <n>
#8 1.239                           show context between diff hunks up to the specified number of lines
#8 1.239     --output-indicator-new <char>
#8 1.239                           specify the character to indicate a new line instead of '+'
#8 1.239     --output-indicator-old <char>
#8 1.239                           specify the character to indicate an old line instead of '-'
#8 1.239     --output-indicator-context <char>
#8 1.239                           specify the character to indicate a context instead of ' '
#8 1.239 
#8 1.239 Diff rename options
#8 1.239     -B, --break-rewrites[=<n>[/<m>]]
#8 1.239                           break complete rewrite changes into pairs of delete and create
#8 1.239     -M, --find-renames[=<n>]
#8 1.239                           detect renames
#8 1.239     -D, --irreversible-delete
#8 1.239                           omit the preimage for deletes
#8 1.239     -C, --find-copies[=<n>]
#8 1.239                           detect copies
#8 1.239     --find-copies-harder  use unmodified files as source to find copies
#8 1.239     --no-renames          disable rename detection
#8 1.239     --rename-empty        use empty blobs as rename source
#8 1.239     --follow              continue listing the history of a file beyond renames
#8 1.239     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.239 
#8 1.239 Diff algorithm options
#8 1.239     --minimal             produce the smallest possible diff
#8 1.239     -w, --ignore-all-space
#8 1.239                           ignore whitespace when comparing lines
#8 1.239     -b, --ignore-space-change
#8 1.239                           ignore changes in amount of whitespace
#8 1.239     --ignore-space-at-eol
#8 1.239                           ignore changes in whitespace at EOL
#8 1.239     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.239     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.239     -I, --ignore-matching-lines <regex>
#8 1.239                           ignore changes whose all lines match <regex>
#8 1.239     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.239     --patience            generate diff using the "patience diff" algorithm
#8 1.239     --histogram           generate diff using the "histogram diff" algorithm
#8 1.239     --diff-algorithm <algorithm>
#8 1.239                           choose a diff algorithm
#8 1.239     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.239     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.239     --word-diff-regex <regex>
#8 1.239                           use <regex> to decide what a word is
#8 1.239     --color-words[=<regex>]
#8 1.239                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.239     --color-moved[=<mode>]
#8 1.239                           moved lines of code are colored differently
#8 1.239     --color-moved-ws <mode>
#8 1.239                           how white spaces are ignored in --color-moved
#8 1.239 
#8 1.239 Other diff options
#8 1.239     --relative[=<prefix>]
#8 1.239                           when run from subdir, exclude changes outside and show relative paths
#8 1.239     -a, --text            treat all files as text
#8 1.239     -R                    swap two inputs, reverse the diff
#8 1.239     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.239     --quiet               disable all output of the program
#8 1.239     --ext-diff            allow an external diff helper to be executed
#8 1.239     --textconv            run external text conversion filters when comparing binary files
#8 1.239     --ignore-submodules[=<when>]
#8 1.239                           ignore changes to submodules in the diff generation
#8 1.239     --submodule[=<format>]
#8 1.239                           specify how differences in submodules are shown
#8 1.239     --ita-invisible-in-index
#8 1.239                           hide 'git add -N' entries from the index
#8 1.239     --ita-visible-in-index
#8 1.239                           treat 'git add -N' entries as real in the index
#8 1.239     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.239     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.239     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.239     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.239     -O <file>             control the order in which files appear in the output
#8 1.239     --rotate-to <path>    show the change in the specified path first
#8 1.239     --skip-to <path>      skip the output to the specified path
#8 1.239     --find-object <object-id>
#8 1.239                           look for differences that change the number of occurrences of the specified object
#8 1.239     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.239                           select files by diff type
#8 1.239     --output <file>       output to a specific file
#8 1.239 
#8 1.240 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.240 To add an exception for this directory, call:
#8 1.240 
#8 1.240 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.241 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.241 To add an exception for this directory, call:
#8 1.241 
#8 1.241 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.242 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.242 usage: git diff --no-index [<options>] <path> <path>
#8 1.242 
#8 1.242 Diff output format options
#8 1.242     -p, --patch           generate patch
#8 1.242     -s, --no-patch        suppress diff output
#8 1.242     -u                    generate patch
#8 1.242     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.242     -W, --function-context
#8 1.242                           generate diffs with <n> lines context
#8 1.242     --raw                 generate the diff in raw format
#8 1.242     --patch-with-raw      synonym for '-p --raw'
#8 1.242     --patch-with-stat     synonym for '-p --stat'
#8 1.242     --numstat             machine friendly --stat
#8 1.242     --shortstat           output only the last line of --stat
#8 1.242     -X, --dirstat[=<param1,param2>...]
#8 1.242                           output the distribution of relative amount of changes for each sub-directory
#8 1.242     --cumulative          synonym for --dirstat=cumulative
#8 1.242     --dirstat-by-file[=<param1,param2>...]
#8 1.242                           synonym for --dirstat=files,param1,param2...
#8 1.242     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.242     --summary             condensed summary such as creations, renames and mode changes
#8 1.242     --name-only           show only names of changed files
#8 1.242     --name-status         show only names and status of changed files
#8 1.242     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.242                           generate diffstat
#8 1.242     --stat-width <width>  generate diffstat with a given width
#8 1.242     --stat-name-width <width>
#8 1.242                           generate diffstat with a given name width
#8 1.242     --stat-graph-width <width>
#8 1.242                           generate diffstat with a given graph width
#8 1.242     --stat-count <count>  generate diffstat with limited lines
#8 1.242     --compact-summary     generate compact summary in diffstat
#8 1.242     --binary              output a binary diff that can be applied
#8 1.242     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.242     --color[=<when>]      show colored diff
#8 1.242     --ws-error-highlight <kind>
#8 1.242                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.242     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.242     --abbrev[=<n>]        use <n> digits to display object names
#8 1.242     --src-prefix <prefix>
#8 1.242                           show the given source prefix instead of "a/"
#8 1.242     --dst-prefix <prefix>
#8 1.242                           show the given destination prefix instead of "b/"
#8 1.242     --line-prefix <prefix>
#8 1.242                           prepend an additional prefix to every line of output
#8 1.242     --no-prefix           do not show any source or destination prefix
#8 1.242     --inter-hunk-context <n>
#8 1.242                           show context between diff hunks up to the specified number of lines
#8 1.242     --output-indicator-new <char>
#8 1.242                           specify the character to indicate a new line instead of '+'
#8 1.242     --output-indicator-old <char>
#8 1.242                           specify the character to indicate an old line instead of '-'
#8 1.242     --output-indicator-context <char>
#8 1.242                           specify the character to indicate a context instead of ' '
#8 1.242 
#8 1.242 Diff rename options
#8 1.242     -B, --break-rewrites[=<n>[/<m>]]
#8 1.242                           break complete rewrite changes into pairs of delete and create
#8 1.242     -M, --find-renames[=<n>]
#8 1.242                           detect renames
#8 1.242     -D, --irreversible-delete
#8 1.242                           omit the preimage for deletes
#8 1.242     -C, --find-copies[=<n>]
#8 1.242                           detect copies
#8 1.242     --find-copies-harder  use unmodified files as source to find copies
#8 1.242     --no-renames          disable rename detection
#8 1.242     --rename-empty        use empty blobs as rename source
#8 1.242     --follow              continue listing the history of a file beyond renames
#8 1.242     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.242 
#8 1.242 Diff algorithm options
#8 1.242     --minimal             produce the smallest possible diff
#8 1.242     -w, --ignore-all-space
#8 1.242                           ignore whitespace when comparing lines
#8 1.242     -b, --ignore-space-change
#8 1.242                           ignore changes in amount of whitespace
#8 1.242     --ignore-space-at-eol
#8 1.242                           ignore changes in whitespace at EOL
#8 1.242     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.242     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.242     -I, --ignore-matching-lines <regex>
#8 1.242                           ignore changes whose all lines match <regex>
#8 1.242     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.242     --patience            generate diff using the "patience diff" algorithm
#8 1.242     --histogram           generate diff using the "histogram diff" algorithm
#8 1.242     --diff-algorithm <algorithm>
#8 1.242                           choose a diff algorithm
#8 1.242     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.242     --word-diff[=<mode>]  show word diff, using <mode> to delimit c
#8 1.242 [output clipped, log limit 200KiB/s reached]
#8 1.243 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.243 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.243 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.243 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.243 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.243 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.244 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.244 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.244 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.244 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.245 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.246 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.247 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.248 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.248 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.248 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.249 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.249 touch .make.deps
#8 1.249 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.250 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.250 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.250 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.250 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.300 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.365 make -C _build/bts compile
#8 1.367 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.367   PP       IPA_Emulation.ttcn
#8 1.372   TTCN     *.ttcn *.asn
#8 1.816 touch compile
#8 1.817 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.817 make -j20 -C _build/bts
#8 1.826 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.860   DEP      UD_PT.cc
#8 1.860   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 1.860   DEP      TELNETasp_PT.cc
#8 1.860   DEP      TCCInterface.cc
#8 1.860   DEP      TCCConversion.cc
#8 1.861   DEP      RTP_EncDec.cc
#8 1.861   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 1.861   DEP      RLCMAC_EncDec.cc
#8 1.861   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 1.862   DEP      Native_FunctionDefs.cc
#8 1.862   DEP      IuUP_EncDec.cc
#8 1.862   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 1.862   DEP      IPL4asp_discovery.cc
#8 1.862   DEP      IPL4asp_PT.cc
#8 1.863   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 1.919   DEP      IPA_Emulation_part_7.cc
#8 1.919   DEP      IPA_Emulation_part_6.cc
#8 1.919   DEP      IPA_Emulation_part_5.cc
#8 1.919   DEP      IPA_Emulation_part_4.cc
#8 1.928   DEP      IPA_Emulation_part_2.cc
#8 1.928   DEP      IPA_Emulation_part_3.cc
#8 1.928   DEP      IPA_Emulation_part_1.cc
#8 1.928   DEP      IPA_Emulation.cc
#8 1.928   DEP      UD_Types_part_7.cc
#8 1.931   DEP      UD_Types_part_6.cc
#8 1.934   DEP      UD_Types_part_5.cc
#8 1.935   DEP      UD_Types_part_4.cc
#8 1.935   DEP      UD_Types_part_3.cc
#8 1.937   DEP      UD_Types_part_2.cc
#8 1.940   DEP      UD_Types_part_1.cc
#8 1.941   DEP      UD_PortType_part_7.cc
#8 1.943   DEP      UD_PortType_part_6.cc
#8 1.946   DEP      UD_PortType_part_5.cc
#8 1.946   DEP      UD_PortType_part_4.cc
#8 1.949   DEP      UD_PortType_part_3.cc
#8 1.949   DEP      UD_PortType_part_2.cc
#8 1.951   DEP      UD_PortType_part_1.cc
#8 1.952   DEP      TRXC_Types_part_7.cc
#8 1.952   DEP      TRXC_Types_part_6.cc
#8 1.952   DEP      TRXC_Types_part_5.cc
#8 1.952   DEP      TRXC_Types_part_4.cc
#8 1.956   DEP      TRXC_Types_part_3.cc
#8 1.957   DEP      TRXC_Types_part_2.cc
#8 1.957   DEP      TRXC_Types_part_1.cc
#8 1.958   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 1.958   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 1.958   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 1.959   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 1.963   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 1.963   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 1.964   DEP      TRXC_CodecPort_part_7.cc
#8 1.964   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 1.964   DEP      TRXC_CodecPort_part_5.cc
#8 1.965   DEP      TRXC_CodecPort_part_6.cc
#8 1.965   DEP      TRXC_CodecPort_part_4.cc
#8 1.965   DEP      TRXC_CodecPort_part_3.cc
#8 1.966   DEP      TRXC_CodecPort_part_2.cc
#8 1.966   DEP      TRXC_CodecPort_part_1.cc
#8 1.968   DEP      TELNETasp_PortType_part_7.cc
#8 1.969   DEP      TELNETasp_PortType_part_6.cc
#8 1.970   DEP      TELNETasp_PortType_part_5.cc
#8 1.971   DEP      TELNETasp_PortType_part_3.cc
#8 1.971   DEP      TELNETasp_PortType_part_2.cc
#8 1.971   DEP      TELNETasp_PortType_part_4.cc
#8 1.971   DEP      TELNETasp_PortType_part_1.cc
#8 1.972   DEP      TCCInterface_Functions_part_7.cc
#8 1.972   DEP      TCCInterface_Functions_part_6.cc
#8 1.973   DEP      TCCInterface_Functions_part_5.cc
#8 1.973   DEP      TCCInterface_Functions_part_4.cc
#8 1.973   DEP      TCCInterface_Functions_part_3.cc
#8 1.974   DEP      TCCInterface_Functions_part_1.cc
#8 1.974   DEP      TCCConversion_Functions_part_7.cc
#8 1.974   DEP      TCCInterface_Functions_part_2.cc
#8 1.975   DEP      TCCConversion_Functions_part_6.cc
#8 1.976   DEP      TCCConversion_Functions_part_5.cc
#8 1.976   DEP      TCCConversion_Functions_part_4.cc
#8 1.978   DEP      TCCConversion_Functions_part_3.cc
#8 1.978   DEP      TCCConversion_Functions_part_2.cc
#8 1.979   DEP      TCCConversion_Functions_part_1.cc
#8 1.979   DEP      Socket_API_Definitions_part_7.cc
#8 1.980   DEP      Socket_API_Definitions_part_6.cc
#8 1.980   DEP      Socket_API_Definitions_part_5.cc
#8 1.980   DEP      Socket_API_Definitions_part_4.cc
#8 1.980   DEP      Socket_API_Definitions_part_3.cc
#8 1.982   DEP      Socket_API_Definitions_part_2.cc
#8 1.982   DEP      Socket_API_Definitions_part_1.cc
#8 1.982   DEP      RTP_Types_part_7.cc
#8 1.982   DEP      RTP_Types_part_6.cc
#8 1.982   DEP      RTP_Types_part_5.cc
#8 1.983   DEP      RTP_Types_part_4.cc
#8 1.984   DEP      RTP_Types_part_3.cc
#8 1.985   DEP      RTP_Types_part_2.cc
#8 1.985   DEP      RTP_Types_part_1.cc
#8 1.986   DEP      RTP_Emulation_part_7.cc
#8 1.987   DEP      RTP_Emulation_part_6.cc
#8 1.987   DEP      RTP_Emulation_part_5.cc
#8 1.989   DEP      RTP_Emulation_part_4.cc
#8 1.989   DEP      RTP_Emulation_part_3.cc
#8 1.989   DEP      RTP_Emulation_part_2.cc
#8 1.989   DEP      RTP_Emulation_part_1.cc
#8 1.990   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 1.993   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 1.993   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 1.993   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 1.994   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 1.994   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 1.994   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 1.994   DEP      RTP_CodecPort_part_7.cc
#8 1.994   DEP      RTP_CodecPort_part_6.cc
#8 1.995   DEP      RTP_CodecPort_part_5.cc
#8 1.996   DEP      RTP_CodecPort_part_4.cc
#8 1.996   DEP      RTP_CodecPort_part_3.cc
#8 1.996   DEP      RTP_CodecPort_part_2.cc
#8 1.997   DEP      RTP_CodecPort_part_1.cc
#8 1.997   DEP      RSL_Types_part_7.cc
#8 1.997   DEP      RSL_Types_part_6.cc
#8 1.998   DEP      RSL_Types_part_5.cc
#8 2.000   DEP      RSL_Types_part_4.cc
#8 2.000   DEP      RSL_Types_part_3.cc
#8 2.001   DEP      RSL_Types_part_2.cc
#8 2.001   DEP      RSL_Types_part_1.cc
#8 2.002   DEP      RSL_Emulation_part_7.cc
#8 2.002   DEP      RSL_Emulation_part_6.cc
#8 2.002   DEP      RSL_Emulation_part_5.cc
#8 2.002   DEP      RSL_Emulation_part_4.cc
#8 2.002   DEP      RSL_Emulation_part_3.cc
#8 2.003   DEP      RSL_Emulation_part_2.cc
#8 2.003   DEP      RSL_Emulation_part_1.cc
#8 2.007   DEP      RLCMAC_Types_part_7.cc
#8 2.007   DEP      RLCMAC_Types_part_6.cc
#8 2.007   DEP      RLCMAC_Types_part_5.cc
#8 2.008   DEP      RLCMAC_Types_part_4.cc
#8 2.008   DEP      RLCMAC_Types_part_3.cc
#8 2.008   DEP      RLCMAC_Types_part_1.cc
#8 2.008   DEP      RLCMAC_Types_part_2.cc
#8 2.008   DEP      RLCMAC_Templates_part_7.cc
#8 2.010   DEP      RLCMAC_Templates_part_6.cc
#8 2.015   DEP      RLCMAC_Templates_part_5.cc
#8 2.016   DEP      RLCMAC_Templates_part_4.cc
#8 2.016   DEP      RLCMAC_Templates_part_3.cc
#8 2.016   DEP      RLCMAC_Templates_part_2.cc
#8 2.016   DEP      RLCMAC_Templates_part_1.cc
#8 2.016   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.017   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.017   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.017   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.018   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.018   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.022   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.023   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.024   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.024   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.024   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.033   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.033   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.033   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.033   DEP      PCUIF_Types_part_7.cc
#8 2.034   DEP      PCUIF_Types_part_6.cc
#8 2.034   DEP      PCUIF_Types_part_5.cc
#8 2.049   DEP      PCUIF_Types_part_4.cc
#8 2.049   DEP      PCUIF_Types_part_3.cc
#8 2.049   DEP      PCUIF_Types_part_2.cc
#8 2.049   DEP      PCUIF_Types_part_1.cc
#8 2.049   DEP      PCUIF_CodecPort_part_7.cc
#8 2.050   DEP      PCUIF_CodecPort_part_6.cc
#8 2.050   DEP      PCUIF_CodecPort_part_5.cc
#8 2.061   DEP      PCUIF_CodecPort_part_4.cc
#8 2.061   DEP      PCUIF_CodecPort_part_3.cc
#8 2.061   DEP      PCUIF_CodecPort_part_2.cc
#8 2.061   DEP      PCUIF_CodecPort_part_1.cc
#8 2.062   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.063   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.063   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.063   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.063   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.069   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.069   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.069   DEP      Osmocom_Types_part_7.cc
#8 2.069   DEP      Osmocom_Types_part_6.cc
#8 2.069   DEP      Osmocom_Types_part_5.cc
#8 2.071   DEP      Osmocom_Types_part_4.cc
#8 2.072   DEP      Osmocom_Types_part_3.cc
#8 2.072   DEP      Osmocom_Types_part_2.cc
#8 2.076   DEP      Osmocom_Types_part_1.cc
#8 2.077   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.077   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.077   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.077   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.079   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.079   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.080   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.084   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.084   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.085   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.085   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.087   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.087   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.088   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.088   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.092   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.092   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.093   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.094   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.095   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.096   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.096   DEP      OSMUX_Types_part_7.cc
#8 2.099   DEP      OSMUX_Types_part_6.cc
#8 2.099   DEP      OSMUX_Types_part_5.cc
#8 2.100   DEP      OSMUX_Types_part_4.cc
#8 2.101   DEP      OSMUX_Types_part_3.cc
#8 2.102   DEP      OSMUX_Types_part_2.cc
#8 2.104   DEP      OSMUX_Types_part_1.cc
#8 2.104   DEP      OSMUX_Emulation_part_7.cc
#8 2.105   DEP      OSMUX_Emulation_part_6.cc
#8 2.105   DEP      OSMUX_Emulation_part_5.cc
#8 2.107   DEP      OSMUX_Emulation_part_4.cc
#8 2.107   DEP      OSMUX_Emulation_part_3.cc
#8 2.108   DEP      OSMUX_Emulation_part_2.cc
#8 2.109   DEP      OSMUX_Emulation_part_1.cc
#8 2.109   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.110   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.111   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.113   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.115   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.115   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.115   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.115   DEP      OSMUX_CodecPort_part_7.cc
#8 2.116   DEP      OSMUX_CodecPort_part_6.cc
#8 2.117   DEP      OSMUX_CodecPort_part_5.cc
#8 2.117   DEP      OSMUX_CodecPort_part_4.cc
#8 2.120   DEP      OSMUX_CodecPort_part_3.cc
#8 2.121   DEP      OSMUX_CodecPort_part_2.cc
#8 2.122   DEP      OSMUX_CodecPort_part_1.cc
#8 2.123   DEP      Native_Functions_part_6.cc
#8 2.123   DEP      Native_Functions_part_7.cc
#8 2.125   DEP      Native_Functions_part_5.cc
#8 2.125   DEP      Native_Functions_part_3.cc
#8 2.125   DEP      Native_Functions_part_4.cc
#8 2.126   DEP      Native_Functions_part_2.cc
#8 2.126   DEP      Native_Functions_part_1.cc
#8 2.127   DEP      MobileL3_Types_part_6.cc
#8 2.127   DEP      MobileL3_Types_part_7.cc
#8 2.130   DEP      MobileL3_Types_part_5.cc
#8 2.131   DEP      MobileL3_Types_part_4.cc
#8 2.131   DEP      MobileL3_Types_part_3.cc
#8 2.131   DEP      MobileL3_Types_part_2.cc
#8 2.132   DEP      MobileL3_Types_part_1.cc
#8 2.133   DEP      MobileL3_SS_Types_part_7.cc
#8 2.134   DEP      MobileL3_SS_Types_part_6.cc
#8 2.135   DEP      MobileL3_SS_Types_part_5.cc
#8 2.136   DEP      MobileL3_SS_Types_part_4.cc
#8 2.137   DEP      MobileL3_SS_Types_part_3.cc
#8 2.137   DEP      MobileL3_SS_Types_part_2.cc
#8 2.138   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.138   DEP      MobileL3_SS_Types_part_1.cc
#8 2.138   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.139   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.139   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.142   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.142   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.144   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.145   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.147   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.147   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.147   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.147   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.148   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.148   DEP      MobileL3_MM_Types_part_7.cc
#8 2.148   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.154   DEP      MobileL3_MM_Types_part_6.cc
#8 2.154   DEP      MobileL3_MM_Types_part_5.cc
#8 2.155   DEP      MobileL3_MM_Types_part_4.cc
#8 2.155   DEP      MobileL3_MM_Types_part_3.cc
#8 2.169   DEP      MobileL3_MM_Types_part_2.cc
#8 2.169   DEP      MobileL3_MM_Types_part_1.cc
#8 2.169   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.170   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.170   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.170   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.171   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.171   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.171   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.172   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.172   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.176   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.177   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.182   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.182   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.184   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.190   DEP      MobileL3_CC_Types_part_7.cc
#8 2.190   DEP      MobileL3_CC_Types_part_6.cc
#8 2.198   DEP      MobileL3_CC_Types_part_5.cc
#8 2.202   DEP      MobileL3_CC_Types_part_4.cc
#8 2.206   DEP      MobileL3_CC_Types_part_3.cc
#8 2.216   DEP      MobileL3_CC_Types_part_2.cc
#8 2.223   DEP      MobileL3_CC_Types_part_1.cc
#8 2.230   DEP      Misc_Helpers_part_7.cc
#8 2.242   DEP      Misc_Helpers_part_6.cc
#8 2.252   DEP      Misc_Helpers_part_5.cc
#8 2.252   DEP      Misc_Helpers_part_4.cc
#8 2.260   DEP      Misc_Helpers_part_2.cc
#8 2.260   DEP      Misc_Helpers_part_3.cc
#8 2.263   DEP      Misc_Helpers_part_1.cc
#8 2.263   DEP      LAPDm_Types_part_7.cc
#8 2.264   DEP      LAPDm_Types_part_6.cc
#8 2.267   DEP      LAPDm_Types_part_5.cc
#8 2.271   DEP      LAPDm_Types_part_4.cc
#8 2.271   DEP      LAPDm_Types_part_3.cc
#8 2.272   DEP      LAPDm_Types_part_2.cc
#8 2.275   DEP      LAPDm_Types_part_1.cc
#8 2.280   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.280   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.280   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.281   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.281   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.283   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.283   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.288   DEP      L3_Templates_part_7.cc
#8 2.289   DEP      L3_Templates_part_6.cc
#8 2.289   DEP      L3_Templates_part_5.cc
#8 2.290   DEP      L3_Templates_part_4.cc
#8 2.290   DEP      L3_Templates_part_2.cc
#8 2.291   DEP      L3_Common_part_7.cc
#8 2.291   DEP      L3_Templates_part_1.cc
#8 2.291   DEP      L3_Templates_part_3.cc
#8 2.291   DEP      L3_Common_part_6.cc
#8 2.292   DEP      L3_Common_part_5.cc
#8 2.293   DEP      L3_Common_part_4.cc
#8 2.294   DEP      L3_Common_part_3.cc
#8 2.295   DEP      L3_Common_part_1.cc
#8 2.295   DEP      L3_Common_part_2.cc
#8 2.296   DEP      L1CTL_Types_part_7.cc
#8 2.296   DEP      L1CTL_Types_part_6.cc
#8 2.296   DEP      L1CTL_Types_part_5.cc
#8 2.299   DEP      L1CTL_Types_part_4.cc
#8 2.299   DEP      L1CTL_Types_part_3.cc
#8 2.299   DEP      L1CTL_Types_part_2.cc
#8 2.299   DEP      L1CTL_Types_part_1.cc
#8 2.302   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.303   DEP      L1CTL_PortType_part_7.cc
#8 2.304   DEP      L1CTL_PortType_part_6.cc
#8 2.305   DEP      L1CTL_PortType_part_5.cc
#8 2.305   DEP      L1CTL_PortType_part_4.cc
#8 2.307   DEP      L1CTL_PortType_part_3.cc
#8 2.308   DEP      L1CTL_PortType_part_2.cc
#8 2.310   DEP      L1CTL_PortType_part_1.cc
#8 2.310   DEP      IuUP_Types_part_7.cc
#8 2.310   DEP      IuUP_Types_part_6.cc
#8 2.310   DEP      IuUP_Types_part_5.cc
#8 2.310   DEP      IuUP_Types_part_4.cc
#8 2.311   DEP      IuUP_Types_part_3.cc
#8 2.312   DEP      IuUP_Types_part_2.cc
#8 2.312   DEP      IuUP_Types_part_1.cc
#8 2.312   DEP      IuUP_Emulation_part_7.cc
#8 2.313   DEP      IuUP_Emulation_part_6.cc
#8 2.315   DEP      IuUP_Emulation_part_5.cc
#8 2.316   DEP      IuUP_Emulation_part_4.cc
#8 2.316   DEP      IuUP_Emulation_part_3.cc
#8 2.316   DEP      IuUP_Emulation_part_2.cc
#8 2.317   DEP      IuUP_Emulation_part_1.cc
#8 2.317   DEP      IPL4asp_Types_part_7.cc
#8 2.317   DEP      IPL4asp_Types_part_6.cc
#8 2.318   DEP      IPL4asp_Types_part_4.cc
#8 2.318   DEP      IPL4asp_Types_part_3.cc
#8 2.318   DEP      IPL4asp_Types_part_5.cc
#8 2.318   DEP      IPL4asp_Types_part_2.cc
#8 2.320   DEP      IPL4asp_Types_part_1.cc
#8 2.320   DEP      IPL4asp_PortType_part_7.cc
#8 2.322   DEP      IPL4asp_PortType_part_6.cc
#8 2.322   DEP      IPL4asp_PortType_part_5.cc
#8 2.322   DEP      IPL4asp_PortType_part_4.cc
#8 2.323   DEP      IPL4asp_PortType_part_3.cc
#8 2.323   DEP      IPL4asp_PortType_part_2.cc
#8 2.324   DEP      IPL4asp_PortType_part_1.cc
#8 2.324   DEP      IPL4asp_Functions_part_7.cc
#8 2.325   DEP      IPL4asp_Functions_part_6.cc
#8 2.326   DEP      IPL4asp_Functions_part_5.cc
#8 2.326   DEP      IPL4asp_Functions_part_4.cc
#8 2.326   DEP      IPL4asp_Functions_part_3.cc
#8 2.326   DEP      IPL4asp_Functions_part_2.cc
#8 2.327   DEP      IPL4asp_Functions_part_1.cc
#8 2.327   DEP      IPA_Types_part_7.cc
#8 2.329   DEP      IPA_Types_part_6.cc
#8 2.329   DEP      IPA_Types_part_5.cc
#8 2.329   DEP      IPA_Types_part_4.cc
#8 2.330   DEP      IPA_Types_part_3.cc
#8 2.330   DEP      IPA_Types_part_2.cc
#8 2.333   DEP      IPA_Types_part_1.cc
#8 2.334   DEP      IPA_Testing_part_7.cc
#8 2.334   DEP      IPA_Testing_part_6.cc
#8 2.334   DEP      IPA_Testing_part_5.cc
#8 2.334   DEP      IPA_Testing_part_4.cc
#8 2.334   DEP      IPA_Testing_part_3.cc
#8 2.335   DEP      IPA_Testing_part_1.cc
#8 2.335   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.335   DEP      IPA_Testing_part_2.cc
#8 2.335   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.336   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.336   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.336   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.337   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.337   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.338   DEP      IPA_CodecPort_part_7.cc
#8 2.338   DEP      IPA_CodecPort_part_6.cc
#8 2.340   DEP      IPA_CodecPort_part_5.cc
#8 2.341   DEP      IPA_CodecPort_part_4.cc
#8 2.341   DEP      IPA_CodecPort_part_3.cc
#8 2.342   DEP      IPA_CodecPort_part_2.cc
#8 2.342   DEP      IPA_CodecPort_part_1.cc
#8 2.342   DEP      General_Types_part_7.cc
#8 2.343   DEP      General_Types_part_6.cc
#8 2.343   DEP      General_Types_part_5.cc
#8 2.345   DEP      General_Types_part_4.cc
#8 2.345   DEP      General_Types_part_3.cc
#8 2.345   DEP      General_Types_part_2.cc
#8 2.345   DEP      General_Types_part_1.cc
#8 2.346   DEP      GSM_Types_part_7.cc
#8 2.346   DEP      GSM_Types_part_6.cc
#8 2.346   DEP      GSM_Types_part_4.cc
#8 2.346   DEP      GSM_Types_part_5.cc
#8 2.347   DEP      GSM_Types_part_3.cc
#8 2.348   DEP      GSM_Types_part_2.cc
#8 2.348   DEP      GSM_Types_part_1.cc
#8 2.348   DEP      GSM_SystemInformation_part_7.cc
#8 2.349   DEP      GSM_SystemInformation_part_6.cc
#8 2.349   DEP      GSM_SystemInformation_part_5.cc
#8 2.350   DEP      GSM_SystemInformation_part_3.cc
#8 2.350   DEP      GSM_SystemInformation_part_4.cc
#8 2.351   DEP      GSM_SystemInformation_part_2.cc
#8 2.352   DEP      GSM_SystemInformation_part_1.cc
#8 2.352   DEP      GSM_RestOctets_part_7.cc
#8 2.355   DEP      GSM_RestOctets_part_6.cc
#8 2.355   DEP      GSM_RestOctets_part_5.cc
#8 2.355   DEP      GSM_RestOctets_part_4.cc
#8 2.356   DEP      GSM_RestOctets_part_3.cc
#8 2.356   DEP      GSM_RestOctets_part_2.cc
#8 2.357   DEP      GSM_RestOctets_part_1.cc
#8 2.357   DEP      GSM_RR_Types_part_7.cc
#8 2.357   DEP      GSM_RR_Types_part_6.cc
#8 2.357   DEP      GSM_RR_Types_part_5.cc
#8 2.357   DEP      GSM_RR_Types_part_4.cc
#8 2.358   DEP      GSM_RR_Types_part_3.cc
#8 2.358   DEP      GSM_RR_Types_part_1.cc
#8 2.358   DEP      BTS_Tests_perf_part_7.cc
#8 2.358   DEP      GSM_RR_Types_part_2.cc
#8 2.359   DEP      BTS_Tests_perf_part_6.cc
#8 2.359   DEP      BTS_Tests_perf_part_5.cc
#8 2.359   DEP      BTS_Tests_perf_part_4.cc
#8 2.360   DEP      BTS_Tests_perf_part_3.cc
#8 2.361   DEP      BTS_Tests_perf_part_2.cc
#8 2.362   DEP      BTS_Tests_perf_part_1.cc
#8 2.363   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.363   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.364   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.365   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.365   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.366   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.366   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.367   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.367   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.367   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.369   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.369   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.369   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.370   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.372   DEP      BTS_Tests_OML_part_7.cc
#8 2.376   DEP      BTS_Tests_OML_part_6.cc
#8 2.377   DEP      BTS_Tests_OML_part_5.cc
#8 2.377   DEP      BTS_Tests_OML_part_4.cc
#8 2.377   DEP      BTS_Tests_OML_part_3.cc
#8 2.377   DEP      BTS_Tests_OML_part_2.cc
#8 2.377   DEP      BTS_Tests_OML_part_1.cc
#8 2.377   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.378   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.378   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.378   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.379   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.380   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.380   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.381   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.383   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.384   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.384   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.384   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.385   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.385   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.385   DEP      BTS_Tests_part_7.cc
#8 2.385   DEP      BTS_Tests_part_6.cc
#8 2.385   DEP      BTS_Tests_part_5.cc
#8 2.386   DEP      BTS_Tests_part_4.cc
#8 2.386   DEP      BTS_Tests_part_3.cc
#8 2.391   DEP      BTS_Tests_part_2.cc
#8 2.391   DEP      BTS_Tests_part_1.cc
#8 2.392   DEP      AbisOML_Types_part_7.cc
#8 2.392   DEP      AbisOML_Types_part_6.cc
#8 2.392   DEP      AbisOML_Types_part_4.cc
#8 2.392   DEP      AbisOML_Types_part_5.cc
#8 2.392   DEP      AbisOML_Types_part_3.cc
#8 2.393   DEP      AbisOML_Types_part_2.cc
#8 2.393   DEP      AbisOML_Types_part_1.cc
#8 2.394   DEP      AMR_Types_part_7.cc
#8 2.394   DEP      AMR_Types_part_6.cc
#8 2.394   DEP      AMR_Types_part_5.cc
#8 2.399   DEP      AMR_Types_part_4.cc
#8 2.399   DEP      AMR_Types_part_3.cc
#8 2.400   DEP      AMR_Types_part_2.cc
#8 2.400   DEP      AMR_Types_part_1.cc
#8 2.400   DEP      UD_Types.cc
#8 2.400   DEP      UD_PortType.cc
#8 2.401   DEP      TRXC_Types.cc
#8 2.401   DEP      TRXC_CodecPort.cc
#8 2.401   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.402   DEP      TELNETasp_PortType.cc
#8 2.406   DEP      TCCInterface_Functions.cc
#8 2.407   DEP      TCCConversion_Functions.cc
#8 2.407   DEP      Socket_API_Definitions.cc
#8 2.407   DEP      RTP_Types.cc
#8 2.408   DEP      RTP_Emulation.cc
#8 2.409   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.459   DEP      RTP_CodecPort.cc
#8 2.464   DEP      RSL_Types.cc
#8 2.465   DEP      RSL_Emulation.cc
#8 2.467   DEP      RLCMAC_Types.cc
#8 2.473   DEP      RLCMAC_Templates.cc
#8 2.474   DEP      RLCMAC_CSN1_Types.cc
#8 2.481   DEP      RLCMAC_CSN1_Templates.cc
#8 2.485   DEP      PCUIF_Types.cc
#8 2.490   DEP      PCUIF_CodecPort.cc
#8 2.494   DEP      Osmocom_VTY_Functions.cc
#8 2.497   DEP      Osmocom_Types.cc
#8 2.499   DEP      Osmocom_CTRL_Types.cc
#8 2.503   DEP      Osmocom_CTRL_Adapter.cc
#8 2.503   DEP      Osmocom_CTRL_Functions.cc
#8 2.516   DEP      OSMUX_Types.cc
#8 2.522   DEP      OSMUX_Emulation.cc
#8 2.526   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.533   DEP      OSMUX_CodecPort.cc
#8 2.550   DEP      Native_Functions.cc
#8 2.565   DEP      MobileL3_Types.cc
#8 2.568   DEP      MobileL3_SS_Types.cc
#8 2.571   DEP      MobileL3_SMS_Types.cc
#8 2.572   DEP      MobileL3_RRM_Types.cc
#8 2.581   DEP      MobileL3_MM_Types.cc
#8 2.589   DEP      MobileL3_GMM_SM_Types.cc
#8 2.592   DEP      MobileL3_CommonIE_Types.cc
#8 2.600   DEP      MobileL3_CC_Types.cc
#8 2.607   DEP      Misc_Helpers.cc
#8 2.611   DEP      LAPDm_Types.cc
#8 2.613   DEP      LAPDm_RAW_PT.cc
#8 2.619   DEP      L3_Templates.cc
#8 2.622   DEP      L3_Common.cc
#8 2.627   DEP      L1CTL_Types.cc
#8 2.632   DEP      L1CTL_PortType_CtrlFunct.cc
#8 2.637   DEP      L1CTL_PortType.cc
#8 2.644   DEP      IuUP_Types.cc
#8 2.670   DEP      IuUP_Emulation.cc
#8 2.671   DEP      IPL4asp_Types.cc
#8 2.678   DEP      IPL4asp_PortType.cc
#8 2.682   DEP      IPL4asp_Functions.cc
#8 2.695   DEP      IPA_Types.cc
#8 2.719   DEP      IPA_Testing.cc
#8 2.722   DEP      IPA_CodecPort_CtrlFunct.cc
#8 2.730   DEP      IPA_CodecPort.cc
#8 2.740   DEP      GSM_Types.cc
#8 2.740   DEP      General_Types.cc
#8 2.750   DEP      GSM_SystemInformation.cc
#8 2.754   DEP      GSM_RestOctets.cc
#8 2.766   DEP      GSM_RR_Types.cc
#8 2.766   DEP      BTS_Tests_perf.cc
#8 2.769   DEP      BTS_Tests_VAMOS.cc
#8 2.790   DEP      BTS_Tests_SMSCB.cc
#8 2.794   DEP      BTS_Tests_OML.cc
#8 2.806   DEP      BTS_Tests_LAPDm.cc
#8 2.811   DEP      BTS_Tests_ASCI.cc
#8 2.825   DEP      BTS_Tests.cc
#8 2.826   DEP      AbisOML_Types.cc
#8 2.880   DEP      AMR_Types.cc
#8 3.517   CC       AMR_Types.o
#8 3.517   CC       AbisOML_Types.o
#8 3.517   CC       BTS_Tests.o
#8 3.518   CC       BTS_Tests_ASCI.o
#8 3.518   CC       BTS_Tests_LAPDm.o
#8 3.518   CC       BTS_Tests_OML.o
#8 3.518   CC       BTS_Tests_SMSCB.o
#8 3.519   CC       BTS_Tests_VAMOS.o
#8 3.519   CC       BTS_Tests_perf.o
#8 3.519   CC       GSM_RR_Types.o
#8 3.519   CC       GSM_RestOctets.o
#8 3.519   CC       GSM_SystemInformation.o
#8 3.520   CC       GSM_Types.o
#8 3.520   CC       General_Types.o
#8 3.520   CC       IPA_CodecPort.o
#8 3.521   CC       IPA_CodecPort_CtrlFunct.o
#8 3.521   CC       IPA_Testing.o
#8 3.521   CC       IPA_Types.o
#8 3.521   CC       IPL4asp_Functions.o
#8 3.545   CC       IPL4asp_PortType.o
#8 4.222   CC       IPL4asp_Types.o
#8 4.227   CC       IuUP_Emulation.o
#8 4.391   CC       IuUP_Types.o
#8 4.436   CC       L1CTL_PortType.o
#8 4.626   CC       L1CTL_PortType_CtrlFunct.o
#8 4.628   CC       L1CTL_Types.o
#8 5.523   CC       L3_Common.o
#8 6.136   CC       L3_Templates.o
#8 6.326   CC       LAPDm_RAW_PT.o
#8 6.958   CC       LAPDm_Types.o
#8 6.995   CC       Misc_Helpers.o
#8 7.568   CC       MobileL3_CC_Types.o
#8 7.658   CC       MobileL3_CommonIE_Types.o
#8 7.682   CC       MobileL3_GMM_SM_Types.o
#8 7.906   CC       MobileL3_MM_Types.o
#8 8.690   CC       MobileL3_RRM_Types.o
#8 9.289 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.289 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.289  6168 | }
#8 9.289       | ^
#8 9.412   CC       MobileL3_SMS_Types.o
#8 9.429   CC       MobileL3_SS_Types.o
#8 9.475   CC       MobileL3_Types.o
#8 9.529   CC       Native_Functions.o
#8 9.987   CC       OSMUX_CodecPort.o
#8 10.16   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.26   CC       OSMUX_Emulation.o
#8 10.34   CC       OSMUX_Types.o
#8 10.38   CC       Osmocom_CTRL_Adapter.o
#8 10.66   CC       Osmocom_CTRL_Functions.o
#8 11.05   CC       Osmocom_CTRL_Types.o
#8 11.37   CC       Osmocom_Types.o
#8 11.62   CC       Osmocom_VTY_Functions.o
#8 11.71   CC       PCUIF_CodecPort.o
#8 11.73   CC       PCUIF_Types.o
#8 11.78 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.78 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.78 39292 | }
#8 11.78       | ^
#8 11.78 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.78 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.78 39373 | }
#8 11.78       | ^
#8 12.69   CC       RLCMAC_CSN1_Templates.o
#8 12.79   CC       RLCMAC_CSN1_Types.o
#8 12.92   CC       RLCMAC_Templates.o
#8 12.93   CC       RLCMAC_Types.o
#8 12.95   CC       RSL_Emulation.o
#8 13.01   CC       RSL_Types.o
#8 13.04   CC       RTP_CodecPort.o
#8 13.32   CC       RTP_CodecPort_CtrlFunct.o
#8 13.74   CC       RTP_Emulation.o
#8 14.41   CC       RTP_Types.o
#8 14.44   CC       Socket_API_Definitions.o
#8 14.47   CC       TCCConversion_Functions.o
#8 14.63   CC       TCCInterface_Functions.o
#8 14.70   CC       TELNETasp_PortType.o
#8 14.72   CC       TRXC_CodecPort.o
#8 15.03   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.21   CC       TRXC_Types.o
#8 15.36   CC       UD_PortType.o
#8 15.37   CC       UD_Types.o
#8 15.38   CC       AMR_Types_part_1.o
#8 15.40   CC       AMR_Types_part_2.o
#8 15.44   CC       AMR_Types_part_3.o
#8 15.44   CC       AMR_Types_part_4.o
#8 15.46   CC       AMR_Types_part_5.o
#8 15.46   CC       AMR_Types_part_6.o
#8 15.48   CC       AMR_Types_part_7.o
#8 15.48   CC       AbisOML_Types_part_1.o
#8 15.50   CC       AbisOML_Types_part_2.o
#8 15.52   CC       AbisOML_Types_part_3.o
#8 15.54   CC       AbisOML_Types_part_4.o
#8 15.56   CC       AbisOML_Types_part_5.o
#8 15.58   CC       AbisOML_Types_part_6.o
#8 15.60   CC       AbisOML_Types_part_7.o
#8 15.62   CC       BTS_Tests_part_1.o
#8 15.71   CC       BTS_Tests_part_2.o
#8 15.73   CC       BTS_Tests_part_3.o
#8 15.76   CC       BTS_Tests_part_4.o
#8 15.80   CC       BTS_Tests_part_5.o
#8 15.83   CC       BTS_Tests_part_6.o
#8 15.86   CC       BTS_Tests_part_7.o
#8 15.91   CC       BTS_Tests_ASCI_part_1.o
#8 15.98   CC       BTS_Tests_ASCI_part_2.o
#8 16.03   CC       BTS_Tests_ASCI_part_3.o
#8 16.07   CC       BTS_Tests_ASCI_part_4.o
#8 16.10   CC       BTS_Tests_ASCI_part_5.o
#8 16.10   CC       BTS_Tests_ASCI_part_6.o
#8 16.14   CC       BTS_Tests_ASCI_part_7.o
#8 16.14   CC       BTS_Tests_LAPDm_part_1.o
#8 16.16   CC       BTS_Tests_LAPDm_part_2.o
#8 16.19   CC       BTS_Tests_LAPDm_part_3.o
#8 16.20   CC       BTS_Tests_LAPDm_part_4.o
#8 16.20   CC       BTS_Tests_LAPDm_part_5.o
#8 16.22   CC       BTS_Tests_LAPDm_part_6.o
#8 16.23   CC       BTS_Tests_LAPDm_part_7.o
#8 16.23   CC       BTS_Tests_OML_part_1.o
#8 16.24   CC       BTS_Tests_OML_part_2.o
#8 16.25   CC       BTS_Tests_OML_part_3.o
#8 16.26   CC       BTS_Tests_OML_part_4.o
#8 16.27   CC       BTS_Tests_OML_part_5.o
#8 16.28   CC       BTS_Tests_OML_part_6.o
#8 16.30   CC       BTS_Tests_OML_part_7.o
#8 16.30   CC       BTS_Tests_SMSCB_part_1.o
#8 16.31   CC       BTS_Tests_SMSCB_part_2.o
#8 16.32   CC       BTS_Tests_SMSCB_part_3.o
#8 16.32   CC       BTS_Tests_SMSCB_part_4.o
#8 16.34   CC       BTS_Tests_SMSCB_part_5.o
#8 16.34   CC       BTS_Tests_SMSCB_part_6.o
#8 16.36   CC       BTS_Tests_SMSCB_part_7.o
#8 16.36   CC       BTS_Tests_VAMOS_part_1.o
#8 16.36   CC       BTS_Tests_VAMOS_part_2.o
#8 16.38   CC       BTS_Tests_VAMOS_part_3.o
#8 16.38   CC       BTS_Tests_VAMOS_part_4.o
#8 16.39   CC       BTS_Tests_VAMOS_part_5.o
#8 16.39   CC       BTS_Tests_VAMOS_part_6.o
#8 16.40   CC       BTS_Tests_VAMOS_part_7.o
#8 16.40   CC       BTS_Tests_perf_part_1.o
#8 16.41   CC       BTS_Tests_perf_part_2.o
#8 16.42   CC       BTS_Tests_perf_part_3.o
#8 16.42   CC       BTS_Tests_perf_part_4.o
#8 16.42   CC       BTS_Tests_perf_part_5.o
#8 16.43   CC       BTS_Tests_perf_part_6.o
#8 16.44   CC       BTS_Tests_perf_part_7.o
#8 16.45   CC       GSM_RR_Types_part_1.o
#8 16.46   CC       GSM_RR_Types_part_2.o
#8 16.46   CC       GSM_RR_Types_part_3.o
#8 16.46   CC       GSM_RR_Types_part_4.o
#8 16.48   CC       GSM_RR_Types_part_5.o
#8 16.49   CC       GSM_RR_Types_part_6.o
#8 16.49   CC       GSM_RR_Types_part_7.o
#8 16.50   CC       GSM_RestOctets_part_1.o
#8 16.51   CC       GSM_RestOctets_part_2.o
#8 16.51   CC       GSM_RestOctets_part_3.o
#8 16.61   CC       GSM_RestOctets_part_4.o
#8 16.64   CC       GSM_RestOctets_part_5.o
#8 16.68   CC       GSM_RestOctets_part_6.o
#8 16.70   CC       GSM_RestOctets_part_7.o
#8 16.72   CC       GSM_SystemInformation_part_1.o
#8 16.73   CC       GSM_SystemInformation_part_2.o
#8 16.75   CC       GSM_SystemInformation_part_3.o
#8 16.76   CC       GSM_SystemInformation_part_4.o
#8 16.78   CC       GSM_SystemInformation_part_5.o
#8 16.78   CC       GSM_SystemInformation_part_6.o
#8 16.80   CC       GSM_SystemInformation_part_7.o
#8 16.80   CC       GSM_Types_part_1.o
#8 16.82   CC       GSM_Types_part_2.o
#8 16.82   CC       GSM_Types_part_3.o
#8 16.84   CC       GSM_Types_part_4.o
#8 16.85   CC       GSM_Types_part_5.o
#8 16.85   CC       GSM_Types_part_6.o
#8 16.87   CC       GSM_Types_part_7.o
#8 16.87   CC       General_Types_part_1.o
#8 16.87   CC       General_Types_part_2.o
#8 16.89   CC       General_Types_part_3.o
#8 16.89   CC       General_Types_part_4.o
#8 16.91   CC       General_Types_part_6.o
#8 16.91   CC       General_Types_part_5.o
#8 16.91   CC       General_Types_part_7.o
#8 16.93   CC       IPA_CodecPort_part_1.o
#8 16.93   CC       IPA_CodecPort_part_2.o
#8 16.93   CC       IPA_CodecPort_part_3.o
#8 16.95   CC       IPA_CodecPort_part_4.o
#8 16.95   CC       IPA_CodecPort_part_6.o
#8 16.95   CC       IPA_CodecPort_part_5.o
#8 16.96   CC       IPA_CodecPort_part_7.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.98   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.99   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.99   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 16.99   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 17.00   CC       IPA_Testing_part_1.o
#8 17.01   CC       IPA_Testing_part_2.o
#8 17.01   CC       IPA_Testing_part_3.o
#8 17.01   CC       IPA_Testing_part_4.o
#8 17.02   CC       IPA_Testing_part_5.o
#8 17.03   CC       IPA_Testing_part_6.o
#8 17.03   CC       IPA_Types_part_1.o
#8 17.03   CC       IPA_Testing_part_7.o
#8 17.04   CC       IPA_Types_part_2.o
#8 17.05   CC       IPA_Types_part_3.o
#8 17.05   CC       IPA_Types_part_4.o
#8 17.05   CC       IPA_Types_part_5.o
#8 17.06   CC       IPA_Types_part_6.o
#8 17.07   CC       IPA_Types_part_7.o
#8 17.07   CC       IPL4asp_Functions_part_1.o
#8 17.08   CC       IPL4asp_Functions_part_2.o
#8 17.08   CC       IPL4asp_Functions_part_3.o
#8 17.09   CC       IPL4asp_Functions_part_4.o
#8 17.09   CC       IPL4asp_Functions_part_5.o
#8 17.10   CC       IPL4asp_Functions_part_6.o
#8 17.10   CC       IPL4asp_Functions_part_7.o
#8 17.11   CC       IPL4asp_PortType_part_1.o
#8 17.11   CC       IPL4asp_PortType_part_2.o
#8 17.12   CC       IPL4asp_PortType_part_3.o
#8 17.13   CC       IPL4asp_PortType_part_4.o
#8 17.13   CC       IPL4asp_PortType_part_5.o
#8 17.14   CC       IPL4asp_PortType_part_6.o
#8 17.14   CC       IPL4asp_PortType_part_7.o
#8 17.15   CC       IPL4asp_Types_part_1.o
#8 17.16   CC       IPL4asp_Types_part_2.o
#8 17.16   CC       IPL4asp_Types_part_3.o
#8 17.16   CC       IPL4asp_Types_part_4.o
#8 17.16   CC       IPL4asp_Types_part_5.o
#8 17.17   CC       IPL4asp_Types_part_6.o
#8 17.18   CC       IPL4asp_Types_part_7.o
#8 17.18   CC       IuUP_Emulation_part_1.o
#8 17.18   CC       IuUP_Emulation_part_2.o
#8 17.18   CC       IuUP_Emulation_part_3.o
#8 17.19   CC       IuUP_Emulation_part_4.o
#8 17.20   CC       IuUP_Emulation_part_5.o
#8 17.20   CC       IuUP_Emulation_part_6.o
#8 17.20   CC       IuUP_Emulation_part_7.o
#8 17.20   CC       IuUP_Types_part_1.o
#8 17.21   CC       IuUP_Types_part_2.o
#8 17.22   CC       IuUP_Types_part_3.o
#8 17.22   CC       IuUP_Types_part_4.o
#8 17.22   CC       IuUP_Types_part_5.o
#8 17.23   CC       IuUP_Types_part_6.o
#8 17.23   CC       IuUP_Types_part_7.o
#8 17.24   CC       L1CTL_PortType_part_1.o
#8 17.24   CC       L1CTL_PortType_part_2.o
#8 17.24   CC       L1CTL_PortType_part_3.o
#8 17.25   CC       L1CTL_PortType_part_4.o
#8 17.25   CC       L1CTL_PortType_part_5.o
#8 17.25   CC       L1CTL_PortType_part_6.o
#8 17.26   CC       L1CTL_PortType_part_7.o
#8 17.26   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.27   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.27   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.27   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.28   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.28   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.28   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.29   CC       L1CTL_Types_part_1.o
#8 17.29   CC       L1CTL_Types_part_2.o
#8 17.29   CC       L1CTL_Types_part_3.o
#8 17.30   CC       L1CTL_Types_part_4.o
#8 17.30   CC       L1CTL_Types_part_5.o
#8 17.30   CC       L1CTL_Types_part_6.o
#8 17.30   CC       L1CTL_Types_part_7.o
#8 17.31   CC       L3_Common_part_1.o
#8 17.32   CC       L3_Common_part_2.o
#8 17.32   CC       L3_Common_part_3.o
#8 17.32   CC       L3_Common_part_4.o
#8 17.32   CC       L3_Common_part_5.o
#8 17.32   CC       L3_Common_part_6.o
#8 17.33   CC       L3_Common_part_7.o
#8 17.34   CC       L3_Templates_part_1.o
#8 17.34   CC       L3_Templates_part_2.o
#8 17.34   CC       L3_Templates_part_3.o
#8 17.34   CC       L3_Templates_part_4.o
#8 17.35   CC       L3_Templates_part_5.o
#8 17.35   CC       L3_Templates_part_6.o
#8 17.36   CC       L3_Templates_part_7.o
#8 17.36   CC       LAPDm_RAW_PT_part_1.o
#8 17.36   CC       LAPDm_RAW_PT_part_2.o
#8 17.36   CC       LAPDm_RAW_PT_part_3.o
#8 17.37   CC       LAPDm_RAW_PT_part_4.o
#8 17.37   CC       LAPDm_RAW_PT_part_5.o
#8 17.38   CC       LAPDm_RAW_PT_part_6.o
#8 17.38   CC       LAPDm_Types_part_1.o
#8 17.38   CC       LAPDm_RAW_PT_part_7.o
#8 17.39   CC       LAPDm_Types_part_2.o
#8 17.39   CC       LAPDm_Types_part_3.o
#8 17.39   CC       LAPDm_Types_part_4.o
#8 17.40   CC       LAPDm_Types_part_5.o
#8 17.40   CC       LAPDm_Types_part_6.o
#8 17.40   CC       LAPDm_Types_part_7.o
#8 17.41   CC       Misc_Helpers_part_1.o
#8 17.41   CC       Misc_Helpers_part_2.o
#8 17.41   CC       Misc_Helpers_part_3.o
#8 17.42   CC       Misc_Helpers_part_4.o
#8 17.44   CC       Misc_Helpers_part_5.o
#8 17.44   CC       Misc_Helpers_part_6.o
#8 17.44   CC       Misc_Helpers_part_7.o
#8 17.44   CC       MobileL3_CC_Types_part_1.o
#8 17.44   CC       MobileL3_CC_Types_part_2.o
#8 17.46   CC       MobileL3_CC_Types_part_3.o
#8 17.46   CC       MobileL3_CC_Types_part_5.o
#8 17.46   CC       MobileL3_CC_Types_part_4.o
#8 17.46   CC       MobileL3_CC_Types_part_6.o
#8 17.48   CC       MobileL3_CC_Types_part_7.o
#8 17.48   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.50   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.51   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.53   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.54   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.55   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.57   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.59   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.60   CC       MobileL3_GMM_SM_Types_part_2.o
#8 17.61 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.61 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.61 11507 | }
#8 17.61       | ^
#8 18.62   CC       MobileL3_GMM_SM_Types_part_3.o
#8 19.52   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.62   CC       MobileL3_GMM_SM_Types_part_5.o
#8 20.86   CC       MobileL3_GMM_SM_Types_part_6.o
#8 21.37   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.69   CC       MobileL3_MM_Types_part_1.o
#8 21.92   CC       MobileL3_MM_Types_part_2.o
#8 21.94   CC       MobileL3_MM_Types_part_3.o
#8 21.98   CC       MobileL3_MM_Types_part_4.o
#8 22.00   CC       MobileL3_MM_Types_part_5.o
#8 22.02   CC       MobileL3_MM_Types_part_6.o
#8 22.06   CC       MobileL3_MM_Types_part_7.o
#8 22.10   CC       MobileL3_RRM_Types_part_1.o
#8 22.23   CC       MobileL3_RRM_Types_part_2.o
#8 22.61   CC       MobileL3_RRM_Types_part_3.o
#8 23.00   CC       MobileL3_RRM_Types_part_4.o
#8 23.69   CC       MobileL3_RRM_Types_part_5.o
#8 23.70   CC       MobileL3_RRM_Types_part_6.o
#8 23.72   CC       MobileL3_RRM_Types_part_7.o
#8 23.73   CC       MobileL3_SMS_Types_part_1.o
#8 23.74   CC       MobileL3_SMS_Types_part_2.o
#8 23.78   CC       MobileL3_SMS_Types_part_3.o
#8 23.82   CC       MobileL3_SMS_Types_part_4.o
#8 23.87   CC       MobileL3_SMS_Types_part_5.o
#8 23.90   CC       MobileL3_SMS_Types_part_6.o
#8 23.97   CC       MobileL3_SMS_Types_part_7.o
#8 23.99   CC       MobileL3_SS_Types_part_1.o
#8 24.05   CC       MobileL3_SS_Types_part_2.o
#8 24.10   CC       MobileL3_SS_Types_part_3.o
#8 24.13   CC       MobileL3_SS_Types_part_4.o
#8 24.18   CC       MobileL3_SS_Types_part_5.o
#8 24.21   CC       MobileL3_SS_Types_part_6.o
#8 24.29   CC       MobileL3_SS_Types_part_7.o
#8 24.32   CC       MobileL3_Types_part_1.o
#8 24.35   CC       MobileL3_Types_part_2.o
#8 24.39   CC       MobileL3_Types_part_3.o
#8 24.44   CC       MobileL3_Types_part_4.o
#8 24.46   CC       MobileL3_Types_part_5.o
#8 24.49   CC       MobileL3_Types_part_6.o
#8 24.51   CC       MobileL3_Types_part_7.o
#8 24.53   CC       Native_Functions_part_1.o
#8 24.55   CC       Native_Functions_part_2.o
#8 24.58   CC       Native_Functions_part_3.o
#8 24.60   CC       Native_Functions_part_4.o
#8 24.62   CC       Native_Functions_part_5.o
#8 24.65   CC       Native_Functions_part_6.o
#8 24.67   CC       Native_Functions_part_7.o
#8 24.69   CC       OSMUX_CodecPort_part_1.o
#8 24.71   CC       OSMUX_CodecPort_part_2.o
#8 24.74   CC       OSMUX_CodecPort_part_3.o
#8 24.76   CC       OSMUX_CodecPort_part_4.o
#8 24.78   CC       OSMUX_CodecPort_part_5.o
#8 24.80   CC       OSMUX_CodecPort_part_6.o
#8 24.83   CC       OSMUX_CodecPort_part_7.o
#8 24.85   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.87   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.90   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.92   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.94   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.97   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.99   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.01   CC       OSMUX_Emulation_part_1.o
#8 25.04   CC       OSMUX_Emulation_part_2.o
#8 25.06   CC       OSMUX_Emulation_part_3.o
#8 25.08   CC       OSMUX_Emulation_part_4.o
#8 25.10   CC       OSMUX_Emulation_part_5.o
#8 25.13   CC       OSMUX_Emulation_part_6.o
#8 25.15   CC       OSMUX_Emulation_part_7.o
#8 25.17   CC       OSMUX_Types_part_1.o
#8 25.20   CC       OSMUX_Types_part_2.o
#8 25.22   CC       OSMUX_Types_part_3.o
#8 25.24   CC       OSMUX_Types_part_4.o
#8 25.27   CC       OSMUX_Types_part_5.o
#8 25.29   CC       OSMUX_Types_part_6.o
#8 25.30   CC       OSMUX_Types_part_7.o
#8 25.31   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.32   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.33   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.34   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.36   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.36   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.38   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.40   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.41   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.42   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.43   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.45   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.46   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.47   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.48   CC       Osmocom_CTRL_Types_part_1.o
#8 25.50   CC       Osmocom_CTRL_Types_part_2.o
#8 25.51   CC       Osmocom_CTRL_Types_part_3.o
#8 25.52   CC       Osmocom_CTRL_Types_part_4.o
#8 25.54   CC       Osmocom_CTRL_Types_part_5.o
#8 25.54   CC       Osmocom_CTRL_Types_part_6.o
#8 25.57   CC       Osmocom_CTRL_Types_part_7.o
#8 25.59   CC       Osmocom_Types_part_1.o
#8 25.63   CC       Osmocom_Types_part_2.o
#8 25.63   CC       Osmocom_Types_part_3.o
#8 25.68   CC       Osmocom_Types_part_4.o
#8 25.68   CC       Osmocom_Types_part_5.o
#8 25.70   CC       Osmocom_Types_part_6.o
#8 25.71   CC       Osmocom_Types_part_7.o
#8 25.73   CC       Osmocom_VTY_Functions_part_1.o
#8 25.73   CC       Osmocom_VTY_Functions_part_2.o
#8 25.74   CC       Osmocom_VTY_Functions_part_3.o
#8 25.75   CC       Osmocom_VTY_Functions_part_4.o
#8 25.75   CC       Osmocom_VTY_Functions_part_5.o
#8 25.76   CC       Osmocom_VTY_Functions_part_6.o
#8 25.78   CC       Osmocom_VTY_Functions_part_7.o
#8 25.78   CC       PCUIF_CodecPort_part_1.o
#8 25.80   CC       PCUIF_CodecPort_part_2.o
#8 25.80   CC       PCUIF_CodecPort_part_4.o
#8 25.80   CC       PCUIF_CodecPort_part_3.o
#8 25.80   CC       PCUIF_CodecPort_part_5.o
#8 25.82   CC       PCUIF_CodecPort_part_6.o
#8 25.82   CC       PCUIF_CodecPort_part_7.o
#8 25.83   CC       PCUIF_Types_part_1.o
#8 25.83   CC       PCUIF_Types_part_2.o
#8 25.83   CC       PCUIF_Types_part_3.o
#8 25.84   CC       PCUIF_Types_part_4.o
#8 25.84   CC       PCUIF_Types_part_5.o
#8 25.85   CC       PCUIF_Types_part_6.o
#8 25.86   CC       PCUIF_Types_part_7.o
#8 25.87   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.87   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.87   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.87   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.89   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.89   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.89   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.89   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.90   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.91   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.91   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.91   CC       RLCMAC_CSN1_Types_part_5.o
#8 26.03   CC       RLCMAC_CSN1_Types_part_6.o
#8 26.06   CC       RLCMAC_CSN1_Types_part_7.o
#8 26.08   CC       RLCMAC_Templates_part_1.o
#8 26.10   CC       RLCMAC_Templates_part_2.o
#8 26.12   CC       RLCMAC_Templates_part_3.o
#8 26.14   CC       RLCMAC_Templates_part_4.o
#8 26.20   CC       RLCMAC_Templates_part_5.o
#8 26.24   CC       RLCMAC_Templates_part_6.o
#8 26.27   CC       RLCMAC_Templates_part_7.o
#8 26.36   CC       RLCMAC_Types_part_1.o
#8 26.36   CC       RLCMAC_Types_part_2.o
#8 26.40   CC       RLCMAC_Types_part_3.o
#8 26.42   CC       RLCMAC_Types_part_4.o
#8 26.43   CC       RLCMAC_Types_part_5.o
#8 26.45   CC       RLCMAC_Types_part_6.o
#8 26.45   CC       RLCMAC_Types_part_7.o
#8 26.50   CC       RSL_Emulation_part_1.o
#8 26.51   CC       RSL_Emulation_part_2.o
#8 26.53   CC       RSL_Emulation_part_3.o
#8 26.54   CC       RSL_Emulation_part_4.o
#8 26.56   CC       RSL_Emulation_part_5.o
#8 26.56   CC       RSL_Emulation_part_6.o
#8 26.58   CC       RSL_Emulation_part_7.o
#8 26.58   CC       RSL_Types_part_1.o
#8 26.62   CC       RSL_Types_part_2.o
#8 26.75   CC       RSL_Types_part_3.o
#8 26.79   CC       RSL_Types_part_4.o
#8 26.86   CC       RSL_Types_part_5.o
#8 26.88   CC       RSL_Types_part_6.o
#8 26.90   CC       RSL_Types_part_7.o
#8 26.93   CC       RTP_CodecPort_part_1.o
#8 26.95   CC       RTP_CodecPort_part_2.o
#8 26.97   CC       RTP_CodecPort_part_3.o
#8 27.00   CC       RTP_CodecPort_part_4.o
#8 27.02   CC       RTP_CodecPort_part_5.o
#8 27.04   CC       RTP_CodecPort_part_6.o
#8 27.06   CC       RTP_CodecPort_part_7.o
#8 27.09   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 27.11   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 27.13   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 27.15   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 27.18   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 27.20   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 27.22   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 27.24   CC       RTP_Emulation_part_1.o
#8 27.27   CC       RTP_Emulation_part_2.o
#8 27.29   CC       RTP_Emulation_part_3.o
#8 27.31   CC       RTP_Emulation_part_4.o
#8 27.33   CC       RTP_Emulation_part_5.o
#8 27.36   CC       RTP_Emulation_part_6.o
#8 27.38   CC       RTP_Emulation_part_7.o
#8 27.40   CC       RTP_Types_part_1.o
#8 27.50   CC       RTP_Types_part_2.o
#8 27.52   CC       RTP_Types_part_3.o
#8 27.54   CC       RTP_Types_part_4.o
#8 27.57   CC       RTP_Types_part_5.o
#8 27.59   CC       RTP_Types_part_6.o
#8 27.61   CC       RTP_Types_part_7.o
#8 27.63   CC       Socket_API_Definitions_part_1.o
#8 27.66   CC       Socket_API_Definitions_part_2.o
#8 27.68   CC       Socket_API_Definitions_part_3.o
#8 27.70   CC       Socket_API_Definitions_part_4.o
#8 27.72   CC       Socket_API_Definitions_part_5.o
#8 27.75   CC       Socket_API_Definitions_part_6.o
#8 27.77   CC       Socket_API_Definitions_part_7.o
#8 27.79   CC       TCCConversion_Functions_part_1.o
#8 27.81   CC       TCCConversion_Functions_part_2.o
#8 27.84   CC       TCCConversion_Functions_part_3.o
#8 27.86   CC       TCCConversion_Functions_part_4.o
#8 27.88   CC       TCCConversion_Functions_part_5.o
#8 27.90   CC       TCCConversion_Functions_part_6.o
#8 27.92   CC       TCCConversion_Functions_part_7.o
#8 27.95   CC       TCCInterface_Functions_part_1.o
#8 27.97   CC       TCCInterface_Functions_part_2.o
#8 27.99   CC       TCCInterface_Functions_part_3.o
#8 28.01   CC       TCCInterface_Functions_part_4.o
#8 28.03   CC       TCCInterface_Functions_part_5.o
#8 28.05   CC       TCCInterface_Functions_part_6.o
#8 28.08   CC       TCCInterface_Functions_part_7.o
#8 28.10   CC       TELNETasp_PortType_part_1.o
#8 28.12   CC       TELNETasp_PortType_part_2.o
#8 28.14   CC       TELNETasp_PortType_part_3.o
#8 28.16   CC       TELNETasp_PortType_part_4.o
#8 28.19   CC       TELNETasp_PortType_part_5.o
#8 28.21   CC       TELNETasp_PortType_part_6.o
#8 28.24   CC       TELNETasp_PortType_part_7.o
#8 28.26   CC       TRXC_CodecPort_part_1.o
#8 28.28   CC       TRXC_CodecPort_part_2.o
#8 28.29   CC       TRXC_CodecPort_part_3.o
#8 28.30   CC       TRXC_CodecPort_part_4.o
#8 28.32   CC       TRXC_CodecPort_part_5.o
#8 28.33   CC       TRXC_CodecPort_part_6.o
#8 28.34   CC       TRXC_CodecPort_part_7.o
#8 28.35   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 28.36   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 28.37   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 28.38   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 28.39   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 28.40   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 28.41   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 28.43   CC       TRXC_Types_part_1.o
#8 28.44   CC       TRXC_Types_part_2.o
#8 28.45   CC       TRXC_Types_part_3.o
#8 28.46   CC       TRXC_Types_part_4.o
#8 28.47   CC       TRXC_Types_part_5.o
#8 28.48   CC       TRXC_Types_part_6.o
#8 28.49   CC       TRXC_Types_part_7.o
#8 28.51   CC       UD_PortType_part_1.o
#8 28.53   CC       UD_PortType_part_2.o
#8 28.55   CC       UD_PortType_part_3.o
#8 28.57   CC       UD_PortType_part_4.o
#8 28.57   CC       UD_PortType_part_5.o
#8 28.59   CC       UD_PortType_part_6.o
#8 28.61   CC       UD_PortType_part_7.o
#8 28.62   CC       UD_Types_part_1.o
#8 28.64   CC       UD_Types_part_2.o
#8 28.64   CC       UD_Types_part_3.o
#8 28.66   CC       UD_Types_part_4.o
#8 28.66   CC       UD_Types_part_5.o
#8 28.69   CC       UD_Types_part_6.o
#8 28.70   CC       UD_Types_part_7.o
#8 28.70   CC       IPA_Emulation.o
#8 28.72   CC       IPA_Emulation_part_1.o
#8 28.75   CC       IPA_Emulation_part_2.o
#8 28.75   CC       IPA_Emulation_part_3.o
#8 28.78   CC       IPA_Emulation_part_4.o
#8 28.78   CC       IPA_Emulation_part_5.o
#8 28.79   CC       IPA_Emulation_part_6.o
#8 28.81   CC       IPA_Emulation_part_7.o
#8 28.82   CC       IPA_CodecPort_CtrlFunctDef.o
#8 28.83   CC       IPL4asp_PT.o
#8 28.83   CC       IPL4asp_discovery.o
#8 29.00   CC       IuUP_EncDec.o
#8 29.25   CC       L1CTL_PortType_CtrlFunctDef.o
#8 29.36   CC       Native_FunctionDefs.o
#8 29.49   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.63   CC       RLCMAC_EncDec.o
#8 29.63   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.72   CC       RTP_EncDec.o
#8 29.78   CC       TCCConversion.o
#8 29.84   CC       TCCInterface.o
#8 30.36   CC       TELNETasp_PT.o
#8 30.48   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.52   CC       UD_PT.o
#8 30.57   CCLD     AMR_Types.so
#8 30.66   CCLD     AbisOML_Types.so
#8 30.77   CCLD     BTS_Tests.so
#8 30.78   CCLD     BTS_Tests_ASCI.so
#8 30.82   CCLD     BTS_Tests_LAPDm.so
#8 30.87   CCLD     BTS_Tests_OML.so
#8 30.91   CCLD     BTS_Tests_SMSCB.so
#8 30.97   CCLD     BTS_Tests_VAMOS.so
#8 30.97   CCLD     BTS_Tests_perf.so
#8 31.01   CCLD     GSM_RR_Types.so
#8 31.05   CCLD     GSM_RestOctets.so
#8 31.05   CCLD     GSM_SystemInformation.so
#8 31.07   CCLD     GSM_Types.so
#8 31.18   CCLD     General_Types.so
#8 31.19   CCLD     IPA_CodecPort.so
#8 31.23   CCLD     IPA_CodecPort_CtrlFunct.so
#8 31.25   CCLD     IPA_Testing.so
#8 31.28   CCLD     IPA_Types.so
#8 31.31   CCLD     IPL4asp_Functions.so
#8 31.33   CCLD     IPL4asp_PortType.so
#8 31.36   CCLD     IPL4asp_Types.so
#8 31.36   CCLD     IuUP_Emulation.so
#8 31.39   CCLD     IuUP_Types.so
#8 31.41   CCLD     L1CTL_PortType.so
#8 31.41   CCLD     L1CTL_PortType_CtrlFunct.so
#8 31.46   CCLD     L1CTL_Types.so
#8 31.47   CCLD     L3_Common.so
#8 31.52   CCLD     L3_Templates.so
#8 31.52   CCLD     LAPDm_RAW_PT.so
#8 31.54   CCLD     LAPDm_Types.so
#8 31.57   CCLD     Misc_Helpers.so
#8 31.57   CCLD     MobileL3_CC_Types.so
#8 31.61   CCLD     MobileL3_CommonIE_Types.so
#8 31.64   CCLD     MobileL3_GMM_SM_Types.so
#8 31.64   CCLD     MobileL3_MM_Types.so
#8 31.64   CCLD     MobileL3_RRM_Types.so
#8 31.65   CCLD     MobileL3_SMS_Types.so
#8 31.66   CCLD     MobileL3_SS_Types.so
#8 31.75   CCLD     Native_Functions.so
#8 31.75   CCLD     MobileL3_Types.so
#8 31.77   CCLD     OSMUX_CodecPort.so
#8 31.77   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.80   CCLD     OSMUX_Emulation.so
#8 31.81   CCLD     OSMUX_Types.so
#8 31.81   CCLD     Osmocom_CTRL_Adapter.so
#8 31.83   CCLD     Osmocom_CTRL_Functions.so
#8 31.87   CCLD     Osmocom_CTRL_Types.so
#8 31.88   CCLD     Osmocom_Types.so
#8 31.88   CCLD     Osmocom_VTY_Functions.so
#8 31.89   CCLD     PCUIF_CodecPort.so
#8 31.91   CCLD     PCUIF_Types.so
#8 31.92   CCLD     RLCMAC_CSN1_Templates.so
#8 31.92   CCLD     RLCMAC_CSN1_Types.so
#8 31.92   CCLD     RLCMAC_Templates.so
#8 31.99   CCLD     RLCMAC_Types.so
#8 32.00   CCLD     RSL_Emulation.so
#8 32.03   CCLD     RSL_Types.so
#8 32.03   CCLD     RTP_CodecPort.so
#8 32.03   CCLD     RTP_CodecPort_CtrlFunct.so
#8 32.03   CCLD     RTP_Emulation.so
#8 32.06   CCLD     RTP_Types.so
#8 32.07   CCLD     Socket_API_Definitions.so
#8 32.13   CCLD     TCCConversion_Functions.so
#8 32.15   CCLD     TCCInterface_Functions.so
#8 32.15   CCLD     TELNETasp_PortType.so
#8 32.15   CCLD     TRXC_CodecPort.so
#8 32.15   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 32.16   CCLD     TRXC_Types.so
#8 32.20   CCLD     UD_PortType.so
#8 32.21   CCLD     UD_Types.so
#8 32.21   CCLD     AMR_Types_part_1.so
#8 32.23   CCLD     AMR_Types_part_2.so
#8 32.25   CCLD     AMR_Types_part_3.so
#8 32.26   CCLD     AMR_Types_part_4.so
#8 32.26   CCLD     AMR_Types_part_5.so
#8 32.26   CCLD     AMR_Types_part_6.so
#8 32.27   CCLD     AMR_Types_part_7.so
#8 32.28   CCLD     AbisOML_Types_part_1.so
#8 32.28   CCLD     AbisOML_Types_part_2.so
#8 32.28   CCLD     AbisOML_Types_part_3.so
#8 32.29   CCLD     AbisOML_Types_part_4.so
#8 32.29   CCLD     AbisOML_Types_part_5.so
#8 32.29   CCLD     AbisOML_Types_part_6.so
#8 32.30   CCLD     AbisOML_Types_part_7.so
#8 32.30   CCLD     BTS_Tests_part_1.so
#8 32.31   CCLD     BTS_Tests_part_2.so
#8 32.32   CCLD     BTS_Tests_part_3.so
#8 32.32   CCLD     BTS_Tests_part_4.so
#8 32.32   CCLD     BTS_Tests_part_5.so
#8 32.32   CCLD     BTS_Tests_part_6.so
#8 32.33   CCLD     BTS_Tests_part_7.so
#8 32.33   CCLD     BTS_Tests_ASCI_part_1.so
#8 32.34   CCLD     BTS_Tests_ASCI_part_2.so
#8 32.34   CCLD     BTS_Tests_ASCI_part_3.so
#8 32.34   CCLD     BTS_Tests_ASCI_part_4.so
#8 32.35   CCLD     BTS_Tests_ASCI_part_5.so
#8 32.36   CCLD     BTS_Tests_ASCI_part_6.so
#8 32.36   CCLD     BTS_Tests_ASCI_part_7.so
#8 32.36   CCLD     BTS_Tests_LAPDm_part_1.so
#8 32.36   CCLD     BTS_Tests_LAPDm_part_2.so
#8 32.38   CCLD     BTS_Tests_LAPDm_part_3.so
#8 32.38   CCLD     BTS_Tests_LAPDm_part_4.so
#8 32.38   CCLD     BTS_Tests_LAPDm_part_5.so
#8 32.38   CCLD     BTS_Tests_LAPDm_part_6.so
#8 32.38   CCLD     BTS_Tests_LAPDm_part_7.so
#8 32.38   CCLD     BTS_Tests_OML_part_1.so
#8 32.38   CCLD     BTS_Tests_OML_part_2.so
#8 32.39   CCLD     BTS_Tests_OML_part_3.so
#8 32.39   CCLD     BTS_Tests_OML_part_4.so
#8 32.39   CCLD     BTS_Tests_OML_part_5.so
#8 32.41   CCLD     BTS_Tests_OML_part_6.so
#8 32.41   CCLD     BTS_Tests_OML_part_7.so
#8 32.41   CCLD     BTS_Tests_SMSCB_part_1.so
#8 32.41   CCLD     BTS_Tests_SMSCB_part_2.so
#8 32.41   CCLD     BTS_Tests_SMSCB_part_3.so
#8 32.41   CCLD     BTS_Tests_SMSCB_part_4.so
#8 32.41   CCLD     BTS_Tests_SMSCB_part_5.so
#8 32.42   CCLD     BTS_Tests_SMSCB_part_6.so
#8 32.43   CCLD     BTS_Tests_SMSCB_part_7.so
#8 32.43   CCLD     BTS_Tests_VAMOS_part_1.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_2.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_3.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_4.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_5.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_6.so
#8 32.44   CCLD     BTS_Tests_VAMOS_part_7.so
#8 32.44   CCLD     BTS_Tests_perf_part_1.so
#8 32.44   CCLD     BTS_Tests_perf_part_2.so
#8 32.46   CCLD     BTS_Tests_perf_part_3.so
#8 32.46   CCLD     BTS_Tests_perf_part_4.so
#8 32.46   CCLD     BTS_Tests_perf_part_5.so
#8 32.46   CCLD     BTS_Tests_perf_part_6.so
#8 32.47   CCLD     BTS_Tests_perf_part_7.so
#8 32.47   CCLD     GSM_RR_Types_part_1.so
#8 32.47   CCLD     GSM_RR_Types_part_2.so
#8 32.47   CCLD     GSM_RR_Types_part_3.so
#8 32.47   CCLD     GSM_RR_Types_part_4.so
#8 32.47   CCLD     GSM_RR_Types_part_5.so
#8 32.47   CCLD     GSM_RR_Types_part_6.so
#8 32.49   CCLD     GSM_RR_Types_part_7.so
#8 32.49   CCLD     GSM_RestOctets_part_1.so
#8 32.49   CCLD     GSM_RestOctets_part_2.so
#8 32.49   CCLD     GSM_RestOctets_part_3.so
#8 32.49   CCLD     GSM_RestOctets_part_4.so
#8 32.50   CCLD     GSM_RestOctets_part_5.so
#8 32.50   CCLD     GSM_RestOctets_part_6.so
#8 32.52   CCLD     GSM_RestOctets_part_7.so
#8 32.52   CCLD     GSM_SystemInformation_part_1.so
#8 32.52   CCLD     GSM_SystemInformation_part_2.so
#8 32.52   CCLD     GSM_SystemInformation_part_3.so
#8 32.53   CCLD     GSM_SystemInformation_part_4.so
#8 32.53   CCLD     GSM_SystemInformation_part_5.so
#8 32.54   CCLD     GSM_SystemInformation_part_6.so
#8 32.55   CCLD     GSM_SystemInformation_part_7.so
#8 32.55   CCLD     GSM_Types_part_1.so
#8 32.55   CCLD     GSM_Types_part_2.so
#8 32.56   CCLD     GSM_Types_part_3.so
#8 32.57   CCLD     GSM_Types_part_4.so
#8 32.57   CCLD     GSM_Types_part_5.so
#8 32.58   CCLD     GSM_Types_part_6.so
#8 32.58   CCLD     GSM_Types_part_7.so
#8 32.59   CCLD     General_Types_part_1.so
#8 32.60   CCLD     General_Types_part_2.so
#8 32.60   CCLD     General_Types_part_3.so
#8 32.60   CCLD     General_Types_part_4.so
#8 32.60   CCLD     General_Types_part_5.so
#8 32.61   CCLD     General_Types_part_6.so
#8 32.61   CCLD     General_Types_part_7.so
#8 32.61   CCLD     IPA_CodecPort_part_1.so
#8 32.62   CCLD     IPA_CodecPort_part_2.so
#8 32.62   CCLD     IPA_CodecPort_part_3.so
#8 32.63   CCLD     IPA_CodecPort_part_4.so
#8 32.63   CCLD     IPA_CodecPort_part_5.so
#8 32.63   CCLD     IPA_CodecPort_part_6.so
#8 32.64   CCLD     IPA_CodecPort_part_7.so
#8 32.64   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 32.64   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 32.64   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 32.65   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 32.65   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 32.65   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 32.65   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 32.66   CCLD     IPA_Testing_part_1.so
#8 32.67   CCLD     IPA_Testing_part_2.so
#8 32.67   CCLD     IPA_Testing_part_3.so
#8 32.67   CCLD     IPA_Testing_part_4.so
#8 32.67   CCLD     IPA_Testing_part_5.so
#8 32.68   CCLD     IPA_Testing_part_6.so
#8 32.68   CCLD     IPA_Testing_part_7.so
#8 32.68   CCLD     IPA_Types_part_1.so
#8 32.68   CCLD     IPA_Types_part_2.so
#8 32.68   CCLD     IPA_Types_part_3.so
#8 32.68   CCLD     IPA_Types_part_4.so
#8 32.68   CCLD     IPA_Types_part_5.so
#8 32.70   CCLD     IPA_Types_part_6.so
#8 32.70   CCLD     IPA_Types_part_7.so
#8 32.70   CCLD     IPL4asp_Functions_part_1.so
#8 32.70   CCLD     IPL4asp_Functions_part_2.so
#8 32.70   CCLD     IPL4asp_Functions_part_3.so
#8 32.70   CCLD     IPL4asp_Functions_part_4.so
#8 32.71   CCLD     IPL4asp_Functions_part_5.so
#8 32.71   CCLD     IPL4asp_Functions_part_6.so
#8 32.71   CCLD     IPL4asp_Functions_part_7.so
#8 32.71   CCLD     IPL4asp_PortType_part_1.so
#8 32.71   CCLD     IPL4asp_PortType_part_2.so
#8 32.72   CCLD     IPL4asp_PortType_part_3.so
#8 32.72   CCLD     IPL4asp_PortType_part_4.so
#8 32.73   CCLD     IPL4asp_PortType_part_5.so
#8 32.74   CCLD     IPL4asp_PortType_part_6.so
#8 32.74   CCLD     IPL4asp_PortType_part_7.so
#8 32.74   CCLD     IPL4asp_Types_part_1.so
#8 32.74   CCLD     IPL4asp_Types_part_2.so
#8 32.74   CCLD     IPL4asp_Types_part_3.so
#8 32.74   CCLD     IPL4asp_Types_part_4.so
#8 32.74   CCLD     IPL4asp_Types_part_5.so
#8 32.74   CCLD     IPL4asp_Types_part_6.so
#8 32.75   CCLD     IPL4asp_Types_part_7.so
#8 32.75   CCLD     IuUP_Emulation_part_1.so
#8 32.75   CCLD     IuUP_Emulation_part_2.so
#8 32.77   CCLD     IuUP_Emulation_part_3.so
#8 32.77   CCLD     IuUP_Emulation_part_4.so
#8 32.77   CCLD     IuUP_Emulation_part_5.so
#8 32.77   CCLD     IuUP_Emulation_part_6.so
#8 32.77   CCLD     IuUP_Emulation_part_7.so
#8 32.77   CCLD     IuUP_Types_part_1.so
#8 32.77   CCLD     IuUP_Types_part_2.so
#8 32.78   CCLD     IuUP_Types_part_3.so
#8 32.78   CCLD     IuUP_Types_part_4.so
#8 32.79   CCLD     IuUP_Types_part_5.so
#8 32.79   CCLD     IuUP_Types_part_6.so
#8 32.79   CCLD     IuUP_Types_part_7.so
#8 32.79   CCLD     L1CTL_PortType_part_1.so
#8 32.79   CCLD     L1CTL_PortType_part_2.so
#8 32.79   CCLD     L1CTL_PortType_part_3.so
#8 32.80   CCLD     L1CTL_PortType_part_4.so
#8 32.80   CCLD     L1CTL_PortType_part_5.so
#8 32.80   CCLD     L1CTL_PortType_part_6.so
#8 32.80   CCLD     L1CTL_PortType_part_7.so
#8 32.81   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.81   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.82   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.82   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.82   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.82   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.82   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.83   CCLD     L1CTL_Types_part_1.so
#8 32.83   CCLD     L1CTL_Types_part_2.so
#8 32.83   CCLD     L1CTL_Types_part_3.so
#8 32.83   CCLD     L1CTL_Types_part_4.so
#8 32.83   CCLD     L1CTL_Types_part_5.so
#8 32.83   CCLD     L1CTL_Types_part_6.so
#8 32.84   CCLD     L1CTL_Types_part_7.so
#8 32.84   CCLD     L3_Common_part_1.so
#8 32.86   CCLD     L3_Common_part_2.so
#8 32.86   CCLD     L3_Common_part_3.so
#8 32.86   CCLD     L3_Common_part_4.so
#8 32.86   CCLD     L3_Common_part_5.so
#8 32.86   CCLD     L3_Common_part_6.so
#8 32.86   CCLD     L3_Common_part_7.so
#8 32.86   CCLD     L3_Templates_part_1.so
#8 32.86   CCLD     L3_Templates_part_2.so
#8 32.87   CCLD     L3_Templates_part_3.so
#8 32.87   CCLD     L3_Templates_part_4.so
#8 32.89   CCLD     L3_Templates_part_5.so
#8 32.89   CCLD     L3_Templates_part_6.so
#8 32.89   CCLD     L3_Templates_part_7.so
#8 32.89   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.89   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.89   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.89   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.90   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.90   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.91   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.91   CCLD     LAPDm_Types_part_1.so
#8 32.92   CCLD     LAPDm_Types_part_2.so
#8 32.92   CCLD     LAPDm_Types_part_3.so
#8 32.92   CCLD     LAPDm_Types_part_4.so
#8 32.92   CCLD     LAPDm_Types_part_5.so
#8 32.92   CCLD     LAPDm_Types_part_6.so
#8 32.92   CCLD     LAPDm_Types_part_7.so
#8 32.92   CCLD     Misc_Helpers_part_1.so
#8 32.93   CCLD     Misc_Helpers_part_2.so
#8 32.93   CCLD     Misc_Helpers_part_3.so
#8 32.94   CCLD     Misc_Helpers_part_4.so
#8 32.94   CCLD     Misc_Helpers_part_5.so
#8 32.95   CCLD     Misc_Helpers_part_6.so
#8 32.95   CCLD     Misc_Helpers_part_7.so
#8 32.95   CCLD     MobileL3_CC_Types_part_1.so
#8 32.95   CCLD     MobileL3_CC_Types_part_2.so
#8 32.95   CCLD     MobileL3_CC_Types_part_3.so
#8 32.95   CCLD     MobileL3_CC_Types_part_4.so
#8 32.95   CCLD     MobileL3_CC_Types_part_5.so
#8 32.96   CCLD     MobileL3_CC_Types_part_6.so
#8 32.96   CCLD     MobileL3_CC_Types_part_7.so
#8 32.97   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.97   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.97   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.97   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.97   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 33.00   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 33.00   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 33.00   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 33.03   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 33.03   CCLD     MobileL3_MM_Types_part_1.so
#8 33.13   CCLD     MobileL3_MM_Types_part_2.so
#8 33.16   CCLD     MobileL3_MM_Types_part_3.so
#8 33.16   CCLD     MobileL3_MM_Types_part_4.so
#8 33.17   CCLD     MobileL3_MM_Types_part_5.so
#8 33.18   CCLD     MobileL3_MM_Types_part_6.so
#8 33.18   CCLD     MobileL3_MM_Types_part_7.so
#8 33.19   CCLD     MobileL3_RRM_Types_part_1.so
#8 33.19   CCLD     MobileL3_RRM_Types_part_2.so
#8 33.19   CCLD     MobileL3_RRM_Types_part_3.so
#8 33.19   CCLD     MobileL3_RRM_Types_part_4.so
#8 33.19   CCLD     MobileL3_RRM_Types_part_5.so
#8 33.20   CCLD     MobileL3_RRM_Types_part_6.so
#8 33.20   CCLD     MobileL3_RRM_Types_part_7.so
#8 33.21   CCLD     MobileL3_SMS_Types_part_1.so
#8 33.21   CCLD     MobileL3_SMS_Types_part_2.so
#8 33.21   CCLD     MobileL3_SMS_Types_part_3.so
#8 33.22   CCLD     MobileL3_SMS_Types_part_4.so
#8 33.23   CCLD     MobileL3_SMS_Types_part_5.so
#8 33.23   CCLD     MobileL3_SMS_Types_part_6.so
#8 33.24   CCLD     MobileL3_SMS_Types_part_7.so
#8 33.24   CCLD     MobileL3_SS_Types_part_1.so
#8 33.25   CCLD     MobileL3_SS_Types_part_2.so
#8 33.25   CCLD     MobileL3_SS_Types_part_3.so
#8 33.25   CCLD     MobileL3_SS_Types_part_4.so
#8 33.26   CCLD     MobileL3_SS_Types_part_5.so
#8 33.27   CCLD     MobileL3_SS_Types_part_6.so
#8 33.27   CCLD     MobileL3_SS_Types_part_7.so
#8 33.28   CCLD     MobileL3_Types_part_1.so
#8 33.28   CCLD     MobileL3_Types_part_2.so
#8 33.28   CCLD     MobileL3_Types_part_3.so
#8 33.29   CCLD     MobileL3_Types_part_4.so
#8 33.30   CCLD     MobileL3_Types_part_5.so
#8 33.31   CCLD     MobileL3_Types_part_6.so
#8 33.31   CCLD     MobileL3_Types_part_7.so
#8 33.31   CCLD     Native_Functions_part_1.so
#8 33.31   CCLD     Native_Functions_part_2.so
#8 33.32   CCLD     Native_Functions_part_3.so
#8 33.32   CCLD     Native_Functions_part_4.so
#8 33.33   CCLD     Native_Functions_part_5.so
#8 33.34   CCLD     Native_Functions_part_6.so
#8 33.34   CCLD     Native_Functions_part_7.so
#8 33.34   CCLD     OSMUX_CodecPort_part_1.so
#8 33.34   CCLD     OSMUX_CodecPort_part_2.so
#8 33.35   CCLD     OSMUX_CodecPort_part_3.so
#8 33.35   CCLD     OSMUX_CodecPort_part_4.so
#8 33.35   CCLD     OSMUX_CodecPort_part_5.so
#8 33.36   CCLD     OSMUX_CodecPort_part_6.so
#8 33.36   CCLD     OSMUX_CodecPort_part_7.so
#8 33.36   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 33.37   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 33.37   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 33.37   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 33.37   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 33.38   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 33.39   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 33.39   CCLD     OSMUX_Emulation_part_1.so
#8 33.39   CCLD     OSMUX_Emulation_part_2.so
#8 33.39   CCLD     OSMUX_Emulation_part_3.so
#8 33.39   CCLD     OSMUX_Emulation_part_4.so
#8 33.40   CCLD     OSMUX_Emulation_part_5.so
#8 33.40   CCLD     OSMUX_Emulation_part_6.so
#8 33.40   CCLD     OSMUX_Emulation_part_7.so
#8 33.40   CCLD     OSMUX_Types_part_1.so
#8 33.40   CCLD     OSMUX_Types_part_2.so
#8 33.42   CCLD     OSMUX_Types_part_3.so
#8 33.42   CCLD     OSMUX_Types_part_4.so
#8 33.42   CCLD     OSMUX_Types_part_5.so
#8 33.42   CCLD     OSMUX_Types_part_6.so
#8 33.42   CCLD     OSMUX_Types_part_7.so
#8 33.42   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 33.42   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 33.43   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 33.43   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 33.43   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 33.43   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 33.45   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 33.45   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 33.46   CCLD     Osmocom_CTRL_Types_part_1.so
#8 33.46   CCLD     Osmocom_CTRL_Types_part_2.so
#8 33.46   CCLD     Osmocom_CTRL_Types_part_3.so
#8 33.47   CCLD     Osmocom_CTRL_Types_part_4.so
#8 33.48   CCLD     Osmocom_CTRL_Types_part_5.so
#8 33.48   CCLD     Osmocom_CTRL_Types_part_6.so
#8 33.48   CCLD     Osmocom_CTRL_Types_part_7.so
#8 33.48   CCLD     Osmocom_Types_part_1.so
#8 33.48   CCLD     Osmocom_Types_part_2.so
#8 33.48   CCLD     Osmocom_Types_part_3.so
#8 33.48   CCLD     Osmocom_Types_part_4.so
#8 33.48   CCLD     Osmocom_Types_part_5.so
#8 33.48   CCLD     Osmocom_Types_part_6.so
#8 33.48   CCLD     Osmocom_Types_part_7.so
#8 33.50   CCLD     Osmocom_VTY_Functions_part_1.so
#8 33.50   CCLD     Osmocom_VTY_Functions_part_2.so
#8 33.51   CCLD     Osmocom_VTY_Functions_part_3.so
#8 33.51   CCLD     Osmocom_VTY_Functions_part_4.so
#8 33.51   CCLD     Osmocom_VTY_Functions_part_5.so
#8 33.51   CCLD     Osmocom_VTY_Functions_part_6.so
#8 33.51   CCLD     Osmocom_VTY_Functions_part_7.so
#8 33.51   CCLD     PCUIF_CodecPort_part_1.so
#8 33.51   CCLD     PCUIF_CodecPort_part_2.so
#8 33.51   CCLD     PCUIF_CodecPort_part_3.so
#8 33.51   CCLD     PCUIF_CodecPort_part_4.so
#8 33.52   CCLD     PCUIF_CodecPort_part_5.so
#8 33.52   CCLD     PCUIF_CodecPort_part_6.so
#8 33.53   CCLD     PCUIF_CodecPort_part_7.so
#8 33.53   CCLD     PCUIF_Types_part_1.so
#8 33.53   CCLD     PCUIF_Types_part_2.so
#8 33.53   CCLD     PCUIF_Types_part_3.so
#8 33.53   CCLD     PCUIF_Types_part_4.so
#8 33.54   CCLD     PCUIF_Types_part_5.so
#8 33.55   CCLD     PCUIF_Types_part_6.so
#8 33.55   CCLD     PCUIF_Types_part_7.so
#8 33.55   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 33.55   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 33.55   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 33.55   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 33.55   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 33.56   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 33.56   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 33.56   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 33.56   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 33.58   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 33.58   CCLD     RLCMAC_Templates_part_1.so
#8 33.58   CCLD     RLCMAC_Templates_part_2.so
#8 33.58   CCLD     RLCMAC_Templates_part_3.so
#8 33.58   CCLD     RLCMAC_Templates_part_4.so
#8 33.58   CCLD     RLCMAC_Templates_part_5.so
#8 33.58   CCLD     RLCMAC_Templates_part_6.so
#8 33.59   CCLD     RLCMAC_Templates_part_7.so
#8 33.59   CCLD     RLCMAC_Types_part_1.so
#8 33.61   CCLD     RLCMAC_Types_part_2.so
#8 33.61   CCLD     RLCMAC_Types_part_3.so
#8 33.61   CCLD     RLCMAC_Types_part_4.so
#8 33.61   CCLD     RLCMAC_Types_part_5.so
#8 33.61   CCLD     RLCMAC_Types_part_6.so
#8 33.61   CCLD     RLCMAC_Types_part_7.so
#8 33.61   CCLD     RSL_Emulation_part_1.so
#8 33.62   CCLD     RSL_Emulation_part_2.so
#8 33.62   CCLD     RSL_Emulation_part_3.so
#8 33.62   CCLD     RSL_Emulation_part_4.so
#8 33.64   CCLD     RSL_Emulation_part_5.so
#8 33.64   CCLD     RSL_Emulation_part_6.so
#8 33.64   CCLD     RSL_Types_part_2.so
#8 33.64   CCLD     RSL_Emulation_part_7.so
#8 33.64   CCLD     RSL_Types_part_3.so
#8 33.64   CCLD     RSL_Types_part_4.so
#8 33.65   CCLD     RSL_Types_part_5.so
#8 33.65   CCLD     RSL_Types_part_6.so
#8 33.66   CCLD     RSL_Types_part_7.so
#8 33.66   CCLD     RTP_CodecPort_part_1.so
#8 33.66   CCLD     RTP_CodecPort_part_2.so
#8 33.67   CCLD     RTP_CodecPort_part_3.so
#8 33.67   CCLD     RTP_CodecPort_part_4.so
#8 33.67   CCLD     RTP_CodecPort_part_5.so
#8 33.67   CCLD     RTP_CodecPort_part_6.so
#8 33.68   CCLD     RTP_CodecPort_part_7.so
#8 33.68   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 33.69   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 33.69   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 33.69   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 33.70   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 33.70   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 33.71   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 33.71   CCLD     RTP_Emulation_part_1.so
#8 33.71   CCLD     RTP_Emulation_part_2.so
#8 33.71   CCLD     RTP_Emulation_part_3.so
#8 33.72   CCLD     RTP_Emulation_part_4.so
#8 33.72   CCLD     RTP_Emulation_part_5.so
#8 33.72   CCLD     RTP_Emulation_part_6.so
#8 33.72   CCLD     RTP_Emulation_part_7.so
#8 33.73   CCLD     RTP_Types_part_2.so
#8 33.74   CCLD     RTP_Types_part_3.so
#8 33.74   CCLD     RTP_Types_part_4.so
#8 33.74   CCLD     RTP_Types_part_5.so
#8 33.74   CCLD     RTP_Types_part_6.so
#8 33.74   CCLD     RTP_Types_part_7.so
#8 33.74   CCLD     Socket_API_Definitions_part_1.so
#8 33.74   CCLD     Socket_API_Definitions_part_2.so
#8 33.74   CCLD     Socket_API_Definitions_part_3.so
#8 33.75   CCLD     Socket_API_Definitions_part_4.so
#8 33.75   CCLD     Socket_API_Definitions_part_5.so
#8 33.75   CCLD     Socket_API_Definitions_part_6.so
#8 33.76   CCLD     Socket_API_Definitions_part_7.so
#8 33.76   CCLD     TCCConversion_Functions_part_1.so
#8 33.77   CCLD     TCCConversion_Functions_part_2.so
#8 33.77   CCLD     TCCConversion_Functions_part_3.so
#8 33.77   CCLD     TCCConversion_Functions_part_4.so
#8 33.77   CCLD     TCCConversion_Functions_part_5.so
#8 33.78   CCLD     TCCConversion_Functions_part_6.so
#8 33.78   CCLD     TCCConversion_Functions_part_7.so
#8 33.78   CCLD     TCCInterface_Functions_part_1.so
#8 33.78   CCLD     TCCInterface_Functions_part_2.so
#8 33.78   CCLD     TCCInterface_Functions_part_3.so
#8 33.78   CCLD     TCCInterface_Functions_part_4.so
#8 33.78   CCLD     TCCInterface_Functions_part_5.so
#8 33.80   CCLD     TCCInterface_Functions_part_6.so
#8 33.80   CCLD     TCCInterface_Functions_part_7.so
#8 33.80   CCLD     TELNETasp_PortType_part_1.so
#8 33.81   CCLD     TELNETasp_PortType_part_2.so
#8 33.81   CCLD     TELNETasp_PortType_part_3.so
#8 33.81   CCLD     TELNETasp_PortType_part_4.so
#8 33.81   CCLD     TELNETasp_PortType_part_5.so
#8 33.81   CCLD     TELNETasp_PortType_part_6.so
#8 33.81   CCLD     TELNETasp_PortType_part_7.so
#8 33.81   CCLD     TRXC_CodecPort_part_1.so
#8 33.81   CCLD     TRXC_CodecPort_part_2.so
#8 33.83   CCLD     TRXC_CodecPort_part_3.so
#8 33.83   CCLD     TRXC_CodecPort_part_4.so
#8 33.84   CCLD     TRXC_CodecPort_part_5.so
#8 33.84   CCLD     TRXC_CodecPort_part_6.so
#8 33.84   CCLD     TRXC_CodecPort_part_7.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.84   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.85   CCLD     TRXC_Types_part_1.so
#8 33.85   CCLD     TRXC_Types_part_2.so
#8 33.86   CCLD     TRXC_Types_part_3.so
#8 33.86   CCLD     TRXC_Types_part_4.so
#8 33.86   CCLD     TRXC_Types_part_5.so
#8 33.86   CCLD     TRXC_Types_part_6.so
#8 33.86   CCLD     TRXC_Types_part_7.so
#8 33.87   CCLD     UD_PortType_part_1.so
#8 33.87   CCLD     UD_PortType_part_2.so
#8 33.87   CCLD     UD_PortType_part_3.so
#8 33.87   CCLD     UD_PortType_part_4.so
#8 33.87   CCLD     UD_PortType_part_5.so
#8 33.87   CCLD     UD_PortType_part_6.so
#8 33.87   CCLD     UD_PortType_part_7.so
#8 33.88   CCLD     UD_Types_part_1.so
#8 33.88   CCLD     UD_Types_part_2.so
#8 33.88   CCLD     UD_Types_part_3.so
#8 33.89   CCLD     UD_Types_part_4.so
#8 33.89   CCLD     UD_Types_part_5.so
#8 33.89   CCLD     UD_Types_part_6.so
#8 33.89   CCLD     UD_Types_part_7.so
#8 33.89   CCLD     IPA_Emulation_part_1.so
#8 33.89   CCLD     IPA_Emulation_part_2.so
#8 33.90   CCLD     IPA_Emulation_part_3.so
#8 33.90   CCLD     IPA_Emulation_part_4.so
#8 33.90   CCLD     IPA_Emulation_part_5.so
#8 33.91   CCLD     IPA_Emulation_part_6.so
#8 33.91   CCLD     IPA_Emulation_part_7.so
#8 33.91   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.91   CCLD     IPL4asp_PT.so
#8 33.92   CCLD     IPL4asp_discovery.so
#8 33.92   CCLD     IuUP_EncDec.so
#8 33.92   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.92   CCLD     Native_FunctionDefs.so
#8 33.92   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.92   CCLD     RLCMAC_EncDec.so
#8 33.92   CCLD     RTP_EncDec.so
#8 33.92   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.92   CCLD     TCCConversion.so
#8 33.93   CCLD     TCCInterface.so
#8 33.95   CCLD     TELNETasp_PT.so
#8 33.95   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.95   CCLD     UD_PT.so
#8 33.96   CCLD     RTP_Types_part_1.so
#8 34.42   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.44   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 34.47   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.48   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 34.77   CCLD     IPA_Emulation.so
#8 35.20   CCLD     RSL_Types_part_1.so
#8 35.24   CCLD     BTS_Tests
#8 35.59 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.9s

#9 [4/4] COPY	GENERIC/BTS_TESTS.CFG /data/BTS_Tests.cfg
#9 DONE 0.2s

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.5s done
#10 writing image sha256:1b797357e94f1b852498069014d6d7a9c6a3699ead9908f96447efa7092f9491 done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.5s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
+ docker push registry.osmocom.org/osmocom-build/ttcn3-bts-test
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
6bf863cf2d85: Preparing
51c7236c46d9: Preparing
543324c48cd7: Preparing
0130fcd10c09: Preparing
87793f03a795: Preparing
159a4598d269: Preparing
40794e426cea: Preparing
b3af051b3104: Preparing
2ed1b8b97cae: Preparing
34acd357e607: Preparing
46b09e1ff7f6: Preparing
739464d261f5: Preparing
07dcb5e16006: Preparing
29efadc38869: Preparing
6115eb01e609: Preparing
d7e26f5303d5: Preparing
554d809c94d7: Preparing
9ef16902ff00: Preparing
175a19836175: Preparing
d7e26f5303d5: Waiting
739464d261f5: Waiting
b3af051b3104: Waiting
554d809c94d7: Waiting
9ef16902ff00: Waiting
2ed1b8b97cae: Waiting
175a19836175: Waiting
34acd357e607: Waiting
07dcb5e16006: Waiting
46b09e1ff7f6: Waiting
6115eb01e609: Waiting
40794e426cea: Waiting
159a4598d269: Waiting
29efadc38869: Waiting
87793f03a795: Layer already exists
0130fcd10c09: Layer already exists
40794e426cea: Layer already exists
159a4598d269: Layer already exists
b3af051b3104: Layer already exists
2ed1b8b97cae: Layer already exists
46b09e1ff7f6: Layer already exists
34acd357e607: Layer already exists
07dcb5e16006: Layer already exists
739464d261f5: Layer already exists
29efadc38869: Layer already exists
6115eb01e609: Layer already exists
d7e26f5303d5: Layer already exists
554d809c94d7: Layer already exists
543324c48cd7: Pushed
175a19836175: Layer already exists
9ef16902ff00: Layer already exists
6bf863cf2d85: Pushed
51c7236c46d9: Pushed
latest: digest: sha256:eadbb6f7c6525e13dc5fb7c081d1169b7d95af160e42def6d696cfdf315d095d size: 4289
Finished: SUCCESS