Skip to content
Success

Console Output

Skipping 224 KB.. Full Log
#8 0.978     --diff-algorithm <algorithm>
#8 0.978                           choose a diff algorithm
#8 0.978     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.978     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.978     --word-diff-regex <regex>
#8 0.978                           use <regex> to decide what a word is
#8 0.978     --color-words[=<regex>]
#8 0.978                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.978     --color-moved[=<mode>]
#8 0.978                           moved lines of code are colored differently
#8 0.978     --color-moved-ws <mode>
#8 0.978                           how white spaces are ignored in --color-moved
#8 0.978 
#8 0.978 Other diff options
#8 0.978     --relative[=<prefix>]
#8 0.978                           when run from subdir, exclude changes outside and show relative paths
#8 0.978     -a, --text            treat all files as text
#8 0.978     -R                    swap two inputs, reverse the diff
#8 0.978     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.978     --quiet               disable all output of the program
#8 0.978     --ext-diff            allow an external diff helper to be executed
#8 0.978     --textconv            run external text conversion filters when comparing binary files
#8 0.978     --ignore-submodules[=<when>]
#8 0.978                           ignore changes to submodules in the diff generation
#8 0.978     --submodule[=<format>]
#8 0.978                           specify how differences in submodules are shown
#8 0.978     --ita-invisible-in-index
#8 0.978                           hide 'git add -N' entries from the index
#8 0.978     --ita-visible-in-index
#8 0.978                           treat 'git add -N' entries as real in the index
#8 0.978     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.978     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.978     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.978     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.978     -O <file>             control the order in which files appear in the output
#8 0.978     --rotate-to <path>    show the change in the specified path first
#8 0.978     --skip-to <path>      skip the output to the specified path
#8 0.978     --find-object <object-id>
#8 0.978                           look for differences that change the number of occurrences of the specified object
#8 0.978     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.978                           select files by diff type
#8 0.978     --output <file>       output to a specific file
#8 0.978 
#8 0.983 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP'
#8 0.983 To add an exception for this directory, call:
#8 0.983 
#8 0.983 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP
#8 0.988 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP'
#8 0.988 To add an exception for this directory, call:
#8 0.988 
#8 0.988 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP
#8 0.992 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.992 usage: git diff --no-index [<options>] <path> <path>
#8 0.992 
#8 0.992 Diff output format options
#8 0.992     -p, --patch           generate patch
#8 0.992     -s, --no-patch        suppress diff output
#8 0.992     -u                    generate patch
#8 0.992     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.992     -W, --function-context
#8 0.992                           generate diffs with <n> lines context
#8 0.992     --raw                 generate the diff in raw format
#8 0.992     --patch-with-raw      synonym for '-p --raw'
#8 0.992     --patch-with-stat     synonym for '-p --stat'
#8 0.992     --numstat             machine friendly --stat
#8 0.992     --shortstat           output only the last line of --stat
#8 0.992     -X, --dirstat[=<param1,param2>...]
#8 0.992                           output the distribution of relative amount of changes for each sub-directory
#8 0.992     --cumulative          synonym for --dirstat=cumulative
#8 0.992     --dirstat-by-file[=<param1,param2>...]
#8 0.992                           synonym for --dirstat=files,param1,param2...
#8 0.992     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.992     --summary             condensed summary such as creations, renames and mode changes
#8 0.992     --name-only           show only names of changed files
#8 0.992     --name-status         show only names and status of changed files
#8 0.992     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.992                           generate diffstat
#8 0.992     --stat-width <width>  generate diffstat with a given width
#8 0.992     --stat-name-width <width>
#8 0.992                           generate diffstat with a given name width
#8 0.992     --stat-graph-width <width>
#8 0.992                           generate diffstat with a given graph width
#8 0.992     --stat-count <count>  generate diffstat with limited lines
#8 0.992     --compact-summary     generate compact summary in diffstat
#8 0.992     --binary              output a binary diff that can be applied
#8 0.992     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.992     --color[=<when>]      show colored diff
#8 0.992     --ws-error-highlight <kind>
#8 0.992                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.992     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.992     --abbrev[=<n>]        use <n> digits to display object names
#8 0.992     --src-prefix <prefix>
#8 0.992                           show the given source prefix instead of "a/"
#8 0.992     --dst-prefix <prefix>
#8 0.992                           show the given destination prefix instead of "b/"
#8 0.992     --line-prefix <prefix>
#8 0.992                           prepend an additional prefix to every line of output
#8 0.992     --no-prefix           do not show any source or destination prefix
#8 0.992     --inter-hunk-context <n>
#8 0.992                           show context between diff hunks up to the specified number of lines
#8 0.992     --output-indicator-new <char>
#8 0.992                           specify the character to indicate a new line instead of '+'
#8 0.992     --output-indicator-old <char>
#8 0.992                           specify the character to indicate an old line instead of '-'
#8 0.992     --output-indicator-context <char>
#8 0.992                           specify the character to indicate a context instead of ' '
#8 0.992 
#8 0.992 Diff rename options
#8 0.992     -B, --break-rewrites[=<n>[/<m>]]
#8 0.992                           break complete rewrite changes into pairs of delete and create
#8 0.992     -M, --find-renames[=<n>]
#8 0.992                           detect renames
#8 0.992     -D, --irreversible-delete
#8 0.992                           omit the preimage for deletes
#8 0.992     -C, --find-copies[=<n>]
#8 0.992                           detect copies
#8 0.992     --find-copies-harder  use unmodified files as source to find copies
#8 0.992     --no-renames          disable rename detection
#8 0.992     --rename-empty        use empty blobs as rename source
#8 0.992     --follow              continue listing the history of a file beyond renames
#8 0.992     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.992 
#8 0.992 Diff algorithm options
#8 0.992     --minimal             produce the smallest possible diff
#8 0.992     -w, --ignore-all-space
#8 0.992                           ignore whitespace when comparing lines
#8 0.992     -b, --ignore-space-change
#8 0.992                           ignore changes in amount of whitespace
#8 0.992     --ignore-space-at-eol
#8 0.992                           ignore changes in whitespace at EOL
#8 0.992     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.992     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.992     -I, --ignore-matching-lines <regex>
#8 0.992                           ignore changes whose all lines match <regex>
#8 0.992     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.992     --patience            generate diff using the "patience diff" algorithm
#8 0.992     --histogram           generate diff using the "histogram diff" algorithm
#8 0.992     --diff-algorithm <algorithm>
#8 0.992                           choose a diff algorithm
#8 0.992     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.992     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.992     --word-diff-regex <regex>
#8 0.992                           use <regex> to decide what a word is
#8 0.992     --color-words[=<regex>]
#8 0.992                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.992     --color-moved[=<mode>]
#8 0.992                           moved lines of code are colored differently
#8 0.992     --color-moved-ws <mode>
#8 0.992                           how white spaces are ignored in --color-moved
#8 0.992 
#8 0.992 Other diff options
#8 0.992     --relative[=<prefix>]
#8 0.992                           when run from subdir, exclude changes outside and show relative paths
#8 0.992     -a, --text            treat all files as text
#8 0.992     -R                    swap two inputs, reverse the diff
#8 0.992     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.992     --quiet               disable all output of the program
#8 0.992     --ext-diff            allow an external diff helper to be executed
#8 0.992     --textconv            run external text conversion filters when comparing binary files
#8 0.992     --ignore-submodules[=<when>]
#8 0.992                           ignore changes to submodules in the diff generation
#8 0.992     --submodule[=<format>]
#8 0.992                           specify how differences in submodules are shown
#8 0.992     --ita-invisible-in-index
#8 0.992                           hide 'git add -N' entries from the index
#8 0.992     --ita-visible-in-index
#8 0.992                           treat 'git add -N' entries as real in the index
#8 0.992     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.992     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.992     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.992     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.992     -O <file>             control the order in which files appear in the output
#8 0.992     --rotate-to <path>    show the change in the specified path first
#8 0.992     --skip-to <path>      skip the output to the specified path
#8 0.992     --find-object <object-id>
#8 0.992                           look for differences that change the number of occurrences of the specified object
#8 0.992     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.992                           select files by diff type
#8 0.992     --output <file>       output to a specific file
#8 0.992 
#8 0.996 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA'
#8 0.996 To add an exception for this directory, call:
#8 0.996 
#8 0.996 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA
#8 1.002 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA'
#8 1.002 To add an exception for this directory, call:
#8 1.002 
#8 1.002 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA
#8 1.005 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.005 usage: git diff --no-index [<options>] <path> <path>
#8 1.005 
#8 1.005 Diff output format options
#8 1.005     -p, --patch           generate patch
#8 1.005     -s, --no-patch        suppress diff output
#8 1.005     -u                    generate patch
#8 1.005     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.005     -W, --function-context
#8 1.005                           generate diffs with <n> lines context
#8 1.005     --raw                 generate the diff in raw format
#8 1.005     --patch-with-raw      synonym for '-p --raw'
#8 1.005     --patch-with-stat     synonym for '-p --stat'
#8 1.005     --numstat             machine friendly --stat
#8 1.005     --shortstat           output only the last line of --stat
#8 1.005     -X, --dirstat[=<param1,param2>...]
#8 1.005                           output the distribution of relative amount of changes for each sub-directory
#8 1.005     --cumulative          synonym for --dirstat=cumulative
#8 1.005     --dirstat-by-file[=<param1,param2>...]
#8 1.005                           synonym for --dirstat=files,param1,param2...
#8 1.005     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.005     --summary             condensed summary such as creations, renames and mode changes
#8 1.005     --name-only           show only names of changed files
#8 1.005     --name-status         show only names and status of changed files
#8 1.005     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.005                           generate diffstat
#8 1.005     --stat-width <width>  generate diffstat with a given width
#8 1.005     --stat-name-width <width>
#8 1.005                           generate diffstat with a given name width
#8 1.005     --stat-graph-width <width>
#8 1.005                           generate diffstat with a given graph width
#8 1.005     --stat-count <count>  generate diffstat with limited lines
#8 1.005     --compact-summary     generate compact summary in diffstat
#8 1.005     --binary              output a bina
#8 1.005 [output clipped, log limit 200KiB/s reached]
#8 1.086 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.086 usage: git diff --no-index [<options>] <path> <path>
#8 1.086 
#8 1.086 Diff output format options
#8 1.086     -p, --patch           generate patch
#8 1.086     -s, --no-patch        suppress diff output
#8 1.086     -u                    generate patch
#8 1.086     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.086     -W, --function-context
#8 1.086                           generate diffs with <n> lines context
#8 1.086     --raw                 generate the diff in raw format
#8 1.086     --patch-with-raw      synonym for '-p --raw'
#8 1.086     --patch-with-stat     synonym for '-p --stat'
#8 1.086     --numstat             machine friendly --stat
#8 1.086     --shortstat           output only the last line of --stat
#8 1.086     -X, --dirstat[=<param1,param2>...]
#8 1.086                           output the distribution of relative amount of changes for each sub-directory
#8 1.086     --cumulative          synonym for --dirstat=cumulative
#8 1.086     --dirstat-by-file[=<param1,param2>...]
#8 1.086                           synonym for --dirstat=files,param1,param2...
#8 1.086     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.086     --summary             condensed summary such as creations, renames and mode changes
#8 1.086     --name-only           show only names of changed files
#8 1.086     --name-status         show only names and status of changed files
#8 1.086     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.086                           generate diffstat
#8 1.086     --stat-width <width>  generate diffstat with a given width
#8 1.086     --stat-name-width <width>
#8 1.086                           generate diffstat with a given name width
#8 1.086     --stat-graph-width <width>
#8 1.086                           generate diffstat with a given graph width
#8 1.086     --stat-count <count>  generate diffstat with limited lines
#8 1.086     --compact-summary     generate compact summary in diffstat
#8 1.086     --binary              output a binary diff that can be applied
#8 1.086     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.086     --color[=<when>]      show colored diff
#8 1.086     --ws-error-highlight <kind>
#8 1.086                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.086     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.086     --abbrev[=<n>]        use <n> digits to display object names
#8 1.086     --src-prefix <prefix>
#8 1.086                           show the given source prefix instead of "a/"
#8 1.086     --dst-prefix <prefix>
#8 1.086                           show the given destination prefix instead of "b/"
#8 1.086     --line-prefix <prefix>
#8 1.086                           prepend an additional prefix to every line of output
#8 1.086     --no-prefix           do not show any source or destination prefix
#8 1.086     --inter-hunk-context <n>
#8 1.086                           show context between diff hunks up to the specified number of lines
#8 1.086     --output-indicator-new <char>
#8 1.086                           specify the character to indicate a new line instead of '+'
#8 1.086     --output-indicator-old <char>
#8 1.086                           specify the character to indicate an old line instead of '-'
#8 1.086     --output-indicator-context <char>
#8 1.086                           specify the character to indicate a context instead of ' '
#8 1.086 
#8 1.086 Diff rename options
#8 1.086     -B, --break-rewrites[=<n>[/<m>]]
#8 1.086                           break complete rewrite changes into pairs of delete and create
#8 1.086     -M, --find-renames[=<n>]
#8 1.086                           detect renames
#8 1.086     -D, --irreversible-delete
#8 1.086                           omit the preimage for deletes
#8 1.086     -C, --find-copies[=<n>]
#8 1.086                           detect copies
#8 1.086     --find-copies-harder  use unmodified files as source to find copies
#8 1.086     --no-renames          disable rename detection
#8 1.086     --rename-empty        use empty blobs as rename source
#8 1.086     --follow              continue listing the history of a file beyond renames
#8 1.086     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.086 
#8 1.086 Diff algorithm options
#8 1.086     --minimal             produce the smallest possible diff
#8 1.086     -w, --ignore-all-space
#8 1.086                           ignore whitespace when comparing lines
#8 1.086     -b, --ignore-space-change
#8 1.086                           ignore changes in amount of whitespace
#8 1.086     --ignore-space-at-eol
#8 1.086                           ignore changes in whitespace at EOL
#8 1.086     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.086     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.086     -I, --ignore-matching-lines <regex>
#8 1.086                           ignore changes whose all lines match <regex>
#8 1.086     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.086     --patience            generate diff using the "patience diff" algorithm
#8 1.086     --histogram           generate diff using the "histogram diff" algorithm
#8 1.086     --diff-algorithm <algorithm>
#8 1.086                           choose a diff algorithm
#8 1.086     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.086     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.086     --word-diff-regex <regex>
#8 1.086                           use <regex> to decide what a word is
#8 1.086     --color-words[=<regex>]
#8 1.086                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.086     --color-moved[=<mode>]
#8 1.086                           moved lines of code are colored differently
#8 1.086     --color-moved-ws <mode>
#8 1.086                           how white spaces are ignored in --color-moved
#8 1.086 
#8 1.086 Other diff options
#8 1.086     --relative[=<prefix>]
#8 1.086                           when run from subdir, exclude changes outside and show relative paths
#8 1.086     -a, --text            treat all files as text
#8 1.086     -R                    swap two inputs, reverse the diff
#8 1.086     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.086     --quiet               disable all output of the program
#8 1.086     --ext-diff            allow an external diff helper to be executed
#8 1.086     --textconv            run external text conversion filters when comparing binary files
#8 1.086     --ignore-submodules[=<when>]
#8 1.086                           ignore changes to submodules in the diff generation
#8 1.086     --submodule[=<format>]
#8 1.086                           specify how differences in submodules are shown
#8 1.086     --ita-invisible-in-index
#8 1.086                           hide 'git add -N' entries from the index
#8 1.086     --ita-visible-in-index
#8 1.086                           treat 'git add -N' entries as real in the index
#8 1.086     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.086     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.086     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.086     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.086     -O <file>             control the order in which files appear in the output
#8 1.086     --rotate-to <path>    show the change in the specified path first
#8 1.086     --skip-to <path>      skip the output to the specified path
#8 1.086     --find-object <object-id>
#8 1.086                           look for differences that change the number of occurrences of the specified object
#8 1.086     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.086                           select files by diff type
#8 1.086     --output <file>       output to a specific file
#8 1.086 
#8 1.087 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.087 To add an exception for this directory, call:
#8 1.087 
#8 1.087 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.088 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.088 To add an exception for this directory, call:
#8 1.088 
#8 1.088 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.089 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.089 usage: git diff --no-index [<options>] <path> <path>
#8 1.089 
#8 1.089 Diff output format options
#8 1.089     -p, --patch           generate patch
#8 1.089     -s, --no-patch        suppress diff output
#8 1.089     -u                    generate patch
#8 1.089     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.089     -W, --function-context
#8 1.089                           generate diffs with <n> lines context
#8 1.089     --raw                 generate the diff in raw format
#8 1.089     --patch-with-raw      synonym for '-p --raw'
#8 1.089     --patch-with-stat     synonym for '-p --stat'
#8 1.089     --numstat             machine friendly --stat
#8 1.089     --shortstat           output only the last line of --stat
#8 1.089     -X, --dirstat[=<param1,param2>...]
#8 1.089                           output the distribution of relative amount of changes for each sub-directory
#8 1.089     --cumulative          synonym for --dirstat=cumulative
#8 1.089     --dirstat-by-file[=<param1,param2>...]
#8 1.089                           synonym for --dirstat=files,param1,param2...
#8 1.089     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.089     --summary             condensed summary such as creations, renames and mode changes
#8 1.089     --name-only           show only names of changed files
#8 1.089     --name-status         show only names and status of changed files
#8 1.089     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.089                           generate diffstat
#8 1.089     --stat-width <width>  generate diffstat with a given width
#8 1.089     --stat-name-width <width>
#8 1.089                           generate diffstat with a given name width
#8 1.089     --stat-graph-width <width>
#8 1.089                           generate diffstat with a given graph width
#8 1.089     --stat-count <count>  generate diffstat with limited lines
#8 1.089     --compact-summary     generate compact summary in diffstat
#8 1.089     --binary              output a binary diff that can be applied
#8 1.089     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.089     --color[=<when>]      show colored diff
#8 1.089     --ws-error-highlight <kind>
#8 1.089                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.089     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.089     --abbrev[=<n>]        use <n> digits to display object names
#8 1.089     --src-prefix <prefix>
#8 1.089                           show the given source prefix instead of "a/"
#8 1.089     --dst-prefix <prefix>
#8 1.089                           show the given destination prefix instead of "b/"
#8 1.089     --line-prefix <prefix>
#8 1.089                           prepend an additional prefix to every line of output
#8 1.089     --no-prefix           do not show any source or destination prefix
#8 1.089     --inter-hunk-context <n>
#8 1.089                           show context between diff hunks up to the specified number of lines
#8 1.089     --output-indicator-new <char>
#8 1.089                           specify the character to indicate a new line instead of '+'
#8 1.089     --output-indicator-old <char>
#8 1.089                           specify the character to indicate an old line instead of '-'
#8 1.089     --output-indicator-context <char>
#8 1.089                           specify the character to indicate a context instead of ' '
#8 1.089 
#8 1.089 Diff rename options
#8 1.089     -B, --break-rewrites[=<n>[/<m>]]
#8 1.089                           break complete rewrite changes into pairs of delete and create
#8 1.089     -M, --find-renames[=<n>]
#8 1.089                           detect renames
#8 1.089     -D, --irreversible-delete
#8 1.089                           omit the preimage for deletes
#8 1.089     -C, --find-copies[=<n>]
#8 1.089                           detect copies
#8 1.089     --find-copies-harder  use unmodified files as source to find copies
#8 1.089     --no-renames          disable rename detection
#8 1.089     --rename-empty        use empty blobs as rename source
#8 1.089     --follow              continue listing the history of a file beyond renames
#8 1.089     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.089 
#8 1.089 Diff algorithm options
#8 1.089     --minimal             produce the smallest possible diff
#8 1.089     -w, --ignore-all-space
#8 1.089                           ignore whitespace when comparing lines
#8 1.089     -b, --ignore-space-change
#8 1.089                           ignore changes in amount of whitespace
#8 1.089     --ignore-space-at-eol
#8 1.089                           ignore changes in whitespace at EOL
#8 1.089     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.089     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.089     -I, --ignore-matching-lines <regex>
#8 1.089                           ignore changes whose all lines match <regex>
#8 1.089     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.089     --patience            generate diff using the "patience diff" algorithm
#8 1.089     --histogram           generate diff using the "histogram diff" algorithm
#8 1.089     --diff-algorithm <algorithm>
#8 1.089                           choose a diff algorithm
#8 1.089     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.089     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.089     --word-diff-regex <regex>
#8 1.089                           use <regex> to decide what a word is
#8 1.089     --color-words[=<regex>]
#8 1.089                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.089     --color-moved[=<mode>]
#8 1.089                           moved lines of code are colored differently
#8 1.089     --color-moved-ws <mode>
#8 1.089                           how white spaces are ignored in --color-moved
#8 1.089 
#8 1.089 Other diff options
#8 1.089     --relative[=<prefix>]
#8 1.089                           when run from subdir, exclude changes outside and show relative paths
#8 1.089     -a, --text            treat all files as text
#8 1.089     -R                    swap two inputs, reverse the diff
#8 1.089     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.089     --quiet               disable all output of the program
#8 1.089     --ext-diff            allow an external diff helper to be executed
#8 1.089     --textconv            run external text conversion filters when comparing binary files
#8 1.089     --ignore-submodules[=<when>]
#8 1.089                           ignore changes to submodules in the diff generation
#8 1.089     --submodule[=<format>]
#8 1.089                           specify how differences in submodules are shown
#8 1.089     --ita-invisible-in-index
#8 1.089                           hide 'git add -N' entries from the index
#8 1.089     --ita-visible-in-index
#8 1.089                           treat 'git add -N' entries as real in the index
#8 1.089     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.089     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.089     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.089     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.089     -O <file>             control the order in which files appear in the output
#8 1.089     --rotate-to <path>    show the change in the specified path first
#8 1.089     --skip-to <path>      skip the output to the specified path
#8 1.089     --find-object <object-id>
#8 1.089                           look for differences that change the number of occurrences of the specified object
#8 1.089     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.089                           select files by diff type
#8 1.089     --output <file>       output to a specific file
#8 1.089 
#8 1.090 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.090 To add an exception for this directory, call:
#8 1.090 
#8 1.090 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.091 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.091 To add an exception for this directory, call:
#8 1.091 
#8 1.091 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.091 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.091 usage: git diff --no-index [<options>] <path> <path>
#8 1.091 
#8 1.091 Diff output format options
#8 1.091     -p, --patch           generate patch
#8 1.091     -s, --no-patch        suppress diff output
#8 1.091     -u                    generate patch
#8 1.091     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.091     -W, --function-context
#8 1.091                           generate diffs with <n> lines context
#8 1.091     --raw                 generate the diff in raw format
#8 1.091     --patch-with-raw      synonym for '-p --raw'
#8 1.091     --patch-with-stat     synonym for '-p --stat'
#8 1.091     --numstat             machine friendly --stat
#8 1.091     --shortstat           output only the last line of --stat
#8 1.091     -X, --dirstat[=<param1,param2>...]
#8 1.091                           output the distribution of relative amount of changes for each sub-directory
#8 1.091     --cumulative          synonym for --dirstat=cumulative
#8 1.091     --dirstat-by-file[=<param1,param2>...]
#8 1.091                           synonym for --dirstat=files,param1,param2...
#8 1.091     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.091     --summary             condensed summary such as creations, renames and mode changes
#8 1.091     --name-only           show only names of changed files
#8 1.091     --name-status         show only names and status of changed files
#8 1.091     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.091                           generate diffstat
#8 1.091     --stat-width <width>  generate diffstat with a given width
#8 1.091     --stat-name-width <width>
#8 1.091                           generate diffstat with a given name width
#8 1.091     --stat-graph-width <width>
#8 1.091                           generate diffstat with a given graph width
#8 1.091     --stat-count <count>  generate diffstat with limited lines
#8 1.091     --compact-summary     generate compact summary in diffstat
#8 1.091     --binary              output a binary diff that can be applied
#8 1.091     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.091     --color[=<when>]      show colored diff
#8 1.091     --ws-error-highlight <kind>
#8 1.091                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.092     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.092     --abbrev[=<n>]        use <n> digits to display object names
#8 1.092     --src-prefix <prefix>
#8 1.092                           show the given source prefix instead of "a/"
#8 1.092     --dst-prefix <prefix>
#8 1.092                           show the given destination prefix instead of "b/"
#8 1.092     --line-prefix <prefix>
#8 1.092                           prepend an additional prefix to every line of output
#8 1.092     --no-prefix           do not show any source or destination prefix
#8 1.092     --inter-hunk-context <n>
#8 1.092                           show context between diff hunks up to the specified number of lines
#8 1.092     --output-indicator-new <char>
#8 1.092                           specify the character to indicate a new line instead of '+'
#8 1.092     --output-indicator-old <char>
#8 1.092                           specify the character to indicate an old line instead of '-'
#8 1.092     --output-indicator-context <char>
#8 1.092                           specify the character to indicate a context instead of ' '
#8 1.092 
#8 1.092 Diff rename options
#8 1.092     -B, --break-rewrites[=<n>[/<m>]]
#8 1.092                           break complete rewrite changes into pairs of delete and create
#8 1.092     -M, --find-renames[=<n>]
#8 1.092                           detect renames
#8 1.092     -D, --irreversible-delete
#8 1.092                           omit the preimage for deletes
#8 1.092     -C, --find-copies[=<n>]
#8 1.092                           detect copies
#8 1.092     --find-copies-harder  use unmodified files as source to find copies
#8 1.092     --no-renames          disable rename detection
#8 1.092     --rename-empty        use empty blobs as rename source
#8 1.092     --follow              continue listing the history of a file beyond renames
#8 1.092     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.092 
#8 1.092 Diff algorithm options
#8 1.092     --minimal             produce the smallest possible diff
#8 1.092     -w, --ignore-all-space
#8 1.092                           ignore whitespace when comparing lines
#8 1.092     -b, --ignore-space-change
#8 1.092                           ignore changes in amount of whitespace
#8 1.092     --ignore-space-at-eol
#8 1.092                           ignore changes in whitespace at EOL
#8 1.092     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.092     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.092     -I, --ignore-matching-lines <regex>
#8 1.092                           ignore changes whose all lines match <regex>
#8 1.092     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.092     --patience            generate diff using the "patience diff" algorithm
#8 1.092     --histogram           generate diff using the "histogram diff" algorithm
#8 1.092     --diff-algorithm <algorithm>
#8 1.092                           choose a diff algorithm
#8 1.092     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.092     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.092     --word-diff-regex <regex>
#8 1.092                           use <regex> to decide what a word is
#8 1.092     --color-words[=<regex>]
#8 1.092                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.092     --color-moved[=<mode>]
#8 1.092                           moved lines of code are colored differently
#8 1.092     --color-moved-ws <mode>
#8 1.092                           how white spaces are ignored in --color-moved
#8 1.092 
#8 1.092 Other diff options
#8 1.092     --relative[=<prefix>]
#8 1.092                           when run from subdir, exclude changes outside and show relative paths
#8 1.092     -a, --text            treat all files as text
#8 1.092     -R                    swap two inputs, reverse the diff
#8 1.092     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.092     --quiet               disable all output of the program
#8 1.092     --ext-diff            allow an external diff helper to be executed
#8 1.092     --textconv            run external text conversion filters when comparing binary files
#8 1.092     --ignore-submodules[=<when>]
#8 1.092                           ignore changes to submodules in the diff generation
#8 1.092     --submodule[=<format>]
#8 1.092                           specify how differences in submodules are shown
#8 1.092     --ita-invisible-in-index
#8 1.092                           hide 'git add -N' entries from the index
#8 1.092     --ita-visible-in-index
#8 1.092                           treat 'git add -N' entries as real in the index
#8 1.092     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.092     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.092     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.092     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.092     -O <file>             control the order in which files appear in the output
#8 1.092     --rotate-to <path>    show the change in the specified path first
#8 1.092     --skip-to <path>      skip the output to the specified path
#8 1.092     --find-object <object-id>
#8 1.092                           look for differences that change the number of occurrences of the specified object
#8 1.092     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.092                           select files by diff type
#8 1.092     --output <file>       output to a specific file
#8 1.092 
#8 1.092 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.092 To add an exception for this directory, call:
#8 1.092 
#8 1.092 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.093 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.093 To add an exception for this directory, call:
#8 1.093 
#8 1.093 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.094 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.094 usage: git diff --no-index [<options>] <path> <path>
#8 1.094 
#8 1.094 Diff output format options
#8 1.094     -p, --patch           generate patch
#8 1.094     -s, --no-patch        suppress diff output
#8 1.094     -u                    generate patch
#8 1.094     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.094     -W, --function-context
#8 1.094                           generate diffs with <n> lines context
#8 1.094     --raw                 generate the diff in raw format
#8 1.094     --patch-with-raw      synonym for '-p --raw'
#8 1.094     --patch-with-stat     synonym for '-p --stat'
#8 1.094     --numstat             machine friendly --stat
#8 1.094     --shortstat           output only the last line of --stat
#8 1.094     -X, --dirstat[=<param1,param2>...]
#8 1.094                           output the distribution of relative amount of changes for each sub-directory
#8 1.094     --cumulative          synonym for --dirstat=cumulative
#8 1.094     --dirstat-by-file[=<param1,param2>...]
#8 1.094                           synonym for --dirstat=files,param1,param2...
#8 1.094     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.094     --summary             condensed summary such as creations, renames and mode changes
#8 1.094     --name-only           show only names of changed files
#8 1.094     --name-status         show only names and status of changed files
#8 1.094     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.094                           generate diffstat
#8 1.094     --stat-width <width>  generate diffstat with a given width
#8 1.094     --stat-name-width <width>
#8 1.094                           generate diffstat with a given name width
#8 1.094     --stat-graph-width <width>
#8 1.094                           generate diffstat with a given graph width
#8 1.094     --stat-count <count>  generate diffstat with limited lines
#8 1.094     --compact-summary     generate compact summary in diffstat
#8 1.094     --binary              output a binary diff that can be applied
#8 1.094     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.094     --color[=<when>]      show colored diff
#8 1.094     --ws-error-highlight <kind>
#8 1.094                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.094     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.094     --abbrev[=<n>]        use <n> digits to display object names
#8 1.094     --src-prefix <prefix>
#8 1.094                           show the given source prefix instead of "a/"
#8 1.094     --dst-prefix <prefix>
#8 1.094                           show the given destination prefix instead of "b/"
#8 1.094     --line-prefix <prefix>
#8 1.094                           prepend an additional prefix to every line of output
#8 1.094     --no-prefix           do not show any source or destination prefix
#8 1.094     --inter-hunk-context <n>
#8 1.094                           show context between diff hunks up to the specified number of lines
#8 1.094     --output-indicator-new <char>
#8 1.094                           specify the character to indicate a new line instead of '+'
#8 1.094     --output-indicator-old <char>
#8 1.094                           specify the character to indicate an old line instead of '-'
#8 1.094     --output-indicator-context <char>
#8 1.094                           specify the character to indicate a context instead of ' '
#8 1.094 
#8 1.094 Diff rename options
#8 1.094     -B, --break-rewrites[=<n>[/<m>]]
#8 1.094                           break complete rewrite changes into pairs of delete and create
#8 1.094     -M, --find-renames[=<n>]
#8 1.094                           detect renames
#8 1.094     -D, --irreversible-delete
#8 1.094                           omit the preimage for deletes
#8 1.094     -C, --find-copies[=<n>]
#8 1.094                           detect copies
#8 1.094     --find-copies-harder  use unmodified files as source to find copies
#8 1.094     --no-renames          disable rename detection
#8 1.094     --rename-empty        use empty blobs as rename source
#8 1.094     --follow              continue listing the history of a file beyond renames
#8 1.094     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.094 
#8 1.094 Diff algorithm options
#8 1.094     --minimal             produce the smallest possible diff
#8 1.094     -w, --ignore-all-space
#8 1.094                           ignore whitespace when comparing lines
#8 1.094     -b, --ignore-space-change
#8 1.094                           ignore changes in amount of whitespace
#8 1.094     --ignore-space-at-eol
#8 1.094                           ignore changes in whitespace at EOL
#8 1.094     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.094     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.094     -I, --ignore-matching-lines <regex>
#8 1.094                           ignore changes whose all lines match <regex>
#8 1.094     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.094     --patience            generate diff using the "patience diff" algorithm
#8 1.094     --histogram           generate diff using the "histogram diff" algorithm
#8 1.094     --diff-algorithm <algorithm>
#8 1.094                           choose a diff algorithm
#8 1.094     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.094     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.094     --word-diff-regex <regex>
#8 1.094                           use <regex> to decide what a word is
#8 1.094     --color-words[=<regex>]
#8 1.094                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.094     --color-moved[=<mode>]
#8 1.094                           moved lines of code are colored differently
#8 1.094     --color-moved-ws <mode>
#8 1.094                           how white spaces are ignored in --color-moved
#8 1.094 
#8 1.094 Other diff options
#8 1.094     --relative[=<prefix>]
#8 1.094                           when run from subdir, exclude changes outside and show relative paths
#8 1.094     -a, --text            treat all files as text
#8 1.094     -R                    swap two inputs, reverse the diff
#8 1.094     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.094     --quiet               disable all output of the program
#8 1.094     --ext-diff            allow an external diff helper to be executed
#8 1.094     --textconv            run external text conversion filters when comparing binary files
#8 1.094     --ignore-submodules[=<when>]
#8 1.094                           ignore changes to submodules in the diff generation
#8 1.094     --submodule[=<format>]
#8 1.094                           specify how differences in submodules are shown
#8 1.094     --ita-invisible-in-index
#8 1.094                           hide 'git add -N' entries from the index
#8 1.094     --ita-visible-in-index
#8 1.094                           treat 'git add -N' entries as real in the index
#8 1.094     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.094     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.094     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.094     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.094     -O <file>             control the order in which files appear in the output
#8 1.094     --rotate-to <path>    show the change in the specified path first
#8 1.094     --skip-to <path>      skip the output to the specified path
#8 1.094     --find-object <object-id>
#8 1.094                           look for differences that change the number of occurrences of the specified object
#8 1.094     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.094                           select files by diff type
#8 1.094     --output <file>       output to a specific file
#8 1.094 
#8 1.095 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.095 To add an exception for this directory, call:
#8 1.095 
#8 1.095 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.097 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.097 To add an exception for this directory, call:
#8 1.097 
#8 1.097 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.098 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.098 usage: git diff --no-index [<options>] <path> <path>
#8 1.098 
#8 1.098 Diff output format options
#8 1.098     -p, --patch           generate patch
#8 1.098     -s, --no-patch        suppress diff output
#8 1.098     -u                    generate patch
#8 1.098     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.098     -W, --function-context
#8 1.098                           generate diffs with <n> lines context
#8 1.098     --raw                 generate the diff in raw format
#8 1.098     --patch-with-raw      synonym for '-p --raw'
#8 1.098     --patch-with-stat     synonym for '-p --stat'
#8 1.098     --numstat             machine friendly --stat
#8 1.098     --shortstat           output only the last line of --stat
#8 1.098     -X, --dirstat[=<param1,param2>...]
#8 1.098                           output the distribution of relative amount of changes for each sub-directory
#8 1.098     --cumulative          synonym for --dirstat=cumulative
#8 1.098     --dirstat-by-file[=<param1,param2>...]
#8 1.098                           synonym for --dirstat=files,param1,param2...
#8 1.098     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.098     --summary             condensed summary such as creations, renames and mode changes
#8 1.098     --name-only           show only names of changed files
#8 1.098     --name-status         show only names and status of changed files
#8 1.098     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.098                           generate diffstat
#8 1.098     --stat-width <width>  generate diffstat with a given width
#8 1.098     --stat-name-width <width>
#8 1.098                           generate diffstat with a given name width
#8 1.098     --stat-graph-width <width>
#8 1.098                           generate diffstat with a given graph width
#8 1.098     --stat-count <count>  generate diffstat with limited lines
#8 1.098     --compact-summary     generate compact summary in diffstat
#8 1.098     --binary              output a binary diff that can be applied
#8 1.098     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.098     --color[=<when>]      show colored diff
#8 1.098     --ws-error-highlight <kind>
#8 1.098                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.098     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.098     --abbrev[=<n>]        use <n> digits to display object names
#8 1.098     --src-prefix <prefix>
#8 1.098                           show the given source prefix instead of "a/"
#8 1.098     --dst-prefix <prefix>
#8 1.098                           show the given destination prefix instead of "b/"
#8 1.098     --line-prefix <prefix>
#8 1.098                           prepend an additional prefix to every line of output
#8 1.098     --no-prefix           do not show any source or destination prefix
#8 1.098     --inter-hunk-context <n>
#8 1.098                           show context between diff hunks up to the specified number of lines
#8 1.098     --output-indicator-new <char>
#8 1.098                           specify the character to indicate a new line instead of '+'
#8 1.098     --output-indicator-old <char>
#8 1.098                           specify the character to indicate an old line instead of '-'
#8 1.098     --output-indicator-context <char>
#8 1.098                           specify the character to indicate a context instead of ' '
#8 1.098 
#8 1.098 Diff rename options
#8 1.098     -B, --break-rewrites[=<n>[/<m>]]
#8 1.098                           break complete rewrite changes into pairs of delete and create
#8 1.098     -M, --find-renames[=<n>]
#8 1.098                           detect renames
#8 1.098     -D, --irreversible-delete
#8 1.098                           omit the preimage for deletes
#8 1.098     -C, --find-copies[=<n>]
#8 1.098                           detect copies
#8 1.098     --find-copies-harder  use unmodified files as source to find copies
#8 1.098     --no-renames          disable rename detection
#8 1.098     --rename-empty        use empty blobs as rename source
#8 1.098     --follow              continue listing the history of a file beyond renames
#8 1.098     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.098 
#8 1.098 Diff algorithm options
#8 1.098     --minimal             produce the smallest possible diff
#8 1.098     -w, --ignore-all-space
#8 1.098                           ignore whitespace when comparing lines
#8 1.098     -b, --ignore-space-change
#8 1.098                           ignore changes in amount of whitespace
#8 1.098     --ignore-space-at-eol
#8 1.098                           ignore changes in whitespace at EOL
#8 1.098     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.098     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.098     -I, --ignore-matching-lines <regex>
#8 1.098                           ignore changes whose all lines match <regex>
#8 1.098     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.098     --patience            generate diff using the "patience diff" algorithm
#8 1.098     --histogram           generate diff using the "histogram diff" algorithm
#8 1.098     --diff-algorithm <algorithm>
#8 1.098                           choose a diff algorithm
#8 1.098     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.098     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.098     --word-diff-regex <regex>
#8 1.098                           use <regex> to decide what a word is
#8 1.098     --color-words[=<regex>]
#8 1.098                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.098     --color-moved[=<mode>]
#8 1.098                           moved lines of code are colored differently
#8 1.098     --color-moved-ws <mode>
#8 1.098                           how white spaces are ignored in --color-moved
#8 1.098 
#8 1.098 Other diff options
#8 1.098     --relative[=<prefix>]
#8 1.098                           when run from subdir, exclude changes outside and show relative paths
#8 1.098     -a, --text            treat all files as text
#8 1.098     -R                    swap two inputs, reverse the diff
#8 1.098     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.098     --quiet               disable all output of the program
#8 1.098     --ext-diff            allow an external diff helper to be executed
#8 1.098     --textconv            run external text conversion filters when comparing binary files
#8 1.098     --ignore-submodules[=<when>]
#8 1.098                           ignore changes to submodules in the diff generation
#8 1.098     --submodule[=<format>]
#8 1.098                           specify how differences in submodules are shown
#8 1.098     --ita-invisible-in-index
#8 1.098                           hide 'git add -N' entries from the index
#8 1.098     --ita-visible-in-index
#8 1.098                           treat 'git add -N' entries as real in the index
#8 1.098     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.098     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.098     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.098     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.098     -O <file>             control the order in which files appear in the output
#8 1.098     --rotate-to <path>    show the change in the specified path first
#8 1.098     --skip-to <path>      skip the output to the specified path
#8 1.098     --find-object <object-id>
#8 1.098                           look for differences that change the number of occurrences of the specified object
#8 1.098     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.098                           select files by diff type
#8 1.098     --output <file>       output to a specific file
#8 1.098 
#8 1.099 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.099 To add an exception for this directory, call:
#8 1.099 
#8 1.099 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.100 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.100 To add an exception for this directory, call:
#8 1.100 
#8 1.100 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.102 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.102 usage: git diff --no-index [<options>] <path> <path>
#8 1.102 
#8 1.102 Diff output format options
#8 1.102     -p, --patch           generate patch
#8 1.102     -s, --no-patch        suppress diff output
#8 1.102     -u                    generate patch
#8 1.102     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.102     -W, --function-context
#8 1.102                           generate diffs with <n> lines context
#8 1.102     --raw                 generate the diff in raw format
#8 1.102     --patch-with-raw      synonym for '-p --raw'
#8 1.102     --patch-with-stat     synonym for '-p --stat'
#8 1.102     --numstat             machine friendly --stat
#8 1.102     --shortstat           output only the last line of --stat
#8 1.102     -X, --dirstat[=<param1,param2>...]
#8 1.102                           output the distribution of relative amount of changes for each sub-directory
#8 1.102     --cumulative          synonym for --dirstat=cumulative
#8 1.102     --dirstat-by-file[=<param1,param2>...]
#8 1.102                           synonym for --dirstat=files,param1,param2...
#8 1.102     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.102     --summary             condensed summary such as creations, renames and mode changes
#8 1.102     --name-only           show only names of changed files
#8 1.102     --name-status         show only names and status of changed files
#8 1.102     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.102                           generate diffstat
#8 1.102     --stat-width <width>  generate diffstat with a given width
#8 1.102     --stat-name-width <width>
#8 1.102                           generate diffstat with a given name width
#8 1.102     --stat-graph-width <width>
#8 1.102                           generate diffstat with a given graph width
#8 1.102     --stat-count <count>  generate diffstat with limited lines
#8 1.102     --compact-summary     generate compact summary in diffstat
#8 1.102     --binary              output a binary diff that can be applied
#8 1.102     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.102     --color[=<when>]      show colored diff
#8 1.102     --ws-error-highlight <kind>
#8 1.102                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.102     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.102     --abbrev[=<n>]        use <n> digits to display object names
#8 1.102     --src-prefix <prefix>
#8 1.102                           show the given source prefix instead of "a/"
#8 1.102     --dst-prefix <prefix>
#8 1.102                           show the given destination prefix instead of "b/"
#8 1.102     --line-prefix <prefix>
#8 1.102                           prepend an additional prefix to every line of output
#8 1.102     --no-prefix           do not show any source or destination prefix
#8 1.102     --inter-hunk-context <n>
#8 1.102                           show context between diff hunks up to the specified number of lines
#8 1.102     --output-indicator-new <char>
#8 1.102                           specify the character to indicate a new line instead of '+'
#8 1.102     --output-indicator-old <char>
#8 1.102                           specify the character to indicate an old line instead of '-'
#8 1.102     --output-indicator-context <char>
#8 1.102                           specify the character to indicate a context instead of ' '
#8 1.102 
#8 1.102 Diff rename options
#8 1.102     -B, --break-rewrites[=<n>[/<m>]]
#8 1.102                           break complete rewrite changes into pairs of delete and create
#8 1.102     -M, --find-renames[=<n>]
#8 1.102                           detect renames
#8 1.102     -D, --irreversible-delete
#8 1.102                           omit the preimage for deletes
#8 1.102     -C, --find-copies[=<n>]
#8 1.102                           detect copies
#8 1.102     --find-copies-harder  use unmodified files as source to find copies
#8 1.102     --no-renames          disable rename detection
#8 1.102     --rename-empty        use empty blobs as rename source
#8 1.102     --follow              continue listing the history of a file beyond renames
#8 1.102     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.102 
#8 1.102 Diff algorithm options
#8 1.102     --minimal             produce the smallest possible diff
#8 1.102     -w, --ignore-all-space
#8 1.102                           ignore whitespace when comparing lines
#8 1.102     -b, --ignore-space-change
#8 1.102                           ignore changes in amount of whitespace
#8 1.102     --ignore-space-at-eol
#8 1.102                           ignore changes in whitespace at EOL
#8 1.102     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.102     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.102     -I, --ignore-matching-lines <regex>
#8 1.102                           ignore changes whose all lines match <regex>
#8 1.102     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.102     --patience            generate diff using the "patience diff" algorithm
#8 1.102     --histogram           generate diff using the "histogram diff" algorithm
#8 1.102     --diff-algorithm <algorithm>
#8 1.102                           choose a diff algorithm
#8 1.102     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.102     --word-diff[=<mode>]  show word diff, using <mode> to delimit c
#8 1.102 [output clipped, log limit 200KiB/s reached]
#8 1.103 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.103 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.103 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.103 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.103 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.103 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.104 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.105 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.106 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.107 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.108 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.108 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.108 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.109 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.109 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.109 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.109 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.109 touch .make.deps
#8 1.110 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.110 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.110 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.111 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.111 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.190 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.277 make -C _build/bts compile
#8 1.282 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.282   PP       IPA_Emulation.ttcn
#8 1.288   TTCN     *.ttcn *.asn
#8 1.755 touch compile
#8 1.755 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.755 make -j20 -C _build/bts
#8 1.762 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.798   DEP      UD_PT.cc
#8 1.798   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 1.798   DEP      TELNETasp_PT.cc
#8 1.798   DEP      TCCInterface.cc
#8 1.798   DEP      RTP_EncDec.cc
#8 1.798   DEP      TCCConversion.cc
#8 1.799   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 1.799   DEP      RLCMAC_EncDec.cc
#8 1.799   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 1.799   DEP      Native_FunctionDefs.cc
#8 1.800   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 1.800   DEP      IuUP_EncDec.cc
#8 1.800   DEP      IPL4asp_discovery.cc
#8 1.800   DEP      IPL4asp_PT.cc
#8 1.800   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 1.820   DEP      IPA_Emulation_part_7.cc
#8 1.820   DEP      IPA_Emulation_part_6.cc
#8 1.821   DEP      IPA_Emulation_part_5.cc
#8 1.821   DEP      IPA_Emulation_part_4.cc
#8 1.822   DEP      IPA_Emulation_part_3.cc
#8 1.822   DEP      IPA_Emulation_part_2.cc
#8 1.827   DEP      IPA_Emulation_part_1.cc
#8 1.833   DEP      UD_Types_part_7.cc
#8 1.833   DEP      IPA_Emulation.cc
#8 1.833   DEP      UD_Types_part_6.cc
#8 1.834   DEP      UD_Types_part_5.cc
#8 1.834   DEP      UD_Types_part_4.cc
#8 1.835   DEP      UD_Types_part_3.cc
#8 1.840   DEP      UD_Types_part_2.cc
#8 1.840   DEP      UD_Types_part_1.cc
#8 1.842   DEP      UD_PortType_part_7.cc
#8 1.842   DEP      UD_PortType_part_6.cc
#8 1.842   DEP      UD_PortType_part_5.cc
#8 1.847   DEP      UD_PortType_part_4.cc
#8 1.847   DEP      UD_PortType_part_3.cc
#8 1.849   DEP      UD_PortType_part_2.cc
#8 1.849   DEP      UD_PortType_part_1.cc
#8 1.850   DEP      TRXC_Types_part_7.cc
#8 1.850   DEP      TRXC_Types_part_6.cc
#8 1.854   DEP      TRXC_Types_part_5.cc
#8 1.854   DEP      TRXC_Types_part_4.cc
#8 1.854   DEP      TRXC_Types_part_3.cc
#8 1.855   DEP      TRXC_Types_part_2.cc
#8 1.857   DEP      TRXC_Types_part_1.cc
#8 1.857   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 1.857   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 1.857   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 1.859   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 1.859   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 1.859   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 1.864   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 1.864   DEP      TRXC_CodecPort_part_7.cc
#8 1.864   DEP      TRXC_CodecPort_part_6.cc
#8 1.865   DEP      TRXC_CodecPort_part_5.cc
#8 1.865   DEP      TRXC_CodecPort_part_3.cc
#8 1.865   DEP      TRXC_CodecPort_part_4.cc
#8 1.865   DEP      TRXC_CodecPort_part_2.cc
#8 1.865   DEP      TRXC_CodecPort_part_1.cc
#8 1.866   DEP      TELNETasp_PortType_part_7.cc
#8 1.866   DEP      TELNETasp_PortType_part_6.cc
#8 1.867   DEP      TELNETasp_PortType_part_5.cc
#8 1.867   DEP      TELNETasp_PortType_part_4.cc
#8 1.867   DEP      TELNETasp_PortType_part_3.cc
#8 1.868   DEP      TELNETasp_PortType_part_2.cc
#8 1.868   DEP      TELNETasp_PortType_part_1.cc
#8 1.871   DEP      TCCInterface_Functions_part_7.cc
#8 1.871   DEP      TCCInterface_Functions_part_6.cc
#8 1.871   DEP      TCCInterface_Functions_part_5.cc
#8 1.874   DEP      TCCInterface_Functions_part_4.cc
#8 1.874   DEP      TCCInterface_Functions_part_3.cc
#8 1.875   DEP      TCCInterface_Functions_part_2.cc
#8 1.875   DEP      TCCInterface_Functions_part_1.cc
#8 1.875   DEP      TCCConversion_Functions_part_7.cc
#8 1.875   DEP      TCCConversion_Functions_part_6.cc
#8 1.875   DEP      TCCConversion_Functions_part_5.cc
#8 1.876   DEP      TCCConversion_Functions_part_4.cc
#8 1.876   DEP      TCCConversion_Functions_part_3.cc
#8 1.876   DEP      TCCConversion_Functions_part_2.cc
#8 1.876   DEP      TCCConversion_Functions_part_1.cc
#8 1.877   DEP      Socket_API_Definitions_part_7.cc
#8 1.877   DEP      Socket_API_Definitions_part_6.cc
#8 1.877   DEP      Socket_API_Definitions_part_5.cc
#8 1.878   DEP      Socket_API_Definitions_part_4.cc
#8 1.879   DEP      Socket_API_Definitions_part_3.cc
#8 1.880   DEP      Socket_API_Definitions_part_2.cc
#8 1.881   DEP      Socket_API_Definitions_part_1.cc
#8 1.881   DEP      RTP_Types_part_7.cc
#8 1.881   DEP      RTP_Types_part_6.cc
#8 1.882   DEP      RTP_Types_part_4.cc
#8 1.882   DEP      RTP_Types_part_5.cc
#8 1.882   DEP      RTP_Types_part_3.cc
#8 1.883   DEP      RTP_Types_part_2.cc
#8 1.883   DEP      RTP_Types_part_1.cc
#8 1.884   DEP      RTP_Emulation_part_7.cc
#8 1.885   DEP      RTP_Emulation_part_6.cc
#8 1.888   DEP      RTP_Emulation_part_5.cc
#8 1.888   DEP      RTP_Emulation_part_4.cc
#8 1.888   DEP      RTP_Emulation_part_3.cc
#8 1.889   DEP      RTP_Emulation_part_2.cc
#8 1.889   DEP      RTP_Emulation_part_1.cc
#8 1.889   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 1.889   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 1.889   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 1.889   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 1.890   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 1.890   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 1.891   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 1.891   DEP      RTP_CodecPort_part_7.cc
#8 1.891   DEP      RTP_CodecPort_part_6.cc
#8 1.891   DEP      RTP_CodecPort_part_5.cc
#8 1.893   DEP      RTP_CodecPort_part_4.cc
#8 1.894   DEP      RTP_CodecPort_part_3.cc
#8 1.895   DEP      RTP_CodecPort_part_2.cc
#8 1.895   DEP      RTP_CodecPort_part_1.cc
#8 1.896   DEP      RSL_Types_part_7.cc
#8 1.896   DEP      RSL_Types_part_6.cc
#8 1.896   DEP      RSL_Types_part_5.cc
#8 1.896   DEP      RSL_Types_part_4.cc
#8 1.897   DEP      RSL_Types_part_3.cc
#8 1.898   DEP      RSL_Types_part_2.cc
#8 1.898   DEP      RSL_Types_part_1.cc
#8 1.900   DEP      RSL_Emulation_part_7.cc
#8 1.900   DEP      RSL_Emulation_part_6.cc
#8 1.900   DEP      RSL_Emulation_part_4.cc
#8 1.900   DEP      RSL_Emulation_part_5.cc
#8 1.901   DEP      RSL_Emulation_part_3.cc
#8 1.902   DEP      RSL_Emulation_part_2.cc
#8 1.903   DEP      RSL_Emulation_part_1.cc
#8 1.903   DEP      RLCMAC_Types_part_7.cc
#8 1.904   DEP      RLCMAC_Types_part_6.cc
#8 1.904   DEP      RLCMAC_Types_part_5.cc
#8 1.904   DEP      RLCMAC_Types_part_4.cc
#8 1.905   DEP      RLCMAC_Types_part_3.cc
#8 1.907   DEP      RLCMAC_Types_part_1.cc
#8 1.907   DEP      RLCMAC_Types_part_2.cc
#8 1.908   DEP      RLCMAC_Templates_part_7.cc
#8 1.908   DEP      RLCMAC_Templates_part_6.cc
#8 1.910   DEP      RLCMAC_Templates_part_5.cc
#8 1.910   DEP      RLCMAC_Templates_part_4.cc
#8 1.910   DEP      RLCMAC_Templates_part_3.cc
#8 1.913   DEP      RLCMAC_Templates_part_2.cc
#8 1.913   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 1.913   DEP      RLCMAC_Templates_part_1.cc
#8 1.914   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 1.914   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 1.915   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 1.916   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 1.916   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 1.916   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 1.916   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 1.917   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 1.917   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 1.921   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 1.922   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 1.922   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 1.922   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 1.922   DEP      PCUIF_Types_part_7.cc
#8 1.942   DEP      PCUIF_Types_part_6.cc
#8 1.942   DEP      PCUIF_Types_part_5.cc
#8 1.942   DEP      PCUIF_Types_part_4.cc
#8 1.943   DEP      PCUIF_Types_part_3.cc
#8 1.943   DEP      PCUIF_Types_part_2.cc
#8 1.943   DEP      PCUIF_Types_part_1.cc
#8 1.944   DEP      PCUIF_CodecPort_part_7.cc
#8 1.944   DEP      PCUIF_CodecPort_part_6.cc
#8 1.948   DEP      PCUIF_CodecPort_part_5.cc
#8 1.950   DEP      PCUIF_CodecPort_part_4.cc
#8 1.950   DEP      PCUIF_CodecPort_part_3.cc
#8 1.950   DEP      PCUIF_CodecPort_part_2.cc
#8 1.951   DEP      Osmocom_VTY_Functions_part_7.cc
#8 1.951   DEP      PCUIF_CodecPort_part_1.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_6.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_5.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_4.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_3.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_2.cc
#8 1.958   DEP      Osmocom_VTY_Functions_part_1.cc
#8 1.959   DEP      Osmocom_Types_part_7.cc
#8 1.960   DEP      Osmocom_Types_part_6.cc
#8 1.965   DEP      Osmocom_Types_part_5.cc
#8 1.965   DEP      Osmocom_Types_part_4.cc
#8 1.966   DEP      Osmocom_Types_part_3.cc
#8 1.966   DEP      Osmocom_Types_part_2.cc
#8 1.966   DEP      Osmocom_Types_part_1.cc
#8 1.968   DEP      Osmocom_CTRL_Types_part_7.cc
#8 1.972   DEP      Osmocom_CTRL_Types_part_6.cc
#8 1.973   DEP      Osmocom_CTRL_Types_part_5.cc
#8 1.973   DEP      Osmocom_CTRL_Types_part_4.cc
#8 1.973   DEP      Osmocom_CTRL_Types_part_3.cc
#8 1.974   DEP      Osmocom_CTRL_Types_part_2.cc
#8 1.975   DEP      Osmocom_CTRL_Types_part_1.cc
#8 1.976   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 1.977   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 1.980   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 1.981   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 1.981   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 1.982   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 1.982   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 1.984   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 1.988   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 1.988   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 1.989   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 1.989   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 1.989   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 1.989   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 1.991   DEP      OSMUX_Types_part_7.cc
#8 1.992   DEP      OSMUX_Types_part_6.cc
#8 1.995   DEP      OSMUX_Types_part_5.cc
#8 1.996   DEP      OSMUX_Types_part_4.cc
#8 1.997   DEP      OSMUX_Types_part_3.cc
#8 1.997   DEP      OSMUX_Types_part_2.cc
#8 1.997   DEP      OSMUX_Types_part_1.cc
#8 1.997   DEP      OSMUX_Emulation_part_7.cc
#8 1.999   DEP      OSMUX_Emulation_part_6.cc
#8 1.999   DEP      OSMUX_Emulation_part_5.cc
#8 1.999   DEP      OSMUX_Emulation_part_4.cc
#8 1.999   DEP      OSMUX_Emulation_part_3.cc
#8 2.003   DEP      OSMUX_Emulation_part_2.cc
#8 2.004   DEP      OSMUX_Emulation_part_1.cc
#8 2.005   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.006   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.006   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.006   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.006   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.006   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.010   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.010   DEP      OSMUX_CodecPort_part_7.cc
#8 2.011   DEP      OSMUX_CodecPort_part_6.cc
#8 2.013   DEP      OSMUX_CodecPort_part_5.cc
#8 2.014   DEP      OSMUX_CodecPort_part_3.cc
#8 2.014   DEP      OSMUX_CodecPort_part_4.cc
#8 2.014   DEP      OSMUX_CodecPort_part_2.cc
#8 2.015   DEP      OSMUX_CodecPort_part_1.cc
#8 2.016   DEP      Native_Functions_part_7.cc
#8 2.017   DEP      Native_Functions_part_6.cc
#8 2.018   DEP      Native_Functions_part_5.cc
#8 2.018   DEP      Native_Functions_part_4.cc
#8 2.019   DEP      Native_Functions_part_3.cc
#8 2.021   DEP      Native_Functions_part_2.cc
#8 2.021   DEP      Native_Functions_part_1.cc
#8 2.022   DEP      MobileL3_Types_part_7.cc
#8 2.023   DEP      MobileL3_Types_part_6.cc
#8 2.023   DEP      MobileL3_Types_part_5.cc
#8 2.024   DEP      MobileL3_Types_part_4.cc
#8 2.026   DEP      MobileL3_Types_part_3.cc
#8 2.026   DEP      MobileL3_Types_part_2.cc
#8 2.026   DEP      MobileL3_Types_part_1.cc
#8 2.029   DEP      MobileL3_SS_Types_part_7.cc
#8 2.029   DEP      MobileL3_SS_Types_part_6.cc
#8 2.030   DEP      MobileL3_SS_Types_part_5.cc
#8 2.031   DEP      MobileL3_SS_Types_part_4.cc
#8 2.032   DEP      MobileL3_SS_Types_part_3.cc
#8 2.032   DEP      MobileL3_SS_Types_part_2.cc
#8 2.032   DEP      MobileL3_SS_Types_part_1.cc
#8 2.033   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.034   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.035   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.035   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.036   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.037   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.037   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.039   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.039   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.039   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.040   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.041   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.041   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.041   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.042   DEP      MobileL3_MM_Types_part_7.cc
#8 2.043   DEP      MobileL3_MM_Types_part_6.cc
#8 2.045   DEP      MobileL3_MM_Types_part_5.cc
#8 2.045   DEP      MobileL3_MM_Types_part_4.cc
#8 2.046   DEP      MobileL3_MM_Types_part_3.cc
#8 2.047   DEP      MobileL3_MM_Types_part_2.cc
#8 2.047   DEP      MobileL3_MM_Types_part_1.cc
#8 2.048   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.050   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.051   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.054   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.055   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.055   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.060   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.062   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.077   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.083   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.084   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.091   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.092   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.092   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.099   DEP      MobileL3_CC_Types_part_7.cc
#8 2.100   DEP      MobileL3_CC_Types_part_6.cc
#8 2.107   DEP      MobileL3_CC_Types_part_5.cc
#8 2.115   DEP      MobileL3_CC_Types_part_3.cc
#8 2.115   DEP      MobileL3_CC_Types_part_4.cc
#8 2.116   DEP      MobileL3_CC_Types_part_2.cc
#8 2.117   DEP      MobileL3_CC_Types_part_1.cc
#8 2.131   DEP      Misc_Helpers_part_7.cc
#8 2.144   DEP      Misc_Helpers_part_6.cc
#8 2.149   DEP      Misc_Helpers_part_5.cc
#8 2.154   DEP      Misc_Helpers_part_4.cc
#8 2.155   DEP      Misc_Helpers_part_3.cc
#8 2.156   DEP      Misc_Helpers_part_2.cc
#8 2.162   DEP      Misc_Helpers_part_1.cc
#8 2.165   DEP      LAPDm_Types_part_7.cc
#8 2.166   DEP      LAPDm_Types_part_6.cc
#8 2.166   DEP      LAPDm_Types_part_5.cc
#8 2.170   DEP      LAPDm_Types_part_4.cc
#8 2.170   DEP      LAPDm_Types_part_3.cc
#8 2.173   DEP      LAPDm_Types_part_2.cc
#8 2.173   DEP      LAPDm_Types_part_1.cc
#8 2.174   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.174   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.177   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.177   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.177   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.179   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.179   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.180   DEP      L3_Templates_part_7.cc
#8 2.181   DEP      L3_Templates_part_6.cc
#8 2.181   DEP      L3_Templates_part_5.cc
#8 2.183   DEP      L3_Templates_part_4.cc
#8 2.188   DEP      L3_Templates_part_3.cc
#8 2.188   DEP      L3_Templates_part_2.cc
#8 2.189   DEP      L3_Templates_part_1.cc
#8 2.189   DEP      L3_Common_part_7.cc
#8 2.189   DEP      L3_Common_part_6.cc
#8 2.189   DEP      L3_Common_part_5.cc
#8 2.189   DEP      L3_Common_part_4.cc
#8 2.189   DEP      L3_Common_part_3.cc
#8 2.189   DEP      L3_Common_part_2.cc
#8 2.190   DEP      L3_Common_part_1.cc
#8 2.190   DEP      L1CTL_Types_part_7.cc
#8 2.191   DEP      L1CTL_Types_part_6.cc
#8 2.191   DEP      L1CTL_Types_part_5.cc
#8 2.192   DEP      L1CTL_Types_part_4.cc
#8 2.196   DEP      L1CTL_Types_part_3.cc
#8 2.196   DEP      L1CTL_Types_part_2.cc
#8 2.196   DEP      L1CTL_Types_part_1.cc
#8 2.196   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.197   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.197   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.197   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.197   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.198   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.198   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.199   DEP      L1CTL_PortType_part_7.cc
#8 2.199   DEP      L1CTL_PortType_part_6.cc
#8 2.202   DEP      L1CTL_PortType_part_5.cc
#8 2.202   DEP      L1CTL_PortType_part_4.cc
#8 2.202   DEP      L1CTL_PortType_part_2.cc
#8 2.203   DEP      L1CTL_PortType_part_3.cc
#8 2.203   DEP      L1CTL_PortType_part_1.cc
#8 2.204   DEP      IuUP_Types_part_7.cc
#8 2.205   DEP      IuUP_Types_part_6.cc
#8 2.205   DEP      IuUP_Types_part_5.cc
#8 2.205   DEP      IuUP_Types_part_4.cc
#8 2.206   DEP      IuUP_Types_part_3.cc
#8 2.208   DEP      IuUP_Types_part_2.cc
#8 2.208   DEP      IuUP_Types_part_1.cc
#8 2.209   DEP      IuUP_Emulation_part_7.cc
#8 2.212   DEP      IuUP_Emulation_part_6.cc
#8 2.212   DEP      IuUP_Emulation_part_5.cc
#8 2.212   DEP      IuUP_Emulation_part_4.cc
#8 2.213   DEP      IuUP_Emulation_part_3.cc
#8 2.213   DEP      IuUP_Emulation_part_2.cc
#8 2.213   DEP      IPL4asp_Types_part_7.cc
#8 2.213   DEP      IuUP_Emulation_part_1.cc
#8 2.213   DEP      IPL4asp_Types_part_6.cc
#8 2.214   DEP      IPL4asp_Types_part_5.cc
#8 2.214   DEP      IPL4asp_Types_part_3.cc
#8 2.214   DEP      IPL4asp_Types_part_4.cc
#8 2.214   DEP      IPL4asp_Types_part_2.cc
#8 2.215   DEP      IPL4asp_Types_part_1.cc
#8 2.215   DEP      IPL4asp_PortType_part_7.cc
#8 2.219   DEP      IPL4asp_PortType_part_6.cc
#8 2.219   DEP      IPL4asp_PortType_part_5.cc
#8 2.219   DEP      IPL4asp_PortType_part_4.cc
#8 2.219   DEP      IPL4asp_PortType_part_3.cc
#8 2.220   DEP      IPL4asp_PortType_part_2.cc
#8 2.220   DEP      IPL4asp_PortType_part_1.cc
#8 2.221   DEP      IPL4asp_Functions_part_7.cc
#8 2.222   DEP      IPL4asp_Functions_part_6.cc
#8 2.222   DEP      IPL4asp_Functions_part_5.cc
#8 2.223   DEP      IPL4asp_Functions_part_4.cc
#8 2.223   DEP      IPL4asp_Functions_part_3.cc
#8 2.224   DEP      IPL4asp_Functions_part_2.cc
#8 2.225   DEP      IPL4asp_Functions_part_1.cc
#8 2.226   DEP      IPA_Types_part_7.cc
#8 2.226   DEP      IPA_Types_part_5.cc
#8 2.227   DEP      IPA_Types_part_4.cc
#8 2.227   DEP      IPA_Types_part_3.cc
#8 2.227   DEP      IPA_Types_part_6.cc
#8 2.228   DEP      IPA_Types_part_2.cc
#8 2.228   DEP      IPA_Types_part_1.cc
#8 2.228   DEP      IPA_Testing_part_7.cc
#8 2.228   DEP      IPA_Testing_part_6.cc
#8 2.229   DEP      IPA_Testing_part_5.cc
#8 2.229   DEP      IPA_Testing_part_4.cc
#8 2.231   DEP      IPA_Testing_part_3.cc
#8 2.231   DEP      IPA_Testing_part_2.cc
#8 2.232   DEP      IPA_Testing_part_1.cc
#8 2.233   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.234   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.235   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.235   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.236   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.236   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.237   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.237   DEP      IPA_CodecPort_part_7.cc
#8 2.237   DEP      IPA_CodecPort_part_6.cc
#8 2.237   DEP      IPA_CodecPort_part_5.cc
#8 2.237   DEP      IPA_CodecPort_part_4.cc
#8 2.238   DEP      IPA_CodecPort_part_3.cc
#8 2.240   DEP      IPA_CodecPort_part_2.cc
#8 2.240   DEP      IPA_CodecPort_part_1.cc
#8 2.240   DEP      General_Types_part_7.cc
#8 2.242   DEP      General_Types_part_5.cc
#8 2.242   DEP      General_Types_part_6.cc
#8 2.242   DEP      General_Types_part_4.cc
#8 2.245   DEP      General_Types_part_3.cc
#8 2.246   DEP      General_Types_part_2.cc
#8 2.246   DEP      General_Types_part_1.cc
#8 2.246   DEP      GSM_Types_part_7.cc
#8 2.246   DEP      GSM_Types_part_6.cc
#8 2.246   DEP      GSM_Types_part_4.cc
#8 2.246   DEP      GSM_Types_part_5.cc
#8 2.247   DEP      GSM_Types_part_3.cc
#8 2.247   DEP      GSM_Types_part_2.cc
#8 2.247   DEP      GSM_Types_part_1.cc
#8 2.247   DEP      GSM_SystemInformation_part_7.cc
#8 2.247   DEP      GSM_SystemInformation_part_6.cc
#8 2.247   DEP      GSM_SystemInformation_part_5.cc
#8 2.248   DEP      GSM_SystemInformation_part_4.cc
#8 2.249   DEP      GSM_SystemInformation_part_3.cc
#8 2.254   DEP      GSM_SystemInformation_part_2.cc
#8 2.254   DEP      GSM_SystemInformation_part_1.cc
#8 2.255   DEP      GSM_RestOctets_part_7.cc
#8 2.255   DEP      GSM_RestOctets_part_6.cc
#8 2.255   DEP      GSM_RestOctets_part_5.cc
#8 2.255   DEP      GSM_RestOctets_part_4.cc
#8 2.255   DEP      GSM_RestOctets_part_2.cc
#8 2.255   DEP      GSM_RestOctets_part_3.cc
#8 2.256   DEP      GSM_RestOctets_part_1.cc
#8 2.256   DEP      GSM_RR_Types_part_7.cc
#8 2.256   DEP      GSM_RR_Types_part_6.cc
#8 2.256   DEP      GSM_RR_Types_part_5.cc
#8 2.257   DEP      GSM_RR_Types_part_4.cc
#8 2.257   DEP      GSM_RR_Types_part_3.cc
#8 2.257   DEP      GSM_RR_Types_part_2.cc
#8 2.257   DEP      GSM_RR_Types_part_1.cc
#8 2.258   DEP      BTS_Tests_perf_part_7.cc
#8 2.259   DEP      BTS_Tests_perf_part_6.cc
#8 2.261   DEP      BTS_Tests_perf_part_5.cc
#8 2.261   DEP      BTS_Tests_perf_part_4.cc
#8 2.262   DEP      BTS_Tests_perf_part_3.cc
#8 2.262   DEP      BTS_Tests_perf_part_2.cc
#8 2.263   DEP      BTS_Tests_perf_part_1.cc
#8 2.264   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.264   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.264   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.265   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.265   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.265   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.269   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.269   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.269   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.271   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.271   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.271   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.271   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.272   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.272   DEP      BTS_Tests_OML_part_7.cc
#8 2.273   DEP      BTS_Tests_OML_part_6.cc
#8 2.273   DEP      BTS_Tests_OML_part_5.cc
#8 2.275   DEP      BTS_Tests_OML_part_4.cc
#8 2.276   DEP      BTS_Tests_OML_part_3.cc
#8 2.277   DEP      BTS_Tests_OML_part_2.cc
#8 2.277   DEP      BTS_Tests_OML_part_1.cc
#8 2.278   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.279   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.279   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.279   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.280   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.280   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.280   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.284   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.285   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.285   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.285   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.285   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.285   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.286   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.287   DEP      BTS_Tests_part_7.cc
#8 2.287   DEP      BTS_Tests_part_6.cc
#8 2.287   DEP      BTS_Tests_part_5.cc
#8 2.287   DEP      BTS_Tests_part_4.cc
#8 2.288   DEP      BTS_Tests_part_3.cc
#8 2.288   DEP      BTS_Tests_part_2.cc
#8 2.292   DEP      BTS_Tests_part_1.cc
#8 2.292   DEP      AbisOML_Types_part_7.cc
#8 2.292   DEP      AbisOML_Types_part_6.cc
#8 2.292   DEP      AbisOML_Types_part_5.cc
#8 2.293   DEP      AbisOML_Types_part_4.cc
#8 2.294   DEP      AbisOML_Types_part_3.cc
#8 2.294   DEP      AbisOML_Types_part_2.cc
#8 2.296   DEP      AbisOML_Types_part_1.cc
#8 2.296   DEP      AMR_Types_part_7.cc
#8 2.296   DEP      AMR_Types_part_6.cc
#8 2.298   DEP      AMR_Types_part_5.cc
#8 2.298   DEP      AMR_Types_part_4.cc
#8 2.298   DEP      AMR_Types_part_3.cc
#8 2.299   DEP      AMR_Types_part_2.cc
#8 2.300   DEP      AMR_Types_part_1.cc
#8 2.300   DEP      UD_Types.cc
#8 2.301   DEP      UD_PortType.cc
#8 2.303   DEP      TRXC_Types.cc
#8 2.307   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.307   DEP      TRXC_CodecPort.cc
#8 2.307   DEP      TELNETasp_PortType.cc
#8 2.308   DEP      TCCInterface_Functions.cc
#8 2.308   DEP      TCCConversion_Functions.cc
#8 2.309   DEP      Socket_API_Definitions.cc
#8 2.318   DEP      RTP_Types.cc
#8 2.318   DEP      RTP_Emulation.cc
#8 2.318   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.355   DEP      RTP_CodecPort.cc
#8 2.366   DEP      RSL_Types.cc
#8 2.367   DEP      RSL_Emulation.cc
#8 2.368   DEP      RLCMAC_Types.cc
#8 2.370   DEP      RLCMAC_Templates.cc
#8 2.371   DEP      RLCMAC_CSN1_Types.cc
#8 2.376   DEP      RLCMAC_CSN1_Templates.cc
#8 2.381   DEP      PCUIF_Types.cc
#8 2.385   DEP      PCUIF_CodecPort.cc
#8 2.394   DEP      Osmocom_VTY_Functions.cc
#8 2.395   DEP      Osmocom_Types.cc
#8 2.396   DEP      Osmocom_CTRL_Types.cc
#8 2.398   DEP      Osmocom_CTRL_Functions.cc
#8 2.400   DEP      Osmocom_CTRL_Adapter.cc
#8 2.405   DEP      OSMUX_Types.cc
#8 2.415   DEP      OSMUX_Emulation.cc
#8 2.446   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.446   DEP      OSMUX_CodecPort.cc
#8 2.457   DEP      Native_Functions.cc
#8 2.457   DEP      MobileL3_Types.cc
#8 2.462   DEP      MobileL3_SS_Types.cc
#8 2.467   DEP      MobileL3_SMS_Types.cc
#8 2.471   DEP      MobileL3_RRM_Types.cc
#8 2.473   DEP      MobileL3_MM_Types.cc
#8 2.477   DEP      MobileL3_GMM_SM_Types.cc
#8 2.487   DEP      MobileL3_CommonIE_Types.cc
#8 2.494   DEP      MobileL3_CC_Types.cc
#8 2.518   DEP      Misc_Helpers.cc
#8 2.520   DEP      LAPDm_Types.cc
#8 2.522   DEP      LAPDm_RAW_PT.cc
#8 2.538   DEP      L3_Templates.cc
#8 2.538   DEP      L3_Common.cc
#8 2.538   DEP      L1CTL_Types.cc
#8 2.547   DEP      L1CTL_PortType_CtrlFunct.cc
#8 2.553   DEP      L1CTL_PortType.cc
#8 2.556   DEP      IuUP_Types.cc
#8 2.568   DEP      IuUP_Emulation.cc
#8 2.572   DEP      IPL4asp_Types.cc
#8 2.577   DEP      IPL4asp_PortType.cc
#8 2.578   DEP      IPL4asp_Functions.cc
#8 2.580   DEP      IPA_Types.cc
#8 2.593   DEP      IPA_Testing.cc
#8 2.620   DEP      IPA_CodecPort_CtrlFunct.cc
#8 2.631   DEP      IPA_CodecPort.cc
#8 2.633   DEP      General_Types.cc
#8 2.641   DEP      GSM_Types.cc
#8 2.642   DEP      GSM_SystemInformation.cc
#8 2.649   DEP      GSM_RestOctets.cc
#8 2.653   DEP      GSM_RR_Types.cc
#8 2.655   DEP      BTS_Tests_perf.cc
#8 2.661   DEP      BTS_Tests_VAMOS.cc
#8 2.687   DEP      BTS_Tests_SMSCB.cc
#8 2.704   DEP      BTS_Tests_OML.cc
#8 2.708   DEP      BTS_Tests_LAPDm.cc
#8 2.709   DEP      BTS_Tests_ASCI.cc
#8 2.714   DEP      BTS_Tests.cc
#8 2.715   DEP      AbisOML_Types.cc
#8 2.800   DEP      AMR_Types.cc
#8 3.417   CC       AMR_Types.o
#8 3.417   CC       AbisOML_Types.o
#8 3.417   CC       BTS_Tests.o
#8 3.417   CC       BTS_Tests_ASCI.o
#8 3.417   CC       BTS_Tests_LAPDm.o
#8 3.417   CC       BTS_Tests_OML.o
#8 3.418   CC       BTS_Tests_SMSCB.o
#8 3.418   CC       BTS_Tests_VAMOS.o
#8 3.419   CC       BTS_Tests_perf.o
#8 3.419   CC       GSM_RR_Types.o
#8 3.419   CC       GSM_RestOctets.o
#8 3.420   CC       GSM_SystemInformation.o
#8 3.420   CC       GSM_Types.o
#8 3.421   CC       General_Types.o
#8 3.421   CC       IPA_CodecPort.o
#8 3.421   CC       IPA_CodecPort_CtrlFunct.o
#8 3.422   CC       IPA_Testing.o
#8 3.423   CC       IPA_Types.o
#8 3.442   CC       IPL4asp_Functions.o
#8 3.442   CC       IPL4asp_PortType.o
#8 4.129   CC       IPL4asp_Types.o
#8 4.199   CC       IuUP_Emulation.o
#8 4.258   CC       IuUP_Types.o
#8 4.270   CC       L1CTL_PortType.o
#8 4.583   CC       L1CTL_PortType_CtrlFunct.o
#8 4.737   CC       L1CTL_Types.o
#8 5.454   CC       L3_Common.o
#8 5.834   CC       L3_Templates.o
#8 5.841   CC       LAPDm_RAW_PT.o
#8 6.845   CC       LAPDm_Types.o
#8 6.966   CC       Misc_Helpers.o
#8 7.488   CC       MobileL3_CC_Types.o
#8 7.573   CC       MobileL3_CommonIE_Types.o
#8 7.974   CC       MobileL3_GMM_SM_Types.o
#8 8.100   CC       MobileL3_MM_Types.o
#8 8.470   CC       MobileL3_RRM_Types.o
#8 8.965   CC       MobileL3_SMS_Types.o
#8 9.093   CC       MobileL3_SS_Types.o
#8 9.283   CC       MobileL3_Types.o
#8 9.470   CC       Native_Functions.o
#8 9.562   CC       OSMUX_CodecPort.o
#8 9.601 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.601 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.601  6168 | }
#8 9.601       | ^
#8 9.739   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.13   CC       OSMUX_Emulation.o
#8 10.14   CC       OSMUX_Types.o
#8 10.34   CC       Osmocom_CTRL_Adapter.o
#8 10.62   CC       Osmocom_CTRL_Functions.o
#8 10.84   CC       Osmocom_CTRL_Types.o
#8 10.95   CC       Osmocom_Types.o
#8 11.32 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.32 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.32 39292 | }
#8 11.32       | ^
#8 11.32 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.32 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.32 39373 | }
#8 11.32       | ^
#8 11.33   CC       Osmocom_VTY_Functions.o
#8 11.46   CC       PCUIF_CodecPort.o
#8 11.60   CC       PCUIF_Types.o
#8 12.34   CC       RLCMAC_CSN1_Templates.o
#8 12.34   CC       RLCMAC_CSN1_Types.o
#8 12.40   CC       RLCMAC_Templates.o
#8 12.55   CC       RLCMAC_Types.o
#8 12.75   CC       RSL_Emulation.o
#8 12.80   CC       RSL_Types.o
#8 12.83   CC       RTP_CodecPort.o
#8 13.18   CC       RTP_CodecPort_CtrlFunct.o
#8 14.20   CC       RTP_Emulation.o
#8 14.28   CC       RTP_Types.o
#8 14.31   CC       Socket_API_Definitions.o
#8 14.32   CC       TCCConversion_Functions.o
#8 14.38   CC       TCCInterface_Functions.o
#8 14.59   CC       TELNETasp_PortType.o
#8 14.60   CC       TRXC_CodecPort.o
#8 15.09   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.12   CC       TRXC_Types.o
#8 15.24   CC       UD_PortType.o
#8 15.25   CC       UD_Types.o
#8 15.43   CC       AMR_Types_part_1.o
#8 15.44   CC       AMR_Types_part_2.o
#8 15.45   CC       AMR_Types_part_3.o
#8 15.46   CC       AMR_Types_part_4.o
#8 15.48   CC       AMR_Types_part_5.o
#8 15.48   CC       AMR_Types_part_6.o
#8 15.50   CC       AMR_Types_part_7.o
#8 15.50   CC       AbisOML_Types_part_1.o
#8 15.52   CC       AbisOML_Types_part_2.o
#8 15.54   CC       AbisOML_Types_part_3.o
#8 15.57   CC       AbisOML_Types_part_4.o
#8 15.59   CC       AbisOML_Types_part_5.o
#8 15.66   CC       AbisOML_Types_part_6.o
#8 15.73   CC       AbisOML_Types_part_7.o
#8 15.77   CC       BTS_Tests_part_1.o
#8 15.77   CC       BTS_Tests_part_2.o
#8 15.80   CC       BTS_Tests_part_3.o
#8 15.81   CC       BTS_Tests_part_4.o
#8 15.82   CC       BTS_Tests_part_5.o
#8 15.84   CC       BTS_Tests_part_6.o
#8 15.84   CC       BTS_Tests_part_7.o
#8 15.86   CC       BTS_Tests_ASCI_part_1.o
#8 15.86   CC       BTS_Tests_ASCI_part_2.o
#8 15.88   CC       BTS_Tests_ASCI_part_3.o
#8 15.88   CC       BTS_Tests_ASCI_part_4.o
#8 15.91   CC       BTS_Tests_ASCI_part_5.o
#8 15.91   CC       BTS_Tests_ASCI_part_6.o
#8 15.92   CC       BTS_Tests_ASCI_part_7.o
#8 15.93   CC       BTS_Tests_LAPDm_part_1.o
#8 15.95   CC       BTS_Tests_LAPDm_part_2.o
#8 15.95   CC       BTS_Tests_LAPDm_part_3.o
#8 15.95   CC       BTS_Tests_LAPDm_part_4.o
#8 15.97   CC       BTS_Tests_LAPDm_part_5.o
#8 15.97   CC       BTS_Tests_LAPDm_part_6.o
#8 15.97   CC       BTS_Tests_LAPDm_part_7.o
#8 15.99   CC       BTS_Tests_OML_part_2.o
#8 15.99   CC       BTS_Tests_OML_part_1.o
#8 15.99   CC       BTS_Tests_OML_part_3.o
#8 16.01   CC       BTS_Tests_OML_part_4.o
#8 16.01   CC       BTS_Tests_OML_part_5.o
#8 16.01   CC       BTS_Tests_OML_part_6.o
#8 16.03   CC       BTS_Tests_OML_part_7.o
#8 16.03   CC       BTS_Tests_SMSCB_part_1.o
#8 16.03   CC       BTS_Tests_SMSCB_part_2.o
#8 16.04   CC       BTS_Tests_SMSCB_part_3.o
#8 16.05   CC       BTS_Tests_SMSCB_part_4.o
#8 16.05   CC       BTS_Tests_SMSCB_part_5.o
#8 16.05   CC       BTS_Tests_SMSCB_part_6.o
#8 16.06   CC       BTS_Tests_SMSCB_part_7.o
#8 16.07   CC       BTS_Tests_VAMOS_part_1.o
#8 16.07   CC       BTS_Tests_VAMOS_part_2.o
#8 16.08   CC       BTS_Tests_VAMOS_part_3.o
#8 16.08   CC       BTS_Tests_VAMOS_part_4.o
#8 16.09   CC       BTS_Tests_VAMOS_part_5.o
#8 16.10   CC       BTS_Tests_VAMOS_part_7.o
#8 16.10   CC       BTS_Tests_VAMOS_part_6.o
#8 16.10   CC       BTS_Tests_perf_part_1.o
#8 16.12   CC       BTS_Tests_perf_part_2.o
#8 16.12   CC       BTS_Tests_perf_part_3.o
#8 16.12   CC       BTS_Tests_perf_part_4.o
#8 16.13   CC       BTS_Tests_perf_part_5.o
#8 16.14   CC       BTS_Tests_perf_part_6.o
#8 16.14   CC       BTS_Tests_perf_part_7.o
#8 16.14   CC       GSM_RR_Types_part_1.o
#8 16.15   CC       GSM_RR_Types_part_2.o
#8 16.16   CC       GSM_RR_Types_part_3.o
#8 16.16   CC       GSM_RR_Types_part_4.o
#8 16.18   CC       GSM_RR_Types_part_5.o
#8 16.18   CC       GSM_RR_Types_part_6.o
#8 16.20   CC       GSM_RR_Types_part_7.o
#8 16.21   CC       GSM_RestOctets_part_1.o
#8 16.21   CC       GSM_RestOctets_part_2.o
#8 16.22   CC       GSM_RestOctets_part_3.o
#8 16.40   CC       GSM_RestOctets_part_4.o
#8 16.42   CC       GSM_RestOctets_part_5.o
#8 16.44   CC       GSM_RestOctets_part_6.o
#8 16.47   CC       GSM_RestOctets_part_7.o
#8 16.49   CC       GSM_SystemInformation_part_1.o
#8 16.52   CC       GSM_SystemInformation_part_2.o
#8 16.55   CC       GSM_SystemInformation_part_3.o
#8 16.58   CC       GSM_SystemInformation_part_4.o
#8 16.60   CC       GSM_SystemInformation_part_5.o
#8 16.62   CC       GSM_SystemInformation_part_6.o
#8 16.64   CC       GSM_SystemInformation_part_7.o
#8 16.66   CC       GSM_Types_part_1.o
#8 16.71   CC       GSM_Types_part_2.o
#8 16.74   CC       GSM_Types_part_3.o
#8 16.79   CC       GSM_Types_part_4.o
#8 16.80   CC       GSM_Types_part_5.o
#8 16.82   CC       GSM_Types_part_6.o
#8 16.82   CC       GSM_Types_part_7.o
#8 16.84   CC       General_Types_part_1.o
#8 16.84   CC       General_Types_part_2.o
#8 16.86   CC       General_Types_part_3.o
#8 16.86   CC       General_Types_part_4.o
#8 16.88   CC       General_Types_part_5.o
#8 16.90   CC       General_Types_part_6.o
#8 16.90   CC       General_Types_part_7.o
#8 16.91   CC       IPA_CodecPort_part_1.o
#8 16.92   CC       IPA_CodecPort_part_2.o
#8 16.92   CC       IPA_CodecPort_part_3.o
#8 16.93   CC       IPA_CodecPort_part_4.o
#8 16.94   CC       IPA_CodecPort_part_5.o
#8 16.95   CC       IPA_CodecPort_part_6.o
#8 16.95   CC       IPA_CodecPort_part_7.o
#8 16.96   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.96   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.98   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.98   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.00   CC       IPA_Testing_part_2.o
#8 17.00   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.02   CC       IPA_Testing_part_6.o
#8 17.02   CC       IPA_Testing_part_7.o
#8 17.03   CC       IPA_Types_part_1.o
#8 17.04   CC       IPA_Types_part_2.o
#8 17.04   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.07   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.07   CC       IPL4asp_Functions_part_2.o
#8 17.09   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.09   CC       IPL4asp_Functions_part_6.o
#8 17.11   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.11   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.13   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.15   CC       IPL4asp_Types_part_2.o
#8 17.15   CC       IPL4asp_Types_part_3.o
#8 17.16   CC       IPL4asp_Types_part_4.o
#8 17.17   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.19   CC       IuUP_Emulation_part_2.o
#8 17.19   CC       IuUP_Emulation_part_3.o
#8 17.20   CC       IuUP_Emulation_part_4.o
#8 17.20   CC       IuUP_Emulation_part_5.o
#8 17.22   CC       IuUP_Emulation_part_6.o
#8 17.22   CC       IuUP_Emulation_part_7.o
#8 17.22   CC       IuUP_Types_part_1.o
#8 17.22   CC       IuUP_Types_part_2.o
#8 17.23   CC       IuUP_Types_part_3.o
#8 17.24   CC       IuUP_Types_part_4.o
#8 17.24   CC       IuUP_Types_part_5.o
#8 17.25   CC       IuUP_Types_part_6.o
#8 17.25   CC       IuUP_Types_part_7.o
#8 17.26   CC       L1CTL_PortType_part_1.o
#8 17.26   CC       L1CTL_PortType_part_2.o
#8 17.26   CC       L1CTL_PortType_part_3.o
#8 17.27   CC       L1CTL_PortType_part_4.o
#8 17.27   CC       L1CTL_PortType_part_5.o
#8 17.28   CC       L1CTL_PortType_part_6.o
#8 17.28   CC       L1CTL_PortType_part_7.o
#8 17.29   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.29   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.29   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.30   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.31   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.31   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.32   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.32   CC       L1CTL_Types_part_1.o
#8 17.32   CC       L1CTL_Types_part_2.o
#8 17.33   CC       L1CTL_Types_part_3.o
#8 17.34   CC       L1CTL_Types_part_4.o
#8 17.34   CC       L1CTL_Types_part_5.o
#8 17.34   CC       L1CTL_Types_part_6.o
#8 17.36   CC       L1CTL_Types_part_7.o
#8 17.36   CC       L3_Common_part_1.o
#8 17.36   CC       L3_Common_part_3.o
#8 17.36   CC       L3_Common_part_2.o
#8 17.38   CC       L3_Common_part_4.o
#8 17.38   CC       L3_Common_part_5.o
#8 17.38   CC       L3_Common_part_6.o
#8 17.38   CC       L3_Common_part_7.o
#8 17.40   CC       L3_Templates_part_1.o
#8 17.40   CC       L3_Templates_part_2.o
#8 17.40   CC       L3_Templates_part_3.o
#8 17.41   CC       L3_Templates_part_4.o
#8 17.42   CC       L3_Templates_part_5.o
#8 17.42   CC       L3_Templates_part_6.o
#8 17.42   CC       L3_Templates_part_7.o
#8 17.43   CC       LAPDm_RAW_PT_part_1.o
#8 17.43   CC       LAPDm_RAW_PT_part_2.o
#8 17.44   CC       LAPDm_RAW_PT_part_3.o
#8 17.44   CC       LAPDm_RAW_PT_part_4.o
#8 17.45   CC       LAPDm_RAW_PT_part_5.o
#8 17.46   CC       LAPDm_RAW_PT_part_7.o
#8 17.46   CC       LAPDm_RAW_PT_part_6.o
#8 17.46   CC       LAPDm_Types_part_1.o
#8 17.46   CC       LAPDm_Types_part_2.o
#8 17.47   CC       LAPDm_Types_part_3.o
#8 17.48   CC       LAPDm_Types_part_4.o
#8 17.48   CC       LAPDm_Types_part_5.o
#8 17.48   CC       LAPDm_Types_part_6.o
#8 17.50   CC       LAPDm_Types_part_7.o
#8 17.50   CC       Misc_Helpers_part_1.o
#8 17.50   CC       Misc_Helpers_part_2.o
#8 17.50   CC       Misc_Helpers_part_3.o
#8 17.51   CC       Misc_Helpers_part_4.o
#8 17.51   CC       Misc_Helpers_part_5.o
#8 17.52   CC       Misc_Helpers_part_6.o
#8 17.52   CC       Misc_Helpers_part_7.o
#8 17.52   CC       MobileL3_CC_Types_part_2.o
#8 17.52   CC       MobileL3_CC_Types_part_1.o
#8 17.53   CC       MobileL3_CC_Types_part_3.o
#8 17.53   CC       MobileL3_CC_Types_part_4.o
#8 17.54   CC       MobileL3_CC_Types_part_5.o
#8 17.54   CC       MobileL3_CC_Types_part_6.o
#8 17.55   CC       MobileL3_CC_Types_part_7.o
#8 17.57   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.57   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.57   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.60   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.60   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.62   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.62   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.64   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.65   CC       MobileL3_GMM_SM_Types_part_2.o
#8 17.88 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.88 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.88 11507 | }
#8 17.88       | ^
#8 18.54   CC       MobileL3_GMM_SM_Types_part_3.o
#8 18.94   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.62   CC       MobileL3_GMM_SM_Types_part_5.o
#8 19.75   CC       MobileL3_GMM_SM_Types_part_6.o
#8 20.71   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.48   CC       MobileL3_MM_Types_part_1.o
#8 21.56   CC       MobileL3_MM_Types_part_2.o
#8 21.58   CC       MobileL3_MM_Types_part_3.o
#8 21.59   CC       MobileL3_MM_Types_part_4.o
#8 21.60   CC       MobileL3_MM_Types_part_5.o
#8 21.62   CC       MobileL3_MM_Types_part_6.o
#8 21.62   CC       MobileL3_MM_Types_part_7.o
#8 21.66   CC       MobileL3_RRM_Types_part_1.o
#8 21.66   CC       MobileL3_RRM_Types_part_2.o
#8 22.63   CC       MobileL3_RRM_Types_part_3.o
#8 22.73   CC       MobileL3_RRM_Types_part_4.o
#8 23.83   CC       MobileL3_RRM_Types_part_5.o
#8 23.86   CC       MobileL3_RRM_Types_part_6.o
#8 23.88   CC       MobileL3_RRM_Types_part_7.o
#8 23.92   CC       MobileL3_SMS_Types_part_1.o
#8 24.10   CC       MobileL3_SMS_Types_part_2.o
#8 24.13   CC       MobileL3_SMS_Types_part_3.o
#8 24.17   CC       MobileL3_SMS_Types_part_4.o
#8 24.21   CC       MobileL3_SMS_Types_part_5.o
#8 24.24   CC       MobileL3_SMS_Types_part_6.o
#8 24.29   CC       MobileL3_SMS_Types_part_7.o
#8 24.34   CC       MobileL3_SS_Types_part_1.o
#8 24.38   CC       MobileL3_SS_Types_part_2.o
#8 24.41   CC       MobileL3_SS_Types_part_3.o
#8 24.45   CC       MobileL3_SS_Types_part_4.o
#8 24.52   CC       MobileL3_SS_Types_part_5.o
#8 24.54   CC       MobileL3_SS_Types_part_6.o
#8 24.59   CC       MobileL3_SS_Types_part_7.o
#8 24.62   CC       MobileL3_Types_part_1.o
#8 24.65   CC       MobileL3_Types_part_2.o
#8 24.67   CC       MobileL3_Types_part_3.o
#8 24.69   CC       MobileL3_Types_part_4.o
#8 24.72   CC       MobileL3_Types_part_5.o
#8 24.74   CC       MobileL3_Types_part_6.o
#8 24.76   CC       MobileL3_Types_part_7.o
#8 24.78   CC       Native_Functions_part_1.o
#8 24.81   CC       Native_Functions_part_2.o
#8 24.83   CC       Native_Functions_part_3.o
#8 24.85   CC       Native_Functions_part_4.o
#8 24.87   CC       Native_Functions_part_5.o
#8 24.90   CC       Native_Functions_part_6.o
#8 24.92   CC       Native_Functions_part_7.o
#8 24.94   CC       OSMUX_CodecPort_part_1.o
#8 24.96   CC       OSMUX_CodecPort_part_2.o
#8 25.00   CC       OSMUX_CodecPort_part_3.o
#8 25.02   CC       OSMUX_CodecPort_part_4.o
#8 25.04   CC       OSMUX_CodecPort_part_5.o
#8 25.06   CC       OSMUX_CodecPort_part_6.o
#8 25.08   CC       OSMUX_CodecPort_part_7.o
#8 25.10   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 25.12   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 25.14   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 25.16   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 25.18   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 25.20   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 25.22   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.24   CC       OSMUX_Emulation_part_1.o
#8 25.27   CC       OSMUX_Emulation_part_2.o
#8 25.29   CC       OSMUX_Emulation_part_3.o
#8 25.30   CC       OSMUX_Emulation_part_4.o
#8 25.31   CC       OSMUX_Emulation_part_5.o
#8 25.32   CC       OSMUX_Emulation_part_6.o
#8 25.33   CC       OSMUX_Emulation_part_7.o
#8 25.34   CC       OSMUX_Types_part_1.o
#8 25.35   CC       OSMUX_Types_part_2.o
#8 25.36   CC       OSMUX_Types_part_3.o
#8 25.37   CC       OSMUX_Types_part_4.o
#8 25.38   CC       OSMUX_Types_part_5.o
#8 25.39   CC       OSMUX_Types_part_6.o
#8 25.40   CC       OSMUX_Types_part_7.o
#8 25.41   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.42   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.43   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.44   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.45   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.46   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.46   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.47   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.48   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.48   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.49   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.50   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.50   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.51   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.53   CC       Osmocom_CTRL_Types_part_1.o
#8 25.53   CC       Osmocom_CTRL_Types_part_2.o
#8 25.54   CC       Osmocom_CTRL_Types_part_3.o
#8 25.55   CC       Osmocom_CTRL_Types_part_4.o
#8 25.55   CC       Osmocom_CTRL_Types_part_5.o
#8 25.56   CC       Osmocom_CTRL_Types_part_6.o
#8 25.56   CC       Osmocom_CTRL_Types_part_7.o
#8 25.57   CC       Osmocom_Types_part_1.o
#8 25.58   CC       Osmocom_Types_part_2.o
#8 25.58   CC       Osmocom_Types_part_3.o
#8 25.58   CC       Osmocom_Types_part_4.o
#8 25.59   CC       Osmocom_Types_part_5.o
#8 25.60   CC       Osmocom_Types_part_6.o
#8 25.60   CC       Osmocom_Types_part_7.o
#8 25.60   CC       Osmocom_VTY_Functions_part_1.o
#8 25.61   CC       Osmocom_VTY_Functions_part_2.o
#8 25.62   CC       Osmocom_VTY_Functions_part_3.o
#8 25.62   CC       Osmocom_VTY_Functions_part_4.o
#8 25.62   CC       Osmocom_VTY_Functions_part_5.o
#8 25.63   CC       Osmocom_VTY_Functions_part_6.o
#8 25.64   CC       Osmocom_VTY_Functions_part_7.o
#8 25.64   CC       PCUIF_CodecPort_part_1.o
#8 25.64   CC       PCUIF_CodecPort_part_2.o
#8 25.65   CC       PCUIF_CodecPort_part_3.o
#8 25.66   CC       PCUIF_CodecPort_part_4.o
#8 25.66   CC       PCUIF_CodecPort_part_5.o
#8 25.66   CC       PCUIF_CodecPort_part_6.o
#8 25.67   CC       PCUIF_CodecPort_part_7.o
#8 25.68   CC       PCUIF_Types_part_1.o
#8 25.69   CC       PCUIF_Types_part_2.o
#8 25.69   CC       PCUIF_Types_part_3.o
#8 25.69   CC       PCUIF_Types_part_4.o
#8 25.71   CC       PCUIF_Types_part_5.o
#8 25.71   CC       PCUIF_Types_part_6.o
#8 25.71   CC       PCUIF_Types_part_7.o
#8 25.73   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.73   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.73   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.75   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.75   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.75   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.77   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.77   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.77   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.79   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.85   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.99   CC       RLCMAC_CSN1_Types_part_5.o
#8 26.16   CC       RLCMAC_CSN1_Types_part_6.o
#8 26.18   CC       RLCMAC_CSN1_Types_part_7.o
#8 26.20   CC       RLCMAC_Templates_part_1.o
#8 26.22   CC       RLCMAC_Templates_part_2.o
#8 26.24   CC       RLCMAC_Templates_part_3.o
#8 26.27   CC       RLCMAC_Templates_part_4.o
#8 26.29   CC       RLCMAC_Templates_part_5.o
#8 26.31   CC       RLCMAC_Templates_part_6.o
#8 26.33   CC       RLCMAC_Templates_part_7.o
#8 26.36   CC       RLCMAC_Types_part_1.o
#8 26.48   CC       RLCMAC_Types_part_2.o
#8 26.50   CC       RLCMAC_Types_part_3.o
#8 26.50   CC       RLCMAC_Types_part_4.o
#8 26.52   CC       RLCMAC_Types_part_5.o
#8 26.54   CC       RLCMAC_Types_part_6.o
#8 26.54   CC       RLCMAC_Types_part_7.o
#8 26.56   CC       RSL_Emulation_part_1.o
#8 26.57   CC       RSL_Emulation_part_2.o
#8 26.59   CC       RSL_Emulation_part_3.o
#8 26.59   CC       RSL_Emulation_part_4.o
#8 26.62   CC       RSL_Emulation_part_5.o
#8 26.64   CC       RSL_Emulation_part_6.o
#8 26.67   CC       RSL_Emulation_part_7.o
#8 26.67   CC       RSL_Types_part_1.o
#8 26.69   CC       RSL_Types_part_2.o
#8 26.84   CC       RSL_Types_part_3.o
#8 26.91   CC       RSL_Types_part_4.o
#8 26.95   CC       RSL_Types_part_5.o
#8 26.98   CC       RSL_Types_part_6.o
#8 27.00   CC       RSL_Types_part_7.o
#8 27.00   CC       RTP_CodecPort_part_1.o
#8 27.02   CC       RTP_CodecPort_part_2.o
#8 27.02   CC       RTP_CodecPort_part_3.o
#8 27.04   CC       RTP_CodecPort_part_4.o
#8 27.04   CC       RTP_CodecPort_part_5.o
#8 27.06   CC       RTP_CodecPort_part_6.o
#8 27.07   CC       RTP_CodecPort_part_7.o
#8 27.09   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 27.09   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 27.11   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 27.11   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 27.13   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 27.13   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 27.15   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 27.15   CC       RTP_Emulation_part_1.o
#8 27.18   CC       RTP_Emulation_part_2.o
#8 27.18   CC       RTP_Emulation_part_3.o
#8 27.20   CC       RTP_Emulation_part_4.o
#8 27.20   CC       RTP_Emulation_part_5.o
#8 27.22   CC       RTP_Emulation_part_7.o
#8 27.22   CC       RTP_Emulation_part_6.o
#8 27.25   CC       RTP_Types_part_1.o
#8 27.25   CC       RTP_Types_part_2.o
#8 27.29   CC       RTP_Types_part_3.o
#8 27.31   CC       RTP_Types_part_4.o
#8 27.32   CC       RTP_Types_part_5.o
#8 27.33   CC       RTP_Types_part_6.o
#8 27.34   CC       RTP_Types_part_7.o
#8 27.35   CC       Socket_API_Definitions_part_1.o
#8 27.37   CC       Socket_API_Definitions_part_2.o
#8 27.38   CC       Socket_API_Definitions_part_3.o
#8 27.39   CC       Socket_API_Definitions_part_4.o
#8 27.40   CC       Socket_API_Definitions_part_5.o
#8 27.41   CC       Socket_API_Definitions_part_6.o
#8 27.42   CC       Socket_API_Definitions_part_7.o
#8 27.44   CC       TCCConversion_Functions_part_1.o
#8 27.45   CC       TCCConversion_Functions_part_2.o
#8 27.46   CC       TCCConversion_Functions_part_3.o
#8 27.47   CC       TCCConversion_Functions_part_4.o
#8 27.48   CC       TCCConversion_Functions_part_5.o
#8 27.49   CC       TCCConversion_Functions_part_6.o
#8 27.49   CC       TCCConversion_Functions_part_7.o
#8 27.50   CC       TCCInterface_Functions_part_1.o
#8 27.51   CC       TCCInterface_Functions_part_2.o
#8 27.52   CC       TCCInterface_Functions_part_3.o
#8 27.53   CC       TCCInterface_Functions_part_4.o
#8 27.53   CC       TCCInterface_Functions_part_5.o
#8 27.55   CC       TCCInterface_Functions_part_6.o
#8 27.55   CC       TCCInterface_Functions_part_7.o
#8 27.55   CC       TELNETasp_PortType_part_1.o
#8 27.57   CC       TELNETasp_PortType_part_2.o
#8 27.57   CC       TELNETasp_PortType_part_3.o
#8 27.58   CC       TELNETasp_PortType_part_4.o
#8 27.59   CC       TELNETasp_PortType_part_5.o
#8 27.60   CC       TELNETasp_PortType_part_6.o
#8 27.60   CC       TELNETasp_PortType_part_7.o
#8 27.62   CC       TRXC_CodecPort_part_1.o
#8 27.62   CC       TRXC_CodecPort_part_2.o
#8 27.62   CC       TRXC_CodecPort_part_3.o
#8 27.64   CC       TRXC_CodecPort_part_4.o
#8 27.64   CC       TRXC_CodecPort_part_5.o
#8 27.64   CC       TRXC_CodecPort_part_6.o
#8 27.66   CC       TRXC_CodecPort_part_7.o
#8 27.67   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.67   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.69   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.69   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.69   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.71   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.71   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.71   CC       TRXC_Types_part_1.o
#8 27.73   CC       TRXC_Types_part_2.o
#8 27.74   CC       TRXC_Types_part_3.o
#8 27.74   CC       TRXC_Types_part_4.o
#8 27.76   CC       TRXC_Types_part_5.o
#8 27.76   CC       TRXC_Types_part_6.o
#8 27.76   CC       TRXC_Types_part_7.o
#8 27.78   CC       UD_PortType_part_1.o
#8 27.78   CC       UD_PortType_part_2.o
#8 27.78   CC       UD_PortType_part_3.o
#8 27.80   CC       UD_PortType_part_4.o
#8 27.80   CC       UD_PortType_part_5.o
#8 27.80   CC       UD_PortType_part_6.o
#8 27.82   CC       UD_PortType_part_7.o
#8 27.83   CC       UD_Types_part_2.o
#8 27.83   CC       UD_Types_part_1.o
#8 27.85   CC       UD_Types_part_3.o
#8 27.85   CC       UD_Types_part_4.o
#8 27.85   CC       UD_Types_part_5.o
#8 27.87   CC       UD_Types_part_6.o
#8 27.87   CC       UD_Types_part_7.o
#8 27.87   CC       IPA_Emulation.o
#8 27.89   CC       IPA_Emulation_part_1.o
#8 27.89   CC       IPA_Emulation_part_2.o
#8 27.91   CC       IPA_Emulation_part_3.o
#8 27.91   CC       IPA_Emulation_part_4.o
#8 27.93   CC       IPA_Emulation_part_5.o
#8 27.95   CC       IPA_Emulation_part_6.o
#8 27.95   CC       IPA_Emulation_part_7.o
#8 27.98   CC       IPA_CodecPort_CtrlFunctDef.o
#8 27.99   CC       IPL4asp_PT.o
#8 28.44   CC       IPL4asp_discovery.o
#8 28.58   CC       IuUP_EncDec.o
#8 28.86   CC       L1CTL_PortType_CtrlFunctDef.o
#8 28.96   CC       Native_FunctionDefs.o
#8 29.11   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.14   CC       RLCMAC_EncDec.o
#8 29.24   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.34   CC       RTP_EncDec.o
#8 29.71   CC       TCCConversion.o
#8 29.76   CC       TCCInterface.o
#8 29.88   CC       TELNETasp_PT.o
#8 30.16   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.18   CC       UD_PT.o
#8 30.21   CCLD     AMR_Types.so
#8 30.39   CCLD     AbisOML_Types.so
#8 30.40   CCLD     BTS_Tests.so
#8 30.46   CCLD     BTS_Tests_ASCI.so
#8 30.51   CCLD     BTS_Tests_LAPDm.so
#8 30.52   CCLD     BTS_Tests_OML.so
#8 30.54   CCLD     BTS_Tests_SMSCB.so
#8 30.56   CCLD     BTS_Tests_VAMOS.so
#8 30.61   CCLD     BTS_Tests_perf.so
#8 30.62   CCLD     GSM_RR_Types.so
#8 30.64   CCLD     GSM_RestOctets.so
#8 30.65   CCLD     GSM_SystemInformation.so
#8 30.70   CCLD     GSM_Types.so
#8 30.75   CCLD     General_Types.so
#8 30.76   CCLD     IPA_CodecPort.so
#8 30.77   CCLD     IPA_CodecPort_CtrlFunct.so
#8 30.78   CCLD     IPA_Testing.so
#8 30.81   CCLD     IPA_Types.so
#8 30.86   CCLD     IPL4asp_Functions.so
#8 30.86   CCLD     IPL4asp_PortType.so
#8 30.89   CCLD     IPL4asp_Types.so
#8 30.89   CCLD     IuUP_Emulation.so
#8 30.91   CCLD     IuUP_Types.so
#8 30.95   CCLD     L1CTL_PortType.so
#8 30.96   CCLD     L1CTL_PortType_CtrlFunct.so
#8 31.01   CCLD     L1CTL_Types.so
#8 31.03   CCLD     L3_Common.so
#8 31.04   CCLD     L3_Templates.so
#8 31.04   CCLD     LAPDm_RAW_PT.so
#8 31.05   CCLD     LAPDm_Types.so
#8 31.06   CCLD     Misc_Helpers.so
#8 31.09   CCLD     MobileL3_CC_Types.so
#8 31.14   CCLD     MobileL3_CommonIE_Types.so
#8 31.15   CCLD     MobileL3_GMM_SM_Types.so
#8 31.15   CCLD     MobileL3_MM_Types.so
#8 31.16   CCLD     MobileL3_RRM_Types.so
#8 31.16   CCLD     MobileL3_SMS_Types.so
#8 31.22   CCLD     MobileL3_SS_Types.so
#8 31.29   CCLD     MobileL3_Types.so
#8 31.30   CCLD     Native_Functions.so
#8 31.30   CCLD     OSMUX_CodecPort.so
#8 31.31   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.31   CCLD     OSMUX_Emulation.so
#8 31.31   CCLD     OSMUX_Types.so
#8 31.32   CCLD     Osmocom_CTRL_Adapter.so
#8 31.38   CCLD     Osmocom_CTRL_Functions.so
#8 31.39   CCLD     Osmocom_CTRL_Types.so
#8 31.41   CCLD     Osmocom_Types.so
#8 31.41   CCLD     Osmocom_VTY_Functions.so
#8 31.42   CCLD     PCUIF_CodecPort.so
#8 31.43   CCLD     PCUIF_Types.so
#8 31.44   CCLD     RLCMAC_CSN1_Templates.so
#8 31.44   CCLD     RLCMAC_CSN1_Types.so
#8 31.47   CCLD     RLCMAC_Templates.so
#8 31.49   CCLD     RLCMAC_Types.so
#8 31.52   CCLD     RSL_Emulation.so
#8 31.52   CCLD     RSL_Types.so
#8 31.55   CCLD     RTP_CodecPort.so
#8 31.55   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.56   CCLD     RTP_Emulation.so
#8 31.59   CCLD     RTP_Types.so
#8 31.60   CCLD     Socket_API_Definitions.so
#8 31.63   CCLD     TCCConversion_Functions.so
#8 31.64   CCLD     TCCInterface_Functions.so
#8 31.65   CCLD     TELNETasp_PortType.so
#8 31.66   CCLD     TRXC_CodecPort.so
#8 31.67   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.68   CCLD     TRXC_Types.so
#8 31.71   CCLD     UD_PortType.so
#8 31.74   CCLD     UD_Types.so
#8 31.75   CCLD     AMR_Types_part_1.so
#8 31.75   CCLD     AMR_Types_part_2.so
#8 31.76   CCLD     AMR_Types_part_3.so
#8 31.76   CCLD     AMR_Types_part_4.so
#8 31.78   CCLD     AMR_Types_part_5.so
#8 31.78   CCLD     AMR_Types_part_6.so
#8 31.78   CCLD     AMR_Types_part_7.so
#8 31.80   CCLD     AbisOML_Types_part_1.so
#8 31.82   CCLD     AbisOML_Types_part_3.so
#8 31.82   CCLD     AbisOML_Types_part_2.so
#8 31.82   CCLD     AbisOML_Types_part_4.so
#8 31.82   CCLD     AbisOML_Types_part_5.so
#8 31.83   CCLD     AbisOML_Types_part_6.so
#8 31.83   CCLD     AbisOML_Types_part_7.so
#8 31.84   CCLD     BTS_Tests_part_1.so
#8 31.84   CCLD     BTS_Tests_part_2.so
#8 31.85   CCLD     BTS_Tests_part_3.so
#8 31.85   CCLD     BTS_Tests_part_4.so
#8 31.86   CCLD     BTS_Tests_part_5.so
#8 31.86   CCLD     BTS_Tests_part_6.so
#8 31.86   CCLD     BTS_Tests_part_7.so
#8 31.87   CCLD     BTS_Tests_ASCI_part_1.so
#8 31.87   CCLD     BTS_Tests_ASCI_part_2.so
#8 31.88   CCLD     BTS_Tests_ASCI_part_3.so
#8 31.88   CCLD     BTS_Tests_ASCI_part_4.so
#8 31.90   CCLD     BTS_Tests_ASCI_part_5.so
#8 31.90   CCLD     BTS_Tests_ASCI_part_6.so
#8 31.90   CCLD     BTS_Tests_ASCI_part_7.so
#8 31.90   CCLD     BTS_Tests_LAPDm_part_1.so
#8 31.90   CCLD     BTS_Tests_LAPDm_part_2.so
#8 31.90   CCLD     BTS_Tests_LAPDm_part_3.so
#8 31.91   CCLD     BTS_Tests_LAPDm_part_4.so
#8 31.92   CCLD     BTS_Tests_LAPDm_part_5.so
#8 31.92   CCLD     BTS_Tests_LAPDm_part_6.so
#8 31.92   CCLD     BTS_Tests_LAPDm_part_7.so
#8 31.93   CCLD     BTS_Tests_OML_part_1.so
#8 31.93   CCLD     BTS_Tests_OML_part_2.so
#8 31.93   CCLD     BTS_Tests_OML_part_3.so
#8 31.95   CCLD     BTS_Tests_OML_part_4.so
#8 31.95   CCLD     BTS_Tests_OML_part_5.so
#8 31.95   CCLD     BTS_Tests_OML_part_6.so
#8 31.95   CCLD     BTS_Tests_OML_part_7.so
#8 31.95   CCLD     BTS_Tests_SMSCB_part_1.so
#8 31.95   CCLD     BTS_Tests_SMSCB_part_2.so
#8 31.95   CCLD     BTS_Tests_SMSCB_part_3.so
#8 31.95   CCLD     BTS_Tests_SMSCB_part_4.so
#8 31.95   CCLD     BTS_Tests_SMSCB_part_5.so
#8 31.96   CCLD     BTS_Tests_SMSCB_part_6.so
#8 31.97   CCLD     BTS_Tests_SMSCB_part_7.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_1.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_2.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_3.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_4.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_5.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_6.so
#8 31.98   CCLD     BTS_Tests_VAMOS_part_7.so
#8 31.98   CCLD     BTS_Tests_perf_part_1.so
#8 31.99   CCLD     BTS_Tests_perf_part_2.so
#8 32.00   CCLD     BTS_Tests_perf_part_3.so
#8 32.00   CCLD     BTS_Tests_perf_part_4.so
#8 32.00   CCLD     BTS_Tests_perf_part_5.so
#8 32.00   CCLD     BTS_Tests_perf_part_6.so
#8 32.01   CCLD     BTS_Tests_perf_part_7.so
#8 32.01   CCLD     GSM_RR_Types_part_1.so
#8 32.01   CCLD     GSM_RR_Types_part_2.so
#8 32.01   CCLD     GSM_RR_Types_part_3.so
#8 32.02   CCLD     GSM_RR_Types_part_4.so
#8 32.02   CCLD     GSM_RR_Types_part_5.so
#8 32.03   CCLD     GSM_RR_Types_part_6.so
#8 32.04   CCLD     GSM_RR_Types_part_7.so
#8 32.04   CCLD     GSM_RestOctets_part_1.so
#8 32.04   CCLD     GSM_RestOctets_part_2.so
#8 32.04   CCLD     GSM_RestOctets_part_3.so
#8 32.04   CCLD     GSM_RestOctets_part_4.so
#8 32.05   CCLD     GSM_RestOctets_part_5.so
#8 32.06   CCLD     GSM_RestOctets_part_6.so
#8 32.06   CCLD     GSM_RestOctets_part_7.so
#8 32.07   CCLD     GSM_SystemInformation_part_1.so
#8 32.07   CCLD     GSM_SystemInformation_part_2.so
#8 32.08   CCLD     GSM_SystemInformation_part_3.so
#8 32.08   CCLD     GSM_SystemInformation_part_4.so
#8 32.09   CCLD     GSM_SystemInformation_part_5.so
#8 32.09   CCLD     GSM_SystemInformation_part_6.so
#8 32.10   CCLD     GSM_SystemInformation_part_7.so
#8 32.11   CCLD     GSM_Types_part_1.so
#8 32.11   CCLD     GSM_Types_part_2.so
#8 32.12   CCLD     GSM_Types_part_3.so
#8 32.12   CCLD     GSM_Types_part_4.so
#8 32.13   CCLD     GSM_Types_part_5.so
#8 32.14   CCLD     GSM_Types_part_6.so
#8 32.14   CCLD     General_Types_part_1.so
#8 32.14   CCLD     GSM_Types_part_7.so
#8 32.15   CCLD     General_Types_part_2.so
#8 32.15   CCLD     General_Types_part_3.so
#8 32.16   CCLD     General_Types_part_4.so
#8 32.16   CCLD     General_Types_part_5.so
#8 32.17   CCLD     General_Types_part_6.so
#8 32.17   CCLD     General_Types_part_7.so
#8 32.17   CCLD     IPA_CodecPort_part_1.so
#8 32.17   CCLD     IPA_CodecPort_part_2.so
#8 32.18   CCLD     IPA_CodecPort_part_3.so
#8 32.18   CCLD     IPA_CodecPort_part_4.so
#8 32.18   CCLD     IPA_CodecPort_part_5.so
#8 32.19   CCLD     IPA_CodecPort_part_6.so
#8 32.19   CCLD     IPA_CodecPort_part_7.so
#8 32.20   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 32.20   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 32.20   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 32.20   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 32.21   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 32.21   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 32.23   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 32.23   CCLD     IPA_Testing_part_1.so
#8 32.23   CCLD     IPA_Testing_part_2.so
#8 32.23   CCLD     IPA_Testing_part_3.so
#8 32.23   CCLD     IPA_Testing_part_4.so
#8 32.23   CCLD     IPA_Testing_part_5.so
#8 32.23   CCLD     IPA_Testing_part_6.so
#8 32.24   CCLD     IPA_Testing_part_7.so
#8 32.24   CCLD     IPA_Types_part_1.so
#8 32.25   CCLD     IPA_Types_part_2.so
#8 32.26   CCLD     IPA_Types_part_3.so
#8 32.26   CCLD     IPA_Types_part_4.so
#8 32.26   CCLD     IPA_Types_part_5.so
#8 32.26   CCLD     IPA_Types_part_6.so
#8 32.26   CCLD     IPA_Types_part_7.so
#8 32.26   CCLD     IPL4asp_Functions_part_1.so
#8 32.26   CCLD     IPL4asp_Functions_part_2.so
#8 32.27   CCLD     IPL4asp_Functions_part_3.so
#8 32.28   CCLD     IPL4asp_Functions_part_4.so
#8 32.28   CCLD     IPL4asp_Functions_part_5.so
#8 32.28   CCLD     IPL4asp_Functions_part_6.so
#8 32.28   CCLD     IPL4asp_Functions_part_7.so
#8 32.28   CCLD     IPL4asp_PortType_part_1.so
#8 32.28   CCLD     IPL4asp_PortType_part_2.so
#8 32.28   CCLD     IPL4asp_PortType_part_3.so
#8 32.29   CCLD     IPL4asp_PortType_part_4.so
#8 32.29   CCLD     IPL4asp_PortType_part_5.so
#8 32.31   CCLD     IPL4asp_PortType_part_6.so
#8 32.31   CCLD     IPL4asp_PortType_part_7.so
#8 32.31   CCLD     IPL4asp_Types_part_1.so
#8 32.33   CCLD     IPL4asp_Types_part_2.so
#8 32.33   CCLD     IPL4asp_Types_part_3.so
#8 32.33   CCLD     IPL4asp_Types_part_4.so
#8 32.33   CCLD     IPL4asp_Types_part_5.so
#8 32.33   CCLD     IPL4asp_Types_part_6.so
#8 32.33   CCLD     IPL4asp_Types_part_7.so
#8 32.33   CCLD     IuUP_Emulation_part_1.so
#8 32.33   CCLD     IuUP_Emulation_part_2.so
#8 32.35   CCLD     IuUP_Emulation_part_3.so
#8 32.35   CCLD     IuUP_Emulation_part_4.so
#8 32.35   CCLD     IuUP_Emulation_part_5.so
#8 32.35   CCLD     IuUP_Emulation_part_6.so
#8 32.36   CCLD     IuUP_Emulation_part_7.so
#8 32.36   CCLD     IuUP_Types_part_1.so
#8 32.36   CCLD     IuUP_Types_part_2.so
#8 32.37   CCLD     IuUP_Types_part_3.so
#8 32.37   CCLD     IuUP_Types_part_4.so
#8 32.37   CCLD     IuUP_Types_part_5.so
#8 32.37   CCLD     IuUP_Types_part_6.so
#8 32.37   CCLD     IuUP_Types_part_7.so
#8 32.38   CCLD     L1CTL_PortType_part_1.so
#8 32.38   CCLD     L1CTL_PortType_part_2.so
#8 32.38   CCLD     L1CTL_PortType_part_3.so
#8 32.38   CCLD     L1CTL_PortType_part_5.so
#8 32.38   CCLD     L1CTL_PortType_part_4.so
#8 32.39   CCLD     L1CTL_PortType_part_6.so
#8 32.39   CCLD     L1CTL_PortType_part_7.so
#8 32.39   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.39   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.40   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.40   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.40   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.41   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.41   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.41   CCLD     L1CTL_Types_part_1.so
#8 32.41   CCLD     L1CTL_Types_part_2.so
#8 32.41   CCLD     L1CTL_Types_part_3.so
#8 32.42   CCLD     L1CTL_Types_part_4.so
#8 32.42   CCLD     L1CTL_Types_part_5.so
#8 32.42   CCLD     L1CTL_Types_part_6.so
#8 32.42   CCLD     L1CTL_Types_part_7.so
#8 32.43   CCLD     L3_Common_part_1.so
#8 32.43   CCLD     L3_Common_part_2.so
#8 32.43   CCLD     L3_Common_part_3.so
#8 32.43   CCLD     L3_Common_part_4.so
#8 32.43   CCLD     L3_Common_part_5.so
#8 32.44   CCLD     L3_Common_part_6.so
#8 32.44   CCLD     L3_Common_part_7.so
#8 32.44   CCLD     L3_Templates_part_1.so
#8 32.45   CCLD     L3_Templates_part_2.so
#8 32.45   CCLD     L3_Templates_part_3.so
#8 32.45   CCLD     L3_Templates_part_4.so
#8 32.45   CCLD     L3_Templates_part_5.so
#8 32.45   CCLD     L3_Templates_part_6.so
#8 32.45   CCLD     L3_Templates_part_7.so
#8 32.46   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.46   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.46   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.46   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.47   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.48   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.48   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.48   CCLD     LAPDm_Types_part_1.so
#8 32.48   CCLD     LAPDm_Types_part_2.so
#8 32.48   CCLD     LAPDm_Types_part_3.so
#8 32.50   CCLD     LAPDm_Types_part_4.so
#8 32.50   CCLD     LAPDm_Types_part_5.so
#8 32.50   CCLD     LAPDm_Types_part_6.so
#8 32.50   CCLD     LAPDm_Types_part_7.so
#8 32.50   CCLD     Misc_Helpers_part_1.so
#8 32.50   CCLD     Misc_Helpers_part_2.so
#8 32.50   CCLD     Misc_Helpers_part_3.so
#8 32.50   CCLD     Misc_Helpers_part_4.so
#8 32.50   CCLD     Misc_Helpers_part_5.so
#8 32.50   CCLD     Misc_Helpers_part_6.so
#8 32.50   CCLD     Misc_Helpers_part_7.so
#8 32.51   CCLD     MobileL3_CC_Types_part_1.so
#8 32.51   CCLD     MobileL3_CC_Types_part_2.so
#8 32.52   CCLD     MobileL3_CC_Types_part_3.so
#8 32.52   CCLD     MobileL3_CC_Types_part_4.so
#8 32.53   CCLD     MobileL3_CC_Types_part_5.so
#8 32.53   CCLD     MobileL3_CC_Types_part_6.so
#8 32.53   CCLD     MobileL3_CC_Types_part_7.so
#8 32.53   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.53   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.53   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.53   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.54   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.55   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.55   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.55   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.56   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.56   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.56   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.56   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.57   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.58   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.58   CCLD     MobileL3_MM_Types_part_1.so
#8 32.59   CCLD     MobileL3_MM_Types_part_2.so
#8 32.63   CCLD     MobileL3_MM_Types_part_3.so
#8 32.66   CCLD     MobileL3_MM_Types_part_4.so
#8 32.69   CCLD     MobileL3_MM_Types_part_5.so
#8 32.70   CCLD     MobileL3_MM_Types_part_7.so
#8 32.70   CCLD     MobileL3_MM_Types_part_6.so
#8 32.72   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.72   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.72   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.75   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.75   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.75   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.76   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.76   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.76   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.76   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.77   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.79   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.79   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.79   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.79   CCLD     MobileL3_SS_Types_part_1.so
#8 32.79   CCLD     MobileL3_SS_Types_part_2.so
#8 32.79   CCLD     MobileL3_SS_Types_part_3.so
#8 32.80   CCLD     MobileL3_SS_Types_part_4.so
#8 32.81   CCLD     MobileL3_SS_Types_part_5.so
#8 32.82   CCLD     MobileL3_SS_Types_part_6.so
#8 32.82   CCLD     MobileL3_SS_Types_part_7.so
#8 32.82   CCLD     MobileL3_Types_part_1.so
#8 32.82   CCLD     MobileL3_Types_part_2.so
#8 32.82   CCLD     MobileL3_Types_part_3.so
#8 32.82   CCLD     MobileL3_Types_part_4.so
#8 32.84   CCLD     MobileL3_Types_part_5.so
#8 32.84   CCLD     MobileL3_Types_part_6.so
#8 32.84   CCLD     MobileL3_Types_part_7.so
#8 32.85   CCLD     Native_Functions_part_1.so
#8 32.85   CCLD     Native_Functions_part_2.so
#8 32.85   CCLD     Native_Functions_part_3.so
#8 32.85   CCLD     Native_Functions_part_4.so
#8 32.85   CCLD     Native_Functions_part_5.so
#8 32.85   CCLD     Native_Functions_part_6.so
#8 32.86   CCLD     Native_Functions_part_7.so
#8 32.87   CCLD     OSMUX_CodecPort_part_1.so
#8 32.87   CCLD     OSMUX_CodecPort_part_2.so
#8 32.89   CCLD     OSMUX_CodecPort_part_3.so
#8 32.89   CCLD     OSMUX_CodecPort_part_4.so
#8 32.89   CCLD     OSMUX_CodecPort_part_5.so
#8 32.89   CCLD     OSMUX_CodecPort_part_6.so
#8 32.89   CCLD     OSMUX_CodecPort_part_7.so
#8 32.89   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.89   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.89   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.89   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.90   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.91   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.91   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.91   CCLD     OSMUX_Emulation_part_1.so
#8 32.91   CCLD     OSMUX_Emulation_part_3.so
#8 32.91   CCLD     OSMUX_Emulation_part_2.so
#8 32.91   CCLD     OSMUX_Emulation_part_4.so
#8 32.91   CCLD     OSMUX_Emulation_part_5.so
#8 32.91   CCLD     OSMUX_Emulation_part_6.so
#8 32.92   CCLD     OSMUX_Emulation_part_7.so
#8 32.92   CCLD     OSMUX_Types_part_1.so
#8 32.93   CCLD     OSMUX_Types_part_2.so
#8 32.93   CCLD     OSMUX_Types_part_3.so
#8 32.94   CCLD     OSMUX_Types_part_4.so
#8 32.94   CCLD     OSMUX_Types_part_5.so
#8 32.94   CCLD     OSMUX_Types_part_6.so
#8 32.94   CCLD     OSMUX_Types_part_7.so
#8 32.94   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 32.94   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 32.94   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 32.94   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 32.94   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 32.95   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 32.95   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 32.97   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 32.97   CCLD     Osmocom_CTRL_Types_part_1.so
#8 32.97   CCLD     Osmocom_CTRL_Types_part_2.so
#8 32.97   CCLD     Osmocom_CTRL_Types_part_3.so
#8 32.97   CCLD     Osmocom_CTRL_Types_part_4.so
#8 32.99   CCLD     Osmocom_CTRL_Types_part_5.so
#8 32.99   CCLD     Osmocom_CTRL_Types_part_6.so
#8 33.00   CCLD     Osmocom_CTRL_Types_part_7.so
#8 33.00   CCLD     Osmocom_Types_part_1.so
#8 33.00   CCLD     Osmocom_Types_part_2.so
#8 33.00   CCLD     Osmocom_Types_part_3.so
#8 33.00   CCLD     Osmocom_Types_part_4.so
#8 33.00   CCLD     Osmocom_Types_part_5.so
#8 33.00   CCLD     Osmocom_Types_part_6.so
#8 33.00   CCLD     Osmocom_Types_part_7.so
#8 33.00   CCLD     Osmocom_VTY_Functions_part_1.so
#8 33.00   CCLD     Osmocom_VTY_Functions_part_2.so
#8 33.01   CCLD     Osmocom_VTY_Functions_part_3.so
#8 33.02   CCLD     Osmocom_VTY_Functions_part_4.so
#8 33.02   CCLD     Osmocom_VTY_Functions_part_5.so
#8 33.02   CCLD     Osmocom_VTY_Functions_part_6.so
#8 33.02   CCLD     Osmocom_VTY_Functions_part_7.so
#8 33.02   CCLD     PCUIF_CodecPort_part_1.so
#8 33.02   CCLD     PCUIF_CodecPort_part_2.so
#8 33.02   CCLD     PCUIF_CodecPort_part_3.so
#8 33.03   CCLD     PCUIF_CodecPort_part_4.so
#8 33.03   CCLD     PCUIF_CodecPort_part_5.so
#8 33.03   CCLD     PCUIF_CodecPort_part_6.so
#8 33.03   CCLD     PCUIF_CodecPort_part_7.so
#8 33.03   CCLD     PCUIF_Types_part_1.so
#8 33.04   CCLD     PCUIF_Types_part_2.so
#8 33.04   CCLD     PCUIF_Types_part_3.so
#8 33.05   CCLD     PCUIF_Types_part_4.so
#8 33.05   CCLD     PCUIF_Types_part_5.so
#8 33.05   CCLD     PCUIF_Types_part_6.so
#8 33.05   CCLD     PCUIF_Types_part_7.so
#8 33.05   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 33.05   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 33.05   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 33.05   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 33.05   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 33.06   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 33.07   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 33.07   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 33.07   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 33.07   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 33.08   CCLD     RLCMAC_Templates_part_1.so
#8 33.08   CCLD     RLCMAC_Templates_part_2.so
#8 33.08   CCLD     RLCMAC_Templates_part_4.so
#8 33.08   CCLD     RLCMAC_Templates_part_3.so
#8 33.08   CCLD     RLCMAC_Templates_part_5.so
#8 33.08   CCLD     RLCMAC_Templates_part_6.so
#8 33.08   CCLD     RLCMAC_Templates_part_7.so
#8 33.10   CCLD     RLCMAC_Types_part_1.so
#8 33.10   CCLD     RLCMAC_Types_part_2.so
#8 33.10   CCLD     RLCMAC_Types_part_3.so
#8 33.12   CCLD     RLCMAC_Types_part_4.so
#8 33.12   CCLD     RLCMAC_Types_part_5.so
#8 33.12   CCLD     RLCMAC_Types_part_6.so
#8 33.12   CCLD     RLCMAC_Types_part_7.so
#8 33.12   CCLD     RSL_Emulation_part_1.so
#8 33.12   CCLD     RSL_Emulation_part_2.so
#8 33.12   CCLD     RSL_Emulation_part_3.so
#8 33.13   CCLD     RSL_Emulation_part_4.so
#8 33.13   CCLD     RSL_Emulation_part_5.so
#8 33.13   CCLD     RSL_Emulation_part_6.so
#8 33.15   CCLD     RSL_Types_part_2.so
#8 33.15   CCLD     RSL_Emulation_part_7.so
#8 33.15   CCLD     RSL_Types_part_3.so
#8 33.15   CCLD     RSL_Types_part_4.so
#8 33.15   CCLD     RSL_Types_part_5.so
#8 33.15   CCLD     RSL_Types_part_6.so
#8 33.15   CCLD     RSL_Types_part_7.so
#8 33.15   CCLD     RTP_CodecPort_part_1.so
#8 33.15   CCLD     RTP_CodecPort_part_2.so
#8 33.16   CCLD     RTP_CodecPort_part_3.so
#8 33.18   CCLD     RTP_CodecPort_part_4.so
#8 33.18   CCLD     RTP_CodecPort_part_5.so
#8 33.18   CCLD     RTP_CodecPort_part_6.so
#8 33.18   CCLD     RTP_CodecPort_part_7.so
#8 33.18   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 33.18   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 33.18   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 33.18   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 33.18   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 33.19   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 33.19   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 33.20   CCLD     RTP_Emulation_part_1.so
#8 33.21   CCLD     RTP_Emulation_part_2.so
#8 33.21   CCLD     RTP_Emulation_part_3.so
#8 33.21   CCLD     RTP_Emulation_part_4.so
#8 33.21   CCLD     RTP_Emulation_part_5.so
#8 33.21   CCLD     RTP_Emulation_part_6.so
#8 33.21   CCLD     RTP_Emulation_part_7.so
#8 33.21   CCLD     RTP_Types_part_2.so
#8 33.21   CCLD     RTP_Types_part_3.so
#8 33.21   CCLD     RTP_Types_part_4.so
#8 33.22   CCLD     RTP_Types_part_5.so
#8 33.23   CCLD     RTP_Types_part_6.so
#8 33.23   CCLD     RTP_Types_part_7.so
#8 33.23   CCLD     Socket_API_Definitions_part_1.so
#8 33.23   CCLD     Socket_API_Definitions_part_2.so
#8 33.23   CCLD     Socket_API_Definitions_part_3.so
#8 33.23   CCLD     Socket_API_Definitions_part_4.so
#8 33.23   CCLD     Socket_API_Definitions_part_5.so
#8 33.23   CCLD     Socket_API_Definitions_part_6.so
#8 33.24   CCLD     Socket_API_Definitions_part_7.so
#8 33.24   CCLD     TCCConversion_Functions_part_1.so
#8 33.24   CCLD     TCCConversion_Functions_part_2.so
#8 33.25   CCLD     TCCConversion_Functions_part_3.so
#8 33.25   CCLD     TCCConversion_Functions_part_4.so
#8 33.26   CCLD     TCCConversion_Functions_part_5.so
#8 33.26   CCLD     TCCConversion_Functions_part_6.so
#8 33.26   CCLD     TCCConversion_Functions_part_7.so
#8 33.26   CCLD     TCCInterface_Functions_part_1.so
#8 33.26   CCLD     TCCInterface_Functions_part_2.so
#8 33.26   CCLD     TCCInterface_Functions_part_3.so
#8 33.26   CCLD     TCCInterface_Functions_part_4.so
#8 33.26   CCLD     TCCInterface_Functions_part_5.so
#8 33.27   CCLD     TCCInterface_Functions_part_6.so
#8 33.27   CCLD     TCCInterface_Functions_part_7.so
#8 33.27   CCLD     TELNETasp_PortType_part_1.so
#8 33.28   CCLD     TELNETasp_PortType_part_2.so
#8 33.28   CCLD     TELNETasp_PortType_part_3.so
#8 33.28   CCLD     TELNETasp_PortType_part_4.so
#8 33.28   CCLD     TELNETasp_PortType_part_5.so
#8 33.28   CCLD     TELNETasp_PortType_part_6.so
#8 33.28   CCLD     TELNETasp_PortType_part_7.so
#8 33.28   CCLD     TRXC_CodecPort_part_1.so
#8 33.31   CCLD     TRXC_CodecPort_part_2.so
#8 33.31   CCLD     TRXC_CodecPort_part_3.so
#8 33.31   CCLD     TRXC_CodecPort_part_4.so
#8 33.31   CCLD     TRXC_CodecPort_part_5.so
#8 33.31   CCLD     TRXC_CodecPort_part_6.so
#8 33.31   CCLD     TRXC_CodecPort_part_7.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.31   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.31   CCLD     TRXC_Types_part_1.so
#8 33.33   CCLD     TRXC_Types_part_2.so
#8 33.33   CCLD     TRXC_Types_part_3.so
#8 33.34   CCLD     TRXC_Types_part_4.so
#8 33.34   CCLD     TRXC_Types_part_5.so
#8 33.34   CCLD     TRXC_Types_part_6.so
#8 33.34   CCLD     TRXC_Types_part_7.so
#8 33.34   CCLD     UD_PortType_part_1.so
#8 33.34   CCLD     UD_PortType_part_2.so
#8 33.34   CCLD     UD_PortType_part_3.so
#8 33.34   CCLD     UD_PortType_part_4.so
#8 33.34   CCLD     UD_PortType_part_5.so
#8 33.34   CCLD     UD_PortType_part_6.so
#8 33.34   CCLD     UD_PortType_part_7.so
#8 33.35   CCLD     UD_Types_part_1.so
#8 33.35   CCLD     UD_Types_part_2.so
#8 33.36   CCLD     UD_Types_part_3.so
#8 33.36   CCLD     UD_Types_part_4.so
#8 33.36   CCLD     UD_Types_part_5.so
#8 33.36   CCLD     UD_Types_part_6.so
#8 33.36   CCLD     UD_Types_part_7.so
#8 33.36   CCLD     IPA_Emulation_part_1.so
#8 33.36   CCLD     IPA_Emulation_part_2.so
#8 33.36   CCLD     IPA_Emulation_part_3.so
#8 33.37   CCLD     IPA_Emulation_part_4.so
#8 33.37   CCLD     IPA_Emulation_part_5.so
#8 33.37   CCLD     IPA_Emulation_part_6.so
#8 33.37   CCLD     IPA_Emulation_part_7.so
#8 33.38   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.39   CCLD     IPL4asp_PT.so
#8 33.39   CCLD     IPL4asp_discovery.so
#8 33.39   CCLD     IuUP_EncDec.so
#8 33.39   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.39   CCLD     Native_FunctionDefs.so
#8 33.39   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.39   CCLD     RLCMAC_EncDec.so
#8 33.39   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.39   CCLD     RTP_EncDec.so
#8 33.39   CCLD     TCCConversion.so
#8 33.39   CCLD     TCCInterface.so
#8 33.40   CCLD     TELNETasp_PT.so
#8 33.40   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.43   CCLD     UD_PT.so
#8 33.43   CCLD     RTP_Types_part_1.so
#8 34.12   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 34.17   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.32   CCLD     IPA_Emulation.so
#8 34.47   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.49   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 35.39   CCLD     RSL_Types_part_1.so
#8 35.43   CCLD     BTS_Tests
#8 35.76 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 36.1s

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

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

 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]
6d5c7e4e5d8a: Preparing
e0c440275496: Preparing
694386ed4d2a: Preparing
42a2494a22aa: Preparing
8d7aa514fdd3: 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
34acd357e607: Waiting
6115eb01e609: Waiting
d7e26f5303d5: Waiting
554d809c94d7: Waiting
9ef16902ff00: Waiting
175a19836175: Waiting
29efadc38869: Waiting
46b09e1ff7f6: Waiting
739464d261f5: Waiting
07dcb5e16006: Waiting
159a4598d269: Waiting
40794e426cea: Waiting
2ed1b8b97cae: Waiting
b3af051b3104: Waiting
42a2494a22aa: Layer already exists
159a4598d269: Layer already exists
694386ed4d2a: Pushed
40794e426cea: Layer already exists
8d7aa514fdd3: Layer already exists
b3af051b3104: Layer already exists
2ed1b8b97cae: Layer already exists
34acd357e607: Layer already exists
6d5c7e4e5d8a: Pushed
46b09e1ff7f6: Layer already exists
07dcb5e16006: Layer already exists
739464d261f5: Layer already exists
6115eb01e609: Layer already exists
d7e26f5303d5: Layer already exists
29efadc38869: Layer already exists
554d809c94d7: Layer already exists
175a19836175: Layer already exists
9ef16902ff00: Layer already exists
e0c440275496: Pushed
latest: digest: sha256:dc304250936f60ccaf788e75c175f6ca26bd8d4f794cd83c54ca3ffcc6d1de3f size: 4289
Finished: SUCCESS