Skip to content
Success

Console Output

Skipping 312 KB.. Full Log
#8 1.221                           specify the character to indicate a new line instead of '+'
#8 1.221     --output-indicator-old <char>
#8 1.221                           specify the character to indicate an old line instead of '-'
#8 1.221     --output-indicator-context <char>
#8 1.221                           specify the character to indicate a context instead of ' '
#8 1.221 
#8 1.221 Diff rename options
#8 1.221     -B, --break-rewrites[=<n>[/<m>]]
#8 1.221                           break complete rewrite changes into pairs of delete and create
#8 1.221     -M, --find-renames[=<n>]
#8 1.221                           detect renames
#8 1.221     -D, --irreversible-delete
#8 1.221                           omit the preimage for deletes
#8 1.221     -C, --find-copies[=<n>]
#8 1.221                           detect copies
#8 1.221     --find-copies-harder  use unmodified files as source to find copies
#8 1.221     --no-renames          disable rename detection
#8 1.221     --rename-empty        use empty blobs as rename source
#8 1.221     --follow              continue listing the history of a file beyond renames
#8 1.221     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.221 
#8 1.221 Diff algorithm options
#8 1.221     --minimal             produce the smallest possible diff
#8 1.221     -w, --ignore-all-space
#8 1.221                           ignore whitespace when comparing lines
#8 1.221     -b, --ignore-space-change
#8 1.221                           ignore changes in amount of whitespace
#8 1.221     --ignore-space-at-eol
#8 1.221                           ignore changes in whitespace at EOL
#8 1.221     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.221     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.221     -I, --ignore-matching-lines <regex>
#8 1.221                           ignore changes whose all lines match <regex>
#8 1.221     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.221     --patience            generate diff using the "patience diff" algorithm
#8 1.221     --histogram           generate diff using the "histogram diff" algorithm
#8 1.221     --diff-algorithm <algorithm>
#8 1.221                           choose a diff algorithm
#8 1.221     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.221     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.221     --word-diff-regex <regex>
#8 1.221                           use <regex> to decide what a word is
#8 1.221     --color-words[=<regex>]
#8 1.221                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.221     --color-moved[=<mode>]
#8 1.221                           moved lines of code are colored differently
#8 1.221     --color-moved-ws <mode>
#8 1.221                           how white spaces are ignored in --color-moved
#8 1.221 
#8 1.221 Other diff options
#8 1.221     --relative[=<prefix>]
#8 1.221                           when run from subdir, exclude changes outside and show relative paths
#8 1.221     -a, --text            treat all files as text
#8 1.221     -R                    swap two inputs, reverse the diff
#8 1.221     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.221     --quiet               disable all output of the program
#8 1.221     --ext-diff            allow an external diff helper to be executed
#8 1.221     --textconv            run external text conversion filters when comparing binary files
#8 1.221     --ignore-submodules[=<when>]
#8 1.221                           ignore changes to submodules in the diff generation
#8 1.221     --submodule[=<format>]
#8 1.221                           specify how differences in submodules are shown
#8 1.221     --ita-invisible-in-index
#8 1.221                           hide 'git add -N' entries from the index
#8 1.221     --ita-visible-in-index
#8 1.221                           treat 'git add -N' entries as real in the index
#8 1.221     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.221     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.221     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.221     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.221     -O <file>             control the order in which files appear in the output
#8 1.221     --rotate-to <path>    show the change in the specified path first
#8 1.221     --skip-to <path>      skip the output to the specified path
#8 1.221     --find-object <object-id>
#8 1.221                           look for differences that change the number of occurrences of the specified object
#8 1.221     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.221                           select files by diff type
#8 1.221     --output <file>       output to a specific file
#8 1.221 
#8 1.225 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.225 To add an exception for this directory, call:
#8 1.225 
#8 1.225 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.231 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.231 To add an exception for this directory, call:
#8 1.231 
#8 1.231 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.235 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.235 usage: git diff --no-index [<options>] <path> <path>
#8 1.235 
#8 1.235 Diff output format options
#8 1.235     -p, --patch           generate patch
#8 1.235     -s, --no-patch        suppress diff output
#8 1.235     -u                    generate patch
#8 1.235     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.235     -W, --function-context
#8 1.235                           generate diffs with <n> lines context
#8 1.235     --raw                 generate the diff in raw format
#8 1.235     --patch-with-raw      synonym for '-p --raw'
#8 1.235     --patch-with-stat     synonym for '-p --stat'
#8 1.235     --numstat             machine friendly --stat
#8 1.235     --shortstat           output only the last line of --stat
#8 1.235     -X, --dirstat[=<param1,param2>...]
#8 1.235                           output the distribution of relative amount of changes for each sub-directory
#8 1.235     --cumulative          synonym for --dirstat=cumulative
#8 1.235     --dirstat-by-file[=<param1,param2>...]
#8 1.235                           synonym for --dirstat=files,param1,param2...
#8 1.235     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.235     --summary             condensed summary such as creations, renames and mode changes
#8 1.235     --name-only           show only names of changed files
#8 1.235     --name-status         show only names and status of changed files
#8 1.235     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.235                           generate diffstat
#8 1.235     --stat-width <width>  generate diffstat with a given width
#8 1.235     --stat-name-width <width>
#8 1.235                           generate diffstat with a given name width
#8 1.235     --stat-graph-width <width>
#8 1.235                           generate diffstat with a given graph width
#8 1.235     --stat-count <count>  generate diffstat with limited lines
#8 1.235     --compact-summary     generate compact summary in diffstat
#8 1.235     --binary              output a binary diff that can be applied
#8 1.235     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.235     --color[=<when>]      show colored diff
#8 1.235     --ws-error-highlight <kind>
#8 1.235                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.235     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.235     --abbrev[=<n>]        use <n> digits to display object names
#8 1.235     --src-prefix <prefix>
#8 1.235                           show the given source prefix instead of "a/"
#8 1.235     --dst-prefix <prefix>
#8 1.235                           show the given destination prefix instead of "b/"
#8 1.235     --line-prefix <prefix>
#8 1.235                           prepend an additional prefix to every line of output
#8 1.235     --no-prefix           do not show any source or destination prefix
#8 1.236     --inter-hunk-context <n>
#8 1.236                           show context between diff hunks up to the specified number of lines
#8 1.236     --output-indicator-new <char>
#8 1.236                           specify the character to indicate a new line instead of '+'
#8 1.236     --output-indicator-old <char>
#8 1.236                           specify the character to indicate an old line instead of '-'
#8 1.236     --output-indicator-context <char>
#8 1.236                           specify the character to indicate a context instead of ' '
#8 1.236 
#8 1.236 Diff rename options
#8 1.236     -B, --break-rewrites[=<n>[/<m>]]
#8 1.236                           break complete rewrite changes into pairs of delete and create
#8 1.236     -M, --find-renames[=<n>]
#8 1.236                           detect renames
#8 1.236     -D, --irreversible-delete
#8 1.236                           omit the preimage for deletes
#8 1.236     -C, --find-copies[=<n>]
#8 1.236                           detect copies
#8 1.236     --find-copies-harder  use unmodified files as source to find copies
#8 1.236     --no-renames          disable rename detection
#8 1.236     --rename-empty        use empty blobs as rename source
#8 1.236     --follow              continue listing the history of a file beyond renames
#8 1.236     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.236 
#8 1.236 Diff algorithm options
#8 1.236     --minimal             produce the smallest possible diff
#8 1.236     -w, --ignore-all-space
#8 1.236                           ignore whitespace when comparing lines
#8 1.236     -b, --ignore-space-change
#8 1.236                           ignore changes in amount of whitespace
#8 1.236     --ignore-space-at-eol
#8 1.236                           ignore changes in whitespace at EOL
#8 1.236     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.236     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.236     -I, --ignore-matching-lines <regex>
#8 1.236                           ignore changes whose all lines match <regex>
#8 1.236     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.236     --patience            generate diff using the "patience diff" algorithm
#8 1.236     --histogram           generate diff using the "histogram diff" algorithm
#8 1.236     --diff-algorithm <algorithm>
#8 1.236                           choose a diff algorithm
#8 1.236     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.236     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.236     --word-diff-regex <regex>
#8 1.236                           use <regex> to decide what a word is
#8 1.236     --color-words[=<regex>]
#8 1.236                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.236     --color-moved[=<mode>]
#8 1.236                           moved lines of code are colored differently
#8 1.236     --color-moved-ws <mode>
#8 1.236                           how white spaces are ignored in --color-moved
#8 1.236 
#8 1.236 Other diff options
#8 1.236     --relative[=<prefix>]
#8 1.236                           when run from subdir, exclude changes outside and show relative paths
#8 1.236     -a, --text            treat all files as text
#8 1.236     -R                    swap two inputs, reverse the diff
#8 1.236     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.236     --quiet               disable all output of the program
#8 1.236     --ext-diff            allow an external diff helper to be executed
#8 1.236     --textconv            run external text conversion filters when comparing binary files
#8 1.236     --ignore-submodules[=<when>]
#8 1.236                           ignore changes to submodules in the diff generation
#8 1.236     --submodule[=<format>]
#8 1.236                           specify how differences in submodules are shown
#8 1.236     --ita-invisible-in-index
#8 1.236                           hide 'git add -N' entries from the index
#8 1.236     --ita-visible-in-index
#8 1.236                           treat 'git add -N' entries as real in the index
#8 1.236     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.236     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.236     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.236     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.236     -O <file>             control the order in which files appear in the output
#8 1.236     --rotate-to <path>    show the change in the specified path first
#8 1.236     --skip-to <path>      skip the output to the specified path
#8 1.236     --find-object <object-id>
#8 1.236                           look for differences that change the number of occurrences of the specified object
#8 1.236     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.236                           select files by diff type
#8 1.236     --output <file>       output to a specific file
#8 1.236 
#8 1.240 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.240 To add an exception for this directory, call:
#8 1.240 
#8 1.240 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.247 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.247 To add an exception for this directory, call:
#8 1.247 
#8 1.247 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.251 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.251 usage: git diff --no-index [<options>] <path> <path>
#8 1.251 
#8 1.251 Diff output format options
#8 1.251     -p, --patch           generate patch
#8 1.251     -s, --no-patch        suppress diff output
#8 1.251     -u                    generate patch
#8 1.251     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.251     -W, --function-context
#8 1.251                           generate diffs with <n> lines context
#8 1.251     --raw                 generate the diff in raw format
#8 1.251     --patch-with-raw      synonym for '-p --raw'
#8 1.251     --patch-with-stat     synonym for '-p --stat'
#8 1.251     --numstat             machine friendly --stat
#8 1.251     --shortstat           output only the last line of --stat
#8 1.251     -X, --dirstat[=<param1,param2>...]
#8 1.251                           output the distribution of relative amount of changes for each sub-directory
#8 1.251     --cumulative          synonym for --dirstat=cumulative
#8 1.251     --dirstat-by-file[=<param1,param2>...]
#8 1.251                           synonym for --dirstat=files,param1,param2...
#8 1.251     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.251     --summary             condensed summary such as creations, renames and mode changes
#8 1.251     --name-only           show only names of changed files
#8 1.251     --name-status         show only names and status of changed files
#8 1.251     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.251                           generate diffstat
#8 1.251     --stat-width <width>  generate diffstat with a given width
#8 1.251     --stat-name-width <width>
#8 1.251                           generate diffstat with a given name width
#8 1.251     --stat-graph-width <width>
#8 1.251                           generate diffstat with a given graph width
#8 1.251     --stat-count <count>  generate diffstat with limited lines
#8 1.251     --compact-summary     generate compact summary in diffstat
#8 1.251     --binary              output a binary diff that can be applied
#8 1.251     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.251     --color[=<when>]      show colored diff
#8 1.251     --ws-error-highlight <kind>
#8 1.251                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.251     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.251     --abbrev[=<n>]        use <n> digits to display object names
#8 1.251     --src-prefix <prefix>
#8 1.251                           show the given source prefix instead of "a/"
#8 1.251     --dst-prefix <prefix>
#8 1.251                           show the given destination prefix instead of "b/"
#8 1.251     --line-prefix <prefix>
#8 1.251                           prepend an additional prefix to every line of output
#8 1.251     --no-prefix           do not show any source or destination prefix
#8 1.251     --inter-hunk-context <n>
#8 1.251                           show context between diff hunks up to the specified number of lines
#8 1.251     --output-indicator-new <char>
#8 1.251                           specify the character to indicate a new line instead of '+'
#8 1.251     --output-indicator-old <char>
#8 1.251                           specify the character to indicate an old line instead of '-'
#8 1.251     --output-indicator-context <char>
#8 1.251                           specify the character to indicate a context instead of ' '
#8 1.251 
#8 1.251 Diff rename options
#8 1.251     -B, --break-rewrites[=<n>[/<m>]]
#8 1.251                           break complete rewrite changes into pairs of delete and create
#8 1.251     -M, --find-renames[=<n>]
#8 1.251                           detect renames
#8 1.251     -D, --irreversible-delete
#8 1.251                           omit the preimage for deletes
#8 1.251     -C, --find-copies[=<n>]
#8 1.251                           detect copies
#8 1.251     --find-copies-harder  use unmodified files as source to find copies
#8 1.251     --no-renames          disable rename detection
#8 1.251     --rename-empty        use empty blobs as rename source
#8 1.251     --follow              continue listing the history of a file beyond renames
#8 1.251     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.251 
#8 1.251 Diff algorithm options
#8 1.251     --minimal             produce the smallest possible diff
#8 1.251     -w, --ignore-all-space
#8 1.251                           ignore whitespace when comparing lines
#8 1.251     -b, --ignore-space-change
#8 1.251                           ignore changes in amount of whitespace
#8 1.251     --ignore-space-at-eol
#8 1.251                           ignore changes in whitespace at EOL
#8 1.251     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.251     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.251     -I, --ignore-matching-lines <regex>
#8 1.251                           ignore changes whose all lines match <regex>
#8 1.251     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.251     --patience            generate diff using the "patience diff" algorithm
#8 1.251     --histogram           generate diff using the "histogram diff" algorithm
#8 1.251     --diff-algorithm <algorithm>
#8 1.251                           choose a diff algorithm
#8 1.251     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.251     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.251     --word-diff-regex <regex>
#8 1.251                           use <regex> to decide what a word is
#8 1.251     --color-words[=<regex>]
#8 1.251                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.251     --color-moved[=<mode>]
#8 1.251                           moved lines of code are colored differently
#8 1.251     --color-moved-ws <mode>
#8 1.251                           how white spaces are ignored in --color-moved
#8 1.251 
#8 1.251 Other diff options
#8 1.251     --relative[=<prefix>]
#8 1.251                           when run from subdir, exclude changes outside and show relative paths
#8 1.251     -a, --text            treat all files as text
#8 1.251     -R                    swap two inputs, reverse the diff
#8 1.251     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.251     --quiet               disable all output of the program
#8 1.251     --ext-diff            allow an external diff helper to be executed
#8 1.251     --textconv            run external text conversion filters when comparing binary files
#8 1.251     --ignore-submodules[=<when>]
#8 1.251                           ignore changes to submodules in the diff generation
#8 1.251     --submodule[=<format>]
#8 1.251                           specify how differences in submodules are shown
#8 1.251     --ita-invisible-in-index
#8 1.251                           hide 'git add -N' entries from the index
#8 1.252     --ita-visible-in-index
#8 1.252                           treat 'git add -N' entries as real in the index
#8 1.252     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.252     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.252     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.252     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.252     -O <file>             control the order in which files appear in the output
#8 1.252     --rotate-to <path>    show the change in the specified path first
#8 1.252     --skip-to <path>      skip the output to the specified path
#8 1.252     --find-object <object-id>
#8 1.252                           look for differences that change the number of occurrences of the specified object
#8 1.252     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.252                           select files by diff type
#8 1.252     --output <file>       output to a specific file
#8 1.252 
#8 1.256 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.256 To add an exception for this directory, call:
#8 1.256 
#8 1.256 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.262 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.262 To add an exception for this directory, call:
#8 1.262 
#8 1.262 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.266 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.266 usage: git diff --no-index [<options>] <path> <path>
#8 1.266 
#8 1.266 Diff output format options
#8 1.266     -p, --patch           generate patch
#8 1.266     -s, --no-patch        suppress diff output
#8 1.266     -u                    generate patch
#8 1.266     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.266     -W, --function-context
#8 1.266                           generate diffs with <n> lines context
#8 1.266     --raw                 generate the diff in raw format
#8 1.266     --patch-with-raw      synonym for '-p --raw'
#8 1.266     --patch-with-stat     synonym for '-p --stat'
#8 1.266     --numstat             machine friendly --stat
#8 1.266     --shortstat           output only the last line of --stat
#8 1.266     -X, --dirstat[=<param1,param2>...]
#8 1.266                           output the distribution of relative amount of changes for each sub-directory
#8 1.266     --cumulative          synonym for --dirstat=cumulative
#8 1.266     --dirstat-by-file[=<param1,param2>...]
#8 1.266                           synonym for --dirstat=files,param1,param2...
#8 1.266     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.266     --summary             condensed summary such as creations, renames and mode changes
#8 1.266     --name-only           show only names of changed files
#8 1.266     --name-status         show only names and status of changed files
#8 1.266     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.266                           generate diffstat
#8 1.266     --stat-width <width>  generate diffstat with a given width
#8 1.266     --stat-name-width <width>
#8 1.266                           generate diffstat with a given name width
#8 1.266     --stat-graph-width <width>
#8 1.266                           generate diffstat with a given graph width
#8 1.266     --stat-count <count>  generate diffstat with limited lines
#8 1.266     --compact-summary     generate compact summary in diffstat
#8 1.266     --binary              output a binary diff that can be applied
#8 1.266     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.266     --color[=<when>]      show colored diff
#8 1.266     --ws-error-highlight <kind>
#8 1.266                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.266     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.266     --abbrev[=<n>]        use <n> digits to display object names
#8 1.266     --src-prefix <prefix>
#8 1.266                           show the given source prefix instead of "a/"
#8 1.266     --dst-prefix <prefix>
#8 1.266                           show the given destination prefix instead of "b/"
#8 1.266     --line-prefix <prefix>
#8 1.266                           prepend an additional prefix to every line of output
#8 1.266     --no-prefix           do not show any source or destination prefix
#8 1.266     --inter-hunk-context <n>
#8 1.266                           show context between diff hunks up to the specified number of lines
#8 1.266     --output-indicator-new <char>
#8 1.266                           specify the character to indicate a new line instead of '+'
#8 1.266     --output-indicator-old <char>
#8 1.266                           specify the character to indicate an old line instead of '-'
#8 1.266     --output-indicator-context <char>
#8 1.266                           specify the character to indicate a context instead of ' '
#8 1.266 
#8 1.266 Diff rename options
#8 1.266     -B, --break-rewrites[=<n>[/<m>]]
#8 1.266                           break complete rewrite changes into pairs of delete and create
#8 1.266     -M, --find-renames[=<n>]
#8 1.266                           detect renames
#8 1.266     -D, --irreversible-delete
#8 1.266                           omit the preimage for deletes
#8 1.266     -C, --find-copies[=<n>]
#8 1.266                           detect copies
#8 1.266     --find-copies-harder  use unmodified files as source to find copies
#8 1.266     --no-renames          disable rename detection
#8 1.266     --rename-empty        use empty blobs as rename source
#8 1.266     --follow              continue listing the history of a file beyond renames
#8 1.266     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.266 
#8 1.266 Diff algorithm options
#8 1.266     --minimal             produce the smallest possible diff
#8 1.266     -w, --ignore-all-space
#8 1.266                           ignore whitespace when comparing lines
#8 1.266     -b, --ignore-space-change
#8 1.266                           ignore changes in amount of whitespace
#8 1.266     --ignore-space-at-eol
#8 1.266                           ignore changes in whitespace at EOL
#8 1.266     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.266     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.266     -I, --ignore-matching-lines <regex>
#8 1.266                           ignore changes whose all lines match <regex>
#8 1.266     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.266     --patience            generate diff using the "patience diff" algorithm
#8 1.266     --histogram           generate diff using the "histogram diff" algorithm
#8 1.266     --diff-algorithm <algorithm>
#8 1.266                           choose a diff algorithm
#8 1.266     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.266     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.266     --word-diff-regex <regex>
#8 1.266                           use <regex> to decide what a word is
#8 1.266     --color-words[=<regex>]
#8 1.267                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.267     --color-moved[=<mode>]
#8 1.267                           moved lines of code are colored differently
#8 1.267     --color-moved-ws <mode>
#8 1.267                           how white spaces are ignored in --color-moved
#8 1.267 
#8 1.267 Other diff options
#8 1.267     --relative[=<prefix>]
#8 1.267                           when run from subdir, exclude changes outside and show relative paths
#8 1.267     -a, --text            treat all files as text
#8 1.267     -R                    swap two inputs, reverse the diff
#8 1.267     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.267     --quiet               disable all output of the program
#8 1.267     --ext-diff            allow an external diff helper to be executed
#8 1.267     --textconv            run external text conversion filters when comparing binary files
#8 1.267     --ignore-submodules[=<when>]
#8 1.267                           ignore changes to submodules in the diff generation
#8 1.267     --submodule[=<format>]
#8 1.267                           specify how differences in submodules are shown
#8 1.267     --ita-invisible-in-index
#8 1.267                           hide 'git add -N' entries from the index
#8 1.267     --ita-visible-in-index
#8 1.267                           treat 'git add -N' entries as real in the index
#8 1.267     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.267     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.267     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.267     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.267     -O <file>             control the order in which files appear in the output
#8 1.267     --rotate-to <path>    show the change in the specified path first
#8 1.267     --skip-to <path>      skip the output to the specified path
#8 1.267     --find-object <object-id>
#8 1.267                           look for differences that change the number of occurrences of the specified object
#8 1.267     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.267                           select files by diff type
#8 1.267     --output <file>       output to a specific file
#8 1.267 
#8 1.271 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.271 To add an exception for this directory, call:
#8 1.271 
#8 1.271 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.277 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.277 To add an exception for this directory, call:
#8 1.277 
#8 1.277 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.281 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.281 usage: git diff --no-index [<options>] <path> <path>
#8 1.281 
#8 1.281 Diff output format options
#8 1.281     -p, --patch           generate patch
#8 1.281     -s, --no-patch        suppress diff output
#8 1.281     -u                    generate patch
#8 1.281     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.281     -W, --function-context
#8 1.281                           generate diffs with <n> lines context
#8 1.281     --raw                 generate the diff in raw format
#8 1.281     --patch-with-raw      synonym for '-p --raw'
#8 1.281     --patch-with-stat     synonym for '-p --stat'
#8 1.281     --numstat             machine friendly --stat
#8 1.281     --shortstat           output only the last line of --stat
#8 1.281     -X, --dirstat[=<param1,param2>...]
#8 1.281                           output the distribution of relative amount of changes for each sub-directory
#8 1.281     --cumulative          synonym for --dirstat=cumulative
#8 1.281     --dirstat-by-file[=<param1,param2>...]
#8 1.281                           synonym for --dirstat=files,param1,param2...
#8 1.281     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.281     --summary             condensed summary such as creations, renames and mode changes
#8 1.281     --name-only           show only names of changed files
#8 1.281     --name-status         show only names and status of changed files
#8 1.281     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.281                           generate diffstat
#8 1.281     --stat-width <width>  generate diffstat with a given width
#8 1.281     --stat-name-width <width>
#8 1.281                           generate diffstat with a given name width
#8 1.281     --stat-graph-width <width>
#8 1.281                           generate diffstat with a given graph width
#8 1.281     --stat-count <count>  generate diffstat with limited lines
#8 1.281     --compact-summary     generate compact summary in diffstat
#8 1.281     --binary              output a binary diff that can be applied
#8 1.281     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.281     --color[=<when>]      show colored diff
#8 1.281     --ws-error-highlight <kind>
#8 1.281                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.281     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.281     --abbrev[=<n>]        use <n> digits to display object names
#8 1.281     --src-prefix <prefix>
#8 1.281                           show the given source prefix instead of "a/"
#8 1.281     --dst-prefix <prefix>
#8 1.281                           show the given destination prefix instead of "b/"
#8 1.281     --line-prefix <prefix>
#8 1.281                           prepend an additional prefix to every line of output
#8 1.281     --no-prefix           do not show any source or destination prefix
#8 1.281     --inter-hunk-context <n>
#8 1.281                           show context between diff hunks up to the specified number of lines
#8 1.281     --output-indicator-new <char>
#8 1.281                           specify the character to indicate a new line instead of '+'
#8 1.281     --output-indicator-old <char>
#8 1.281                           specify the character to indicate an old line instead of '-'
#8 1.281     --output-indicator-context <char>
#8 1.281                           specify the character to indicate a context instead of ' '
#8 1.281 
#8 1.281 Diff rename options
#8 1.281     -B, --break-rewrites[=<n>[/<m>]]
#8 1.281                           break complete rewrite changes into pairs of delete and create
#8 1.281     -M, --find-renames[=<n>]
#8 1.281                           detect renames
#8 1.281     -D, --irreversible-delete
#8 1.281                           omit the preimage for deletes
#8 1.281     -C, --find-copies[=<n>]
#8 1.281                           detect copies
#8 1.281     --find-copies-harder  use unmodified files as source to find copies
#8 1.281     --no-renames          disable rename detection
#8 1.281     --rename-empty        use empty blobs as rename source
#8 1.281     --follow              continue listing the history of a file beyond renames
#8 1.281     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.281 
#8 1.281 Diff algorithm options
#8 1.281     --minimal             produce the smallest possible diff
#8 1.281     -w, --ignore-all-space
#8 1.281                           ignore whitespace when comparing lines
#8 1.281     -b, --ignore-space-change
#8 1.281                           ignore changes in amount of whitespace
#8 1.281     --ignore-space-at-eol
#8 1.281                           ignore changes in whitespace at EOL
#8 1.281     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.281     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.281     -I, --ignore-matching-lines <regex>
#8 1.281                           ignore changes whose all lines match <regex>
#8 1.281     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.281     --patience            generate diff using the "patience diff" algorithm
#8 1.281     --histogram           generate diff using the "histogram diff" algorithm
#8 1.281     --diff-algorithm <algorithm>
#8 1.281                           choose a diff algorithm
#8 1.281     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.281     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.281     --word-diff-regex <regex>
#8 1.281                           use <regex> to decide what a word is
#8 1.281     --color-words[=<regex>]
#8 1.281                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.281     --color-moved[=<mode>]
#8 1.281                           moved lines of code are colored differently
#8 1.281     --color-moved-ws <mode>
#8 1.281                           how white spaces are ignored in --color-moved
#8 1.281 
#8 1.281 Other diff options
#8 1.281     --relative[=<prefix>]
#8 1.282                           when run from subdir, exclude changes outside and show relative paths
#8 1.282     -a, --text            treat all files as text
#8 1.282     -R                    swap two inputs, reverse the diff
#8 1.282     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.282     --quiet               disable all output of the program
#8 1.282     --ext-diff            allow an external diff helper to be executed
#8 1.282     --textconv            run external text conversion filters when comparing binary files
#8 1.282     --ignore-submodules[=<when>]
#8 1.282                           ignore changes to submodules in the diff generation
#8 1.282     --submodule[=<format>]
#8 1.282                           specify how differences in submodules are shown
#8 1.282     --ita-invisible-in-index
#8 1.282                           hide 'git add -N' entries from the index
#8 1.282     --ita-visible-in-index
#8 1.282                           treat 'git add -N' entries as real in the index
#8 1.282     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.282     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.282     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.282     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.282     -O <file>             control the order in which files appear in the output
#8 1.282     --rotate-to <path>    show the change in the specified path first
#8 1.282     --skip-to <path>      skip the output to the specified path
#8 1.282     --find-object <object-id>
#8 1.282                           look for differences that change the number of occurrences of the specified object
#8 1.282     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.282                           select files by diff type
#8 1.282     --output <file>       output to a specific file
#8 1.282 
#8 1.286 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.286 To add an exception for this directory, call:
#8 1.286 
#8 1.286 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.292 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.292 To add an exception for this directory, call:
#8 1.292 
#8 1.292 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.296 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.296 usage: git diff --no-index [<options>] <path> <path>
#8 1.296 
#8 1.296 Diff output format options
#8 1.296     -p, --patch           generate patch
#8 1.296     -s, --no-patch        suppress diff output
#8 1.296     -u                    generate patch
#8 1.296     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.296     -W, --function-context
#8 1.296                           generate diffs with <n> lines context
#8 1.296     --raw                 generate the diff in raw format
#8 1.296     --patch-with-raw      synonym for '-p --raw'
#8 1.296     --patch-with-stat     synonym for '-p --stat'
#8 1.296     --numstat             machine friendly --stat
#8 1.296     --shortstat           output only the last line of --stat
#8 1.296     -X, --dirstat[=<param1,param2>...]
#8 1.296                           output the distribution of relative amount of changes for each sub-directory
#8 1.296     --cumulative          synonym for --dirstat=cumulative
#8 1.296     --dirstat-by-file[=<param1,param2>...]
#8 1.296                           synonym for --dirstat=files,param1,param2...
#8 1.296     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.296     --summary             condensed summary such as creations, renames and mode changes
#8 1.296     --name-only           show only names of changed files
#8 1.296     --name-status         show only names and status of changed files
#8 1.296     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.296                           generate diffstat
#8 1.296     --stat-width <width>  generate diffstat with a given width
#8 1.296     --stat-name-width <width>
#8 1.296                           generate diffstat with a given name width
#8 1.296     --stat-graph-width <width>
#8 1.296                           generate diffstat with a given graph width
#8 1.296     --stat-count <count>  generate diffstat with limited lines
#8 1.296     --compact-summary     generate compact summary in diffstat
#8 1.296     --binary              output a binary diff that can be applied
#8 1.296     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.296     --color[=<when>]      show colored diff
#8 1.296     --ws-error-highlight <kind>
#8 1.296                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.296     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.296     --abbrev[=<n>]        use <n> digits to display object names
#8 1.296     --src-prefix <prefix>
#8 1.296                           show the given source prefix instead of "a/"
#8 1.296     --dst-prefix <prefix>
#8 1.296                           show the given destination prefix instead of "b/"
#8 1.296     --line-prefix <prefix>
#8 1.296                           prepend an additional prefix to every line of output
#8 1.296     --no-prefix           do not show any source or destination prefix
#8 1.296     --inter-hunk-context <n>
#8 1.296                           show context between diff hunks up to the specified number of lines
#8 1.296     --output-indicator-new <char>
#8 1.296                           specify the character to indicate a new line instead of '+'
#8 1.296     --output-indicator-old <char>
#8 1.296                           specify the character to indicate an old line instead of '-'
#8 1.296     --output-indicator-context <char>
#8 1.296                           specify the character to indicate a context instead of ' '
#8 1.296 
#8 1.296 Diff rename options
#8 1.296     -B, --break-rewrites[=<n>[/<m>]]
#8 1.296                           break complete rewrite changes into pairs of delete and create
#8 1.296     -M, --find-renames[=<n>]
#8 1.296                           detect renames
#8 1.296     -D, --irreversible-delete
#8 1.296                           omit the preimage for deletes
#8 1.296     -C, --find-copies[=<n>]
#8 1.296                           detect copies
#8 1.296     --find-copies-harder  use unmodified files as source to find copies
#8 1.296     --no-renames          disable rename detection
#8 1.296     --rename-empty        use empty blobs as rename source
#8 1.296     --follow              continue listing the history of a file beyond renames
#8 1.296     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.296 
#8 1.296 Diff algorithm options
#8 1.296     --minimal             produce the smallest possible diff
#8 1.296     -w, --ignore-all-space
#8 1.296                           ignore whitespace when comparing lines
#8 1.296     -b, --ignore-space-change
#8 1.296                           ignore changes in amount of whitespace
#8 1.296     --ignore-space-at-eol
#8 1.296                           ignore changes in whitespace at EOL
#8 1.296     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.296     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.296     -I, --ignore-matching-lines <regex>
#8 1.296                           ignore changes whose all lines match <regex>
#8 1.296     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.296     --patience            generate diff using the "patience diff" algorithm
#8 1.296     --histogram           generate diff using the "histogram diff" algorithm
#8 1.296     --diff-algorithm <algorithm>
#8 1.296                           choose a diff algorithm
#8 1.296     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.296     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.296     --word-diff-regex <regex>
#8 1.296                           use <regex> to decide what a word is
#8 1.296     --color-words[=<regex>]
#8 1.296                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.296     --color-moved[=<mode>]
#8 1.296                           moved lines of code are colored differently
#8 1.296     --color-moved-ws <mode>
#8 1.296                           how white spaces are ignored in --color-moved
#8 1.296 
#8 1.296 Other diff options
#8 1.296     --relative[=<prefix>]
#8 1.296                           when run from subdir, exclude changes outside and show relative paths
#8 1.296     -a, --text            treat all files as text
#8 1.296     -R                    swap two inputs, reverse the diff
#8 1.296     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.296     --quiet               disable all output of the program
#8 1.296     --ext-diff            allow an external diff helper to be executed
#8 1.296     --textconv            run external text conversion filters when comparing binary files
#8 1.296     --ignore-submodules[=<when>]
#8 1.296                           ignore changes to submodules in the diff generation
#8 1.296     --submodule[=<format>]
#8 1.296                           specify how differences in submodules are shown
#8 1.296     --ita-invisible-in-index
#8 1.296                           hide 'git add -N' entries from the index
#8 1.296     --ita-visible-in-index
#8 1.296                           treat 'git add -N' entries as real in the index
#8 1.296     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.296     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.296     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.296     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.296     -O <file>             control the order in which files appear in the output
#8 1.296     --rotate-to <path>    show the change in the specified path first
#8 1.296     --skip-to <path>      skip the output to the specified path
#8 1.296     --find-object <object-id>
#8 1.296                           look for differences that change the number of occurrences of the specified object
#8 1.296     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.296                           select files by diff type
#8 1.296     --output <file>       output to a specific file
#8 1.296 
#8 1.300 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.300 To add an exception for this directory, call:
#8 1.300 
#8 1.300 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.306 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.306 To add an exception for this directory, call:
#8 1.306 
#8 1.306 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.311 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.311 usage: git diff --no-index [<options>] <path> <path>
#8 1.311 
#8 1.311 Diff output format options
#8 1.311     -p, --patch           generate patch
#8 1.311     -s, --no-patch        suppress diff output
#8 1.311     -u                    generate patch
#8 1.311     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.311     -W, --function-context
#8 1.311                           generate diffs with <n> lines context
#8 1.311     --raw                 generate the diff in raw format
#8 1.311     --patch-with-raw      synonym for '-p --raw'
#8 1.311     --patch-with-stat     synonym for '-p --stat'
#8 1.311     --numstat             machine friendly --stat
#8 1.311     --shortstat           output only the last line of --stat
#8 1.311     -X, --dirstat[=<param1,param2>...]
#8 1.311                           output the distribution of relative amount of changes for each sub-directory
#8 1.311     --cumulative          synonym for --dirstat=cumulative
#8 1.311     --dirstat-by-file[=<param1,param2>...]
#8 1.311                           synonym for --dirstat=files,param1,param2...
#8 1.311     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.311     --summary             condensed summary such as creations, renames and mode changes
#8 1.311     --name-only           show only names of changed files
#8 1.311     --name-status         show only names and status of changed files
#8 1.311     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.311                           generate diffstat
#8 1.311     --stat-width <width>  generate diffstat with a given width
#8 1.311     --stat-name-width <width>
#8 1.311                           generate diffstat with a given name width
#8 1.311     --stat-graph-width <width>
#8 1.311                           generate diffstat with a given graph width
#8 1.311     --stat-count <count>  generate diffstat with limited lines
#8 1.311     --compact-summary     generate compact summary in diffstat
#8 1.311     --binary              output a binary diff that can be applied
#8 1.311     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.311     --color[=<when>]      show colored diff
#8 1.311     --ws-error-highlight <kind>
#8 1.311                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.311     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.311     --abbrev[=<n>]        use <n> digits to display object names
#8 1.311     --src-prefix <prefix>
#8 1.311                           show the given source prefix instead of "a/"
#8 1.311     --dst-prefix <prefix>
#8 1.311                           show the given destination prefix instead of "b/"
#8 1.311     --line-prefix <prefix>
#8 1.311                           prepend an additional prefix to every line of output
#8 1.311     --no-prefix           do not show any source or destination prefix
#8 1.311     --inter-hunk-context <n>
#8 1.311                           show context between diff hunks up to the specified number of lines
#8 1.311     --output-indicator-new <char>
#8 1.311                           specify the character to indicate a new line instead of '+'
#8 1.311     --output-indicator-old <char>
#8 1.311                           specify the character to indicate an old line instead of '-'
#8 1.311     --output-indicator-context <char>
#8 1.311                           specify the character to indicate a context instead of ' '
#8 1.311 
#8 1.311 Diff rename options
#8 1.311     -B, --break-rewrites[=<n>[/<m>]]
#8 1.311                           break complete rewrite changes into pairs of delete and create
#8 1.311     -M, --find-renames[=<n>]
#8 1.311                           detect renames
#8 1.311     -D, --irreversible-delete
#8 1.311                           omit the preimage for deletes
#8 1.311     -C, --find-copies[=<n>]
#8 1.311                           detect copies
#8 1.311     --find-copies-harder  use unmodified files as source to find copies
#8 1.311     --no-renames          disable rename detection
#8 1.311     --rename-empty        use empty blobs as rename source
#8 1.311     --follow              continue listing the history of a file beyond renames
#8 1.311     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.311 
#8 1.311 Diff algorithm options
#8 1.311     --minimal             produce the smallest possible diff
#8 1.311     -w, --ignore-all-space
#8 1.311                           ignore whitespace when comparing lines
#8 1.311     -b, --ignore-space-change
#8 1.311                           ignore changes in amount of whitespace
#8 1.311     --ignore-space-at-eol
#8 1.311                           ignore changes in whitespace at EOL
#8 1.311     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.311     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.311     -I, --ignore-matching-lines <regex>
#8 1.311                           ignore changes whose all lines match <regex>
#8 1.311     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.311     --patience            generate diff using the "patience diff" algorithm
#8 1.311     --histogram           generate diff using the "histogram diff" algorithm
#8 1.311     --diff-algorithm <algorithm>
#8 1.311                           choose a diff algorithm
#8 1.311     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.311     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.311     --word-diff-regex <regex>
#8 1.311                           use <regex> to decide what a word is
#8 1.311     --color-words[=<regex>]
#8 1.311                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.311     --color-moved[=<mode>]
#8 1.311                           moved lines of code are colored differently
#8 1.311     --color-moved-ws <mode>
#8 1.311                           how white spaces are ignored in --color-moved
#8 1.311 
#8 1.311 Other diff options
#8 1.311     --relative[=<prefix>]
#8 1.311                           when run from subdir, exclude changes outside and show relative paths
#8 1.311     -a, --text            treat all files as text
#8 1.311     -R                    swap two inputs, reverse the diff
#8 1.311     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.311     --quiet               disable all output of the program
#8 1.311     --ext-diff            allow an external diff helper to be executed
#8 1.311     --textconv            run external text conversion filters when comparing binary files
#8 1.311     --ignore-submodules[=<when>]
#8 1.311                           ignore changes to submodules in the diff generation
#8 1.311     --submodule[=<format>]
#8 1.311                           specify how differences in submodules are shown
#8 1.311     --ita-invisible-in-index
#8 1.311                           hide 'git add -N' entries from the index
#8 1.311     --ita-visible-in-index
#8 1.311                           treat 'git add -N' entries as real in the index
#8 1.311     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.311     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.311     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.311     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.311     -O <file>             control the order in which files appear in the output
#8 1.311     --rotate-to <path>    show the change in the specified path first
#8 1.311     --skip-to <path>      skip the output to the specified path
#8 1.311     --find-object <object-id>
#8 1.311                           look for differences that change the number of occurrences of the specified object
#8 1.311     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.311                           select files by diff type
#8 1.311     --output <file>       output to a specific file
#8 1.311 
#8 1.315 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.315 To add an exception for this directory, call:
#8 1.315 
#8 1.315 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.321 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.321 To add an exception for this directory, call:
#8 1.321 
#8 1.321 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.325 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.325 usage: git diff --no-index [<options>] <path> <path>
#8 1.325 
#8 1.325 Diff output format options
#8 1.325     -p, --patch           generate patch
#8 1.325     -s, --no-patch        suppress diff output
#8 1.325     -u                    generate patch
#8 1.325     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.325     -W, --function-context
#8 1.325                           generate diffs with <n> lines context
#8 1.325     --raw                 generate the diff in raw format
#8 1.325     --patch-with-raw      synonym for '-p --raw'
#8 1.325     --patch-with-stat     synonym for '-p --stat'
#8 1.325     --numstat             machine friendly --stat
#8 1.325     --shortstat           output only the last line of --stat
#8 1.325     -X, --dirstat[=<param1,param2>...]
#8 1.325                           output the distribution of relative amount of changes for each sub-directory
#8 1.325     --cumulative          synonym for --dirstat=cumulative
#8 1.325     --dirstat-by-file[=<param1,param2>...]
#8 1.325                           synonym for --dirstat=files,param1,param2...
#8 1.325     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.325     --summary             condensed summary such as creations, renames and mode changes
#8 1.325     --name-only           show only names of changed files
#8 1.325     --name-status         show only names and status of changed files
#8 1.325     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.325                           generate diffstat
#8 1.325     --stat-width <width>  generate diffstat with a given width
#8 1.325     --stat-name-width <width>
#8 1.325                           generate diffstat with a given name width
#8 1.325     --stat-graph-width <width>
#8 1.325                           generate diffstat with a given graph width
#8 1.325     --stat-count <count>  generate diffstat with limited lines
#8 1.325     --compact-summary     generate compact summary in diffstat
#8 1.325     --binary              output a binary diff that can be applied
#8 1.325     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.325     --color[=<when>]      show colored diff
#8 1.325     --ws-error-highlight <kind>
#8 1.325                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.325     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.325     --abbrev[=<n>]        use <n> digits to display object names
#8 1.325     --src-prefix <prefix>
#8 1.325                           show the given source prefix instead of "a/"
#8 1.325     --dst-prefix <prefix>
#8 1.325                           show the given destination prefix instead of "b/"
#8 1.325     --line-prefix <prefix>
#8 1.325                           prepend an additional prefix to every line of output
#8 1.325     --no-prefix           do not show any source or destination prefix
#8 1.325     --inter-hunk-context <n>
#8 1.325                           show context between diff hunks up to the specified number of lines
#8 1.325     --output-indicator-new <char>
#8 1.325                           specify the character to indicate a new line instead of '+'
#8 1.325     --output-indicator-old <char>
#8 1.325                           specify the character to indicate an old line instead of '-'
#8 1.325     --output-indicator-context <char>
#8 1.325                           specify the character to indicate a context instead of ' '
#8 1.325 
#8 1.325 Diff rename options
#8 1.325     -B, --break-rewrites[=<n>[/<m>]]
#8 1.325                           break complete rewrite changes into pairs of delete and create
#8 1.325     -M, --find-renames[=<n>]
#8 1.325                           detect renames
#8 1.325     -D, --irreversible-delete
#8 1.325                           omit the preimage for deletes
#8 1.325     -C, --find-copies[=<n>]
#8 1.326                           detect copies
#8 1.326     --find-copies-harder  use unmodified files as source to find copies
#8 1.326     --no-renames          disable rename detection
#8 1.326     --rename-empty        use empty blobs as rename source
#8 1.326     --follow              continue listing the history of a file beyond renames
#8 1.326     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.326 
#8 1.326 Diff algorithm options
#8 1.326     --minimal             produce the smallest possible diff
#8 1.326     -w, --ignore-all-space
#8 1.326                           ignore whitespace when comparing lines
#8 1.326     -b, --ignore-space-change
#8 1.326                           ignore changes in amount of whitespace
#8 1.326     --ignore-space-at-eol
#8 1.326                           ignore changes in whitespace at EOL
#8 1.326     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.326     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.326     -I, --ignore-matching-lines <regex>
#8 1.326                           ignore changes whose all lines match <regex>
#8 1.326     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.326     --patience            generate diff using the "patience diff" algorithm
#8 1.326     --histogram           generate diff using the "histogram diff" algorithm
#8 1.326     --diff-algorithm <algorithm>
#8 1.326                           choose a diff algorithm
#8 1.326     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.326     --wo
#8 1.326 [output clipped, log limit 200KiB/s reached]
#8 1.329 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.330 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.330 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.330 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.331 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.331 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.331 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.332 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.332 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.332 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.333 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.333 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.333 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.334 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.334 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.334 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.335 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.335 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.335 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.336 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.336 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.336 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.337 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.337 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.337 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.338 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.338 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.338 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.339 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.339 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.339 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.340 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.340 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.340 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.341 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.341 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.341 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.342 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.342 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.343 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.343 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.344 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.344 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.345 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.345 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.345 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.346 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.346 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.347 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.347 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.347 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.348 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.348 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.349 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.349 touch .make.deps
#8 1.352 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.354 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.355 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.356 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.358 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.472 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.609 make -C _build/bts compile
#8 1.622 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.623   PP       IPA_Emulation.ttcn
#8 1.640   TTCN     *.ttcn *.asn
#8 2.103 touch compile
#8 2.104 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.104 make -j20 -C _build/bts
#8 2.113 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.150   DEP      UD_PT.cc
#8 2.150   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.150   DEP      TELNETasp_PT.cc
#8 2.150   DEP      TCCInterface.cc
#8 2.150   DEP      TCCConversion.cc
#8 2.151   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.151   DEP      RTP_EncDec.cc
#8 2.151   DEP      RLCMAC_EncDec.cc
#8 2.151   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.151   DEP      Native_FunctionDefs.cc
#8 2.151   DEP      IuUP_EncDec.cc
#8 2.151   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.151   DEP      IPL4asp_discovery.cc
#8 2.152   DEP      IPL4asp_PT.cc
#8 2.152   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.182   DEP      IPA_Emulation_part_7.cc
#8 2.182   DEP      IPA_Emulation_part_6.cc
#8 2.182   DEP      IPA_Emulation_part_5.cc
#8 2.182   DEP      IPA_Emulation_part_3.cc
#8 2.182   DEP      IPA_Emulation_part_4.cc
#8 2.193   DEP      IPA_Emulation_part_2.cc
#8 2.193   DEP      IPA_Emulation.cc
#8 2.193   DEP      IPA_Emulation_part_1.cc
#8 2.194   DEP      UD_Types_part_7.cc
#8 2.199   DEP      UD_Types_part_5.cc
#8 2.199   DEP      UD_Types_part_6.cc
#8 2.200   DEP      UD_Types_part_4.cc
#8 2.200   DEP      UD_Types_part_3.cc
#8 2.201   DEP      UD_Types_part_2.cc
#8 2.205   DEP      UD_Types_part_1.cc
#8 2.205   DEP      UD_PortType_part_7.cc
#8 2.206   DEP      UD_PortType_part_6.cc
#8 2.206   DEP      UD_PortType_part_5.cc
#8 2.206   DEP      UD_PortType_part_4.cc
#8 2.207   DEP      UD_PortType_part_3.cc
#8 2.211   DEP      UD_PortType_part_2.cc
#8 2.211   DEP      UD_PortType_part_1.cc
#8 2.213   DEP      TRXC_Types_part_7.cc
#8 2.213   DEP      TRXC_Types_part_6.cc
#8 2.214   DEP      TRXC_Types_part_5.cc
#8 2.214   DEP      TRXC_Types_part_4.cc
#8 2.214   DEP      TRXC_Types_part_3.cc
#8 2.216   DEP      TRXC_Types_part_2.cc
#8 2.218   DEP      TRXC_Types_part_1.cc
#8 2.218   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.218   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.219   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.220   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.221   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.221   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.223   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.223   DEP      TRXC_CodecPort_part_7.cc
#8 2.224   DEP      TRXC_CodecPort_part_6.cc
#8 2.225   DEP      TRXC_CodecPort_part_4.cc
#8 2.225   DEP      TRXC_CodecPort_part_3.cc
#8 2.225   DEP      TRXC_CodecPort_part_2.cc
#8 2.226   DEP      TRXC_CodecPort_part_1.cc
#8 2.226   DEP      TRXC_CodecPort_part_5.cc
#8 2.226   DEP      TELNETasp_PortType_part_7.cc
#8 2.227   DEP      TELNETasp_PortType_part_6.cc
#8 2.230   DEP      TELNETasp_PortType_part_5.cc
#8 2.230   DEP      TELNETasp_PortType_part_4.cc
#8 2.231   DEP      TELNETasp_PortType_part_3.cc
#8 2.231   DEP      TELNETasp_PortType_part_2.cc
#8 2.231   DEP      TELNETasp_PortType_part_1.cc
#8 2.232   DEP      TCCInterface_Functions_part_7.cc
#8 2.232   DEP      TCCInterface_Functions_part_6.cc
#8 2.232   DEP      TCCInterface_Functions_part_5.cc
#8 2.232   DEP      TCCInterface_Functions_part_4.cc
#8 2.233   DEP      TCCInterface_Functions_part_3.cc
#8 2.233   DEP      TCCInterface_Functions_part_2.cc
#8 2.233   DEP      TCCConversion_Functions_part_7.cc
#8 2.233   DEP      TCCInterface_Functions_part_1.cc
#8 2.234   DEP      TCCConversion_Functions_part_6.cc
#8 2.234   DEP      TCCConversion_Functions_part_5.cc
#8 2.234   DEP      TCCConversion_Functions_part_4.cc
#8 2.237   DEP      TCCConversion_Functions_part_3.cc
#8 2.238   DEP      TCCConversion_Functions_part_2.cc
#8 2.238   DEP      TCCConversion_Functions_part_1.cc
#8 2.238   DEP      Socket_API_Definitions_part_7.cc
#8 2.238   DEP      Socket_API_Definitions_part_6.cc
#8 2.239   DEP      Socket_API_Definitions_part_5.cc
#8 2.239   DEP      Socket_API_Definitions_part_4.cc
#8 2.240   DEP      Socket_API_Definitions_part_3.cc
#8 2.240   DEP      Socket_API_Definitions_part_2.cc
#8 2.241   DEP      RTP_Types_part_7.cc
#8 2.241   DEP      RTP_Types_part_6.cc
#8 2.241   DEP      Socket_API_Definitions_part_1.cc
#8 2.241   DEP      RTP_Types_part_5.cc
#8 2.242   DEP      RTP_Types_part_4.cc
#8 2.242   DEP      RTP_Types_part_3.cc
#8 2.243   DEP      RTP_Types_part_2.cc
#8 2.244   DEP      RTP_Types_part_1.cc
#8 2.246   DEP      RTP_Emulation_part_7.cc
#8 2.246   DEP      RTP_Emulation_part_6.cc
#8 2.246   DEP      RTP_Emulation_part_5.cc
#8 2.246   DEP      RTP_Emulation_part_4.cc
#8 2.247   DEP      RTP_Emulation_part_3.cc
#8 2.247   DEP      RTP_Emulation_part_2.cc
#8 2.247   DEP      RTP_Emulation_part_1.cc
#8 2.248   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.248   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.251   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.251   DEP      RTP_CodecPort_part_7.cc
#8 2.252   DEP      RTP_CodecPort_part_6.cc
#8 2.254   DEP      RTP_CodecPort_part_5.cc
#8 2.254   DEP      RTP_CodecPort_part_4.cc
#8 2.254   DEP      RTP_CodecPort_part_3.cc
#8 2.255   DEP      RTP_CodecPort_part_2.cc
#8 2.259   DEP      RTP_CodecPort_part_1.cc
#8 2.259   DEP      RSL_Types_part_7.cc
#8 2.259   DEP      RSL_Types_part_6.cc
#8 2.259   DEP      RSL_Types_part_5.cc
#8 2.259   DEP      RSL_Types_part_4.cc
#8 2.259   DEP      RSL_Types_part_3.cc
#8 2.260   DEP      RSL_Types_part_2.cc
#8 2.260   DEP      RSL_Types_part_1.cc
#8 2.260   DEP      RSL_Emulation_part_7.cc
#8 2.260   DEP      RSL_Emulation_part_6.cc
#8 2.261   DEP      RSL_Emulation_part_5.cc
#8 2.261   DEP      RSL_Emulation_part_4.cc
#8 2.264   DEP      RSL_Emulation_part_3.cc
#8 2.264   DEP      RSL_Emulation_part_2.cc
#8 2.265   DEP      RSL_Emulation_part_1.cc
#8 2.265   DEP      RLCMAC_Types_part_7.cc
#8 2.265   DEP      RLCMAC_Types_part_6.cc
#8 2.266   DEP      RLCMAC_Types_part_5.cc
#8 2.266   DEP      RLCMAC_Types_part_4.cc
#8 2.267   DEP      RLCMAC_Types_part_3.cc
#8 2.268   DEP      RLCMAC_Types_part_2.cc
#8 2.268   DEP      RLCMAC_Types_part_1.cc
#8 2.268   DEP      RLCMAC_Templates_part_7.cc
#8 2.268   DEP      RLCMAC_Templates_part_6.cc
#8 2.269   DEP      RLCMAC_Templates_part_5.cc
#8 2.269   DEP      RLCMAC_Templates_part_4.cc
#8 2.271   DEP      RLCMAC_Templates_part_3.cc
#8 2.272   DEP      RLCMAC_Templates_part_2.cc
#8 2.272   DEP      RLCMAC_Templates_part_1.cc
#8 2.272   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.272   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.273   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.274   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.278   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.278   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.278   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.278   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.279   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.279   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.279   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.279   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.280   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.281   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.285   DEP      PCUIF_Types_part_7.cc
#8 2.287   DEP      PCUIF_Types_part_5.cc
#8 2.287   DEP      PCUIF_Types_part_4.cc
#8 2.287   DEP      PCUIF_Types_part_6.cc
#8 2.287   DEP      PCUIF_Types_part_3.cc
#8 2.287   DEP      PCUIF_Types_part_2.cc
#8 2.289   DEP      PCUIF_Types_part_1.cc
#8 2.292   DEP      PCUIF_CodecPort_part_7.cc
#8 2.292   DEP      PCUIF_CodecPort_part_6.cc
#8 2.294   DEP      PCUIF_CodecPort_part_5.cc
#8 2.295   DEP      PCUIF_CodecPort_part_4.cc
#8 2.295   DEP      PCUIF_CodecPort_part_3.cc
#8 2.298   DEP      PCUIF_CodecPort_part_2.cc
#8 2.299   DEP      PCUIF_CodecPort_part_1.cc
#8 2.299   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.301   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.302   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.302   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.304   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.305   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.306   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.306   DEP      Osmocom_Types_part_6.cc
#8 2.306   DEP      Osmocom_Types_part_7.cc
#8 2.310   DEP      Osmocom_Types_part_5.cc
#8 2.311   DEP      Osmocom_Types_part_4.cc
#8 2.311   DEP      Osmocom_Types_part_3.cc
#8 2.311   DEP      Osmocom_Types_part_2.cc
#8 2.313   DEP      Osmocom_Types_part_1.cc
#8 2.315   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.317   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.318   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.318   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.319   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.322   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.323   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.324   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.325   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.325   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.326   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.326   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.327   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.332   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.332   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.332   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.333   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.333   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.334   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.334   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.334   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.338   DEP      OSMUX_Types_part_7.cc
#8 2.340   DEP      OSMUX_Types_part_6.cc
#8 2.340   DEP      OSMUX_Types_part_5.cc
#8 2.341   DEP      OSMUX_Types_part_4.cc
#8 2.341   DEP      OSMUX_Types_part_3.cc
#8 2.341   DEP      OSMUX_Types_part_2.cc
#8 2.342   DEP      OSMUX_Types_part_1.cc
#8 2.342   DEP      OSMUX_Emulation_part_7.cc
#8 2.345   DEP      OSMUX_Emulation_part_6.cc
#8 2.348   DEP      OSMUX_Emulation_part_5.cc
#8 2.348   DEP      OSMUX_Emulation_part_4.cc
#8 2.348   DEP      OSMUX_Emulation_part_3.cc
#8 2.349   DEP      OSMUX_Emulation_part_2.cc
#8 2.349   DEP      OSMUX_Emulation_part_1.cc
#8 2.352   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.352   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.353   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.355   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.356   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.356   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.358   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.359   DEP      OSMUX_CodecPort_part_7.cc
#8 2.359   DEP      OSMUX_CodecPort_part_6.cc
#8 2.360   DEP      OSMUX_CodecPort_part_5.cc
#8 2.362   DEP      OSMUX_CodecPort_part_4.cc
#8 2.362   DEP      OSMUX_CodecPort_part_3.cc
#8 2.363   DEP      OSMUX_CodecPort_part_2.cc
#8 2.364   DEP      OSMUX_CodecPort_part_1.cc
#8 2.364   DEP      Native_Functions_part_7.cc
#8 2.367   DEP      Native_Functions_part_6.cc
#8 2.367   DEP      Native_Functions_part_4.cc
#8 2.367   DEP      Native_Functions_part_5.cc
#8 2.370   DEP      Native_Functions_part_3.cc
#8 2.370   DEP      Native_Functions_part_2.cc
#8 2.371   DEP      Native_Functions_part_1.cc
#8 2.372   DEP      MobileL3_Types_part_6.cc
#8 2.372   DEP      MobileL3_Types_part_7.cc
#8 2.372   DEP      MobileL3_Types_part_5.cc
#8 2.374   DEP      MobileL3_Types_part_4.cc
#8 2.379   DEP      MobileL3_Types_part_1.cc
#8 2.379   DEP      MobileL3_Types_part_3.cc
#8 2.379   DEP      MobileL3_Types_part_2.cc
#8 2.379   DEP      MobileL3_SS_Types_part_7.cc
#8 2.379   DEP      MobileL3_SS_Types_part_6.cc
#8 2.380   DEP      MobileL3_SS_Types_part_5.cc
#8 2.381   DEP      MobileL3_SS_Types_part_4.cc
#8 2.381   DEP      MobileL3_SS_Types_part_3.cc
#8 2.381   DEP      MobileL3_SS_Types_part_2.cc
#8 2.387   DEP      MobileL3_SS_Types_part_1.cc
#8 2.387   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.387   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.388   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.388   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.389   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.389   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.390   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.390   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.391   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.392   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.393   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.395   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.395   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.395   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.395   DEP      MobileL3_MM_Types_part_7.cc
#8 2.397   DEP      MobileL3_MM_Types_part_6.cc
#8 2.397   DEP      MobileL3_MM_Types_part_5.cc
#8 2.397   DEP      MobileL3_MM_Types_part_4.cc
#8 2.399   DEP      MobileL3_MM_Types_part_3.cc
#8 2.400   DEP      MobileL3_MM_Types_part_2.cc
#8 2.401   DEP      MobileL3_MM_Types_part_1.cc
#8 2.403   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.403   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.405   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.406   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.409   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.410   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.413   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.429   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.440   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.440   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.446   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.446   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.446   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.448   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.453   DEP      MobileL3_CC_Types_part_7.cc
#8 2.458   DEP      MobileL3_CC_Types_part_6.cc
#8 2.461   DEP      MobileL3_CC_Types_part_5.cc
#8 2.468   DEP      MobileL3_CC_Types_part_4.cc
#8 2.468   DEP      MobileL3_CC_Types_part_3.cc
#8 2.471   DEP      MobileL3_CC_Types_part_2.cc
#8 2.474   DEP      MobileL3_CC_Types_part_1.cc
#8 2.480   DEP      Misc_Helpers_part_7.cc
#8 2.480   DEP      Misc_Helpers_part_6.cc
#8 2.488   DEP      Misc_Helpers_part_5.cc
#8 2.490   DEP      Misc_Helpers_part_4.cc
#8 2.497   DEP      Misc_Helpers_part_3.cc
#8 2.505   DEP      Misc_Helpers_part_2.cc
#8 2.507   DEP      Misc_Helpers_part_1.cc
#8 2.512   DEP      LAPDm_Types_part_7.cc
#8 2.518   DEP      LAPDm_Types_part_6.cc
#8 2.520   DEP      LAPDm_Types_part_5.cc
#8 2.521   DEP      LAPDm_Types_part_4.cc
#8 2.526   DEP      LAPDm_Types_part_3.cc
#8 2.526   DEP      LAPDm_Types_part_2.cc
#8 2.527   DEP      LAPDm_Types_part_1.cc
#8 2.527   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.528   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.529   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.533   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.533   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.533   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.534   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.534   DEP      L3_Templates_part_7.cc
#8 2.534   DEP      L3_Templates_part_6.cc
#8 2.534   DEP      L3_Templates_part_5.cc
#8 2.535   DEP      L3_Templates_part_4.cc
#8 2.535   DEP      L3_Templates_part_3.cc
#8 2.535   DEP      L3_Templates_part_2.cc
#8 2.536   DEP      L3_Templates_part_1.cc
#8 2.537   DEP      L3_Common_part_7.cc
#8 2.540   DEP      L3_Common_part_6.cc
#8 2.540   DEP      L3_Common_part_5.cc
#8 2.540   DEP      L3_Common_part_4.cc
#8 2.541   DEP      L3_Common_part_3.cc
#8 2.541   DEP      L3_Common_part_2.cc
#8 2.542   DEP      L3_Common_part_1.cc
#8 2.542   DEP      L1CTL_Types_part_7.cc
#8 2.542   DEP      L1CTL_Types_part_5.cc
#8 2.542   DEP      L1CTL_Types_part_6.cc
#8 2.543   DEP      L1CTL_Types_part_4.cc
#8 2.543   DEP      L1CTL_Types_part_3.cc
#8 2.545   DEP      L1CTL_Types_part_2.cc
#8 2.545   DEP      L1CTL_Types_part_1.cc
#8 2.547   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.548   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.549   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.549   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.549   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.549   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.550   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.550   DEP      L1CTL_PortType_part_7.cc
#8 2.550   DEP      L1CTL_PortType_part_6.cc
#8 2.551   DEP      L1CTL_PortType_part_5.cc
#8 2.551   DEP      L1CTL_PortType_part_4.cc
#8 2.552   DEP      L1CTL_PortType_part_3.cc
#8 2.553   DEP      L1CTL_PortType_part_2.cc
#8 2.555   DEP      L1CTL_PortType_part_1.cc
#8 2.555   DEP      IuUP_Types_part_7.cc
#8 2.556   DEP      IuUP_Types_part_5.cc
#8 2.556   DEP      IuUP_Types_part_6.cc
#8 2.556   DEP      IuUP_Types_part_4.cc
#8 2.556   DEP      IuUP_Types_part_3.cc
#8 2.558   DEP      IuUP_Types_part_2.cc
#8 2.558   DEP      IuUP_Types_part_1.cc
#8 2.558   DEP      IuUP_Emulation_part_7.cc
#8 2.559   DEP      IuUP_Emulation_part_5.cc
#8 2.559   DEP      IuUP_Emulation_part_6.cc
#8 2.560   DEP      IuUP_Emulation_part_4.cc
#8 2.560   DEP      IuUP_Emulation_part_3.cc
#8 2.562   DEP      IuUP_Emulation_part_2.cc
#8 2.562   DEP      IuUP_Emulation_part_1.cc
#8 2.563   DEP      IPL4asp_Types_part_7.cc
#8 2.563   DEP      IPL4asp_Types_part_6.cc
#8 2.563   DEP      IPL4asp_Types_part_5.cc
#8 2.564   DEP      IPL4asp_Types_part_4.cc
#8 2.564   DEP      IPL4asp_Types_part_3.cc
#8 2.564   DEP      IPL4asp_Types_part_2.cc
#8 2.566   DEP      IPL4asp_Types_part_1.cc
#8 2.566   DEP      IPL4asp_PortType_part_7.cc
#8 2.567   DEP      IPL4asp_PortType_part_6.cc
#8 2.568   DEP      IPL4asp_PortType_part_5.cc
#8 2.569   DEP      IPL4asp_PortType_part_4.cc
#8 2.569   DEP      IPL4asp_PortType_part_3.cc
#8 2.570   DEP      IPL4asp_PortType_part_2.cc
#8 2.570   DEP      IPL4asp_PortType_part_1.cc
#8 2.571   DEP      IPL4asp_Functions_part_7.cc
#8 2.571   DEP      IPL4asp_Functions_part_6.cc
#8 2.575   DEP      IPL4asp_Functions_part_5.cc
#8 2.575   DEP      IPL4asp_Functions_part_4.cc
#8 2.575   DEP      IPL4asp_Functions_part_3.cc
#8 2.575   DEP      IPL4asp_Functions_part_2.cc
#8 2.575   DEP      IPL4asp_Functions_part_1.cc
#8 2.576   DEP      IPA_Types_part_7.cc
#8 2.576   DEP      IPA_Types_part_6.cc
#8 2.576   DEP      IPA_Types_part_5.cc
#8 2.576   DEP      IPA_Types_part_3.cc
#8 2.576   DEP      IPA_Types_part_4.cc
#8 2.577   DEP      IPA_Types_part_2.cc
#8 2.578   DEP      IPA_Types_part_1.cc
#8 2.579   DEP      IPA_Testing_part_7.cc
#8 2.580   DEP      IPA_Testing_part_6.cc
#8 2.583   DEP      IPA_Testing_part_5.cc
#8 2.583   DEP      IPA_Testing_part_4.cc
#8 2.583   DEP      IPA_Testing_part_3.cc
#8 2.583   DEP      IPA_Testing_part_2.cc
#8 2.583   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.583   DEP      IPA_Testing_part_1.cc
#8 2.584   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.584   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.584   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.588   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.588   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.588   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.589   DEP      IPA_CodecPort_part_6.cc
#8 2.589   DEP      IPA_CodecPort_part_7.cc
#8 2.589   DEP      IPA_CodecPort_part_5.cc
#8 2.589   DEP      IPA_CodecPort_part_3.cc
#8 2.590   DEP      IPA_CodecPort_part_4.cc
#8 2.590   DEP      IPA_CodecPort_part_1.cc
#8 2.590   DEP      IPA_CodecPort_part_2.cc
#8 2.590   DEP      General_Types_part_7.cc
#8 2.594   DEP      General_Types_part_6.cc
#8 2.595   DEP      General_Types_part_5.cc
#8 2.595   DEP      General_Types_part_4.cc
#8 2.596   DEP      General_Types_part_3.cc
#8 2.596   DEP      General_Types_part_2.cc
#8 2.596   DEP      General_Types_part_1.cc
#8 2.596   DEP      GSM_Types_part_7.cc
#8 2.596   DEP      GSM_Types_part_6.cc
#8 2.597   DEP      GSM_Types_part_5.cc
#8 2.598   DEP      GSM_Types_part_4.cc
#8 2.598   DEP      GSM_Types_part_3.cc
#8 2.598   DEP      GSM_Types_part_2.cc
#8 2.598   DEP      GSM_Types_part_1.cc
#8 2.598   DEP      GSM_SystemInformation_part_7.cc
#8 2.599   DEP      GSM_SystemInformation_part_6.cc
#8 2.601   DEP      GSM_SystemInformation_part_5.cc
#8 2.601   DEP      GSM_SystemInformation_part_4.cc
#8 2.602   DEP      GSM_SystemInformation_part_3.cc
#8 2.602   DEP      GSM_SystemInformation_part_2.cc
#8 2.603   DEP      GSM_RestOctets_part_7.cc
#8 2.603   DEP      GSM_SystemInformation_part_1.cc
#8 2.603   DEP      GSM_RestOctets_part_6.cc
#8 2.606   DEP      GSM_RestOctets_part_5.cc
#8 2.606   DEP      GSM_RestOctets_part_4.cc
#8 2.606   DEP      GSM_RestOctets_part_3.cc
#8 2.606   DEP      GSM_RestOctets_part_2.cc
#8 2.607   DEP      GSM_RestOctets_part_1.cc
#8 2.607   DEP      GSM_RR_Types_part_7.cc
#8 2.608   DEP      GSM_RR_Types_part_6.cc
#8 2.608   DEP      GSM_RR_Types_part_5.cc
#8 2.610   DEP      GSM_RR_Types_part_4.cc
#8 2.610   DEP      GSM_RR_Types_part_3.cc
#8 2.610   DEP      GSM_RR_Types_part_2.cc
#8 2.610   DEP      GSM_RR_Types_part_1.cc
#8 2.613   DEP      BTS_Tests_perf_part_7.cc
#8 2.614   DEP      BTS_Tests_perf_part_6.cc
#8 2.614   DEP      BTS_Tests_perf_part_5.cc
#8 2.618   DEP      BTS_Tests_perf_part_4.cc
#8 2.619   DEP      BTS_Tests_perf_part_3.cc
#8 2.619   DEP      BTS_Tests_perf_part_1.cc
#8 2.619   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.619   DEP      BTS_Tests_perf_part_2.cc
#8 2.619   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.619   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.620   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.620   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.620   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.622   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.626   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.626   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.626   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.626   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.626   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.627   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.628   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.628   DEP      BTS_Tests_OML_part_7.cc
#8 2.631   DEP      BTS_Tests_OML_part_6.cc
#8 2.632   DEP      BTS_Tests_OML_part_5.cc
#8 2.633   DEP      BTS_Tests_OML_part_4.cc
#8 2.633   DEP      BTS_Tests_OML_part_3.cc
#8 2.634   DEP      BTS_Tests_OML_part_2.cc
#8 2.634   DEP      BTS_Tests_OML_part_1.cc
#8 2.634   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.637   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.638   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.640   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.640   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.640   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.641   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.641   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.641   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.642   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.642   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.643   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.644   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.645   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.647   DEP      BTS_Tests_part_7.cc
#8 2.647   DEP      BTS_Tests_part_6.cc
#8 2.648   DEP      BTS_Tests_part_5.cc
#8 2.648   DEP      BTS_Tests_part_4.cc
#8 2.649   DEP      BTS_Tests_part_3.cc
#8 2.649   DEP      BTS_Tests_part_2.cc
#8 2.649   DEP      BTS_Tests_part_1.cc
#8 2.649   DEP      AbisOML_Types_part_7.cc
#8 2.650   DEP      AbisOML_Types_part_6.cc
#8 2.650   DEP      AbisOML_Types_part_5.cc
#8 2.650   DEP      AbisOML_Types_part_4.cc
#8 2.650   DEP      AbisOML_Types_part_3.cc
#8 2.652   DEP      AbisOML_Types_part_2.cc
#8 2.652   DEP      AbisOML_Types_part_1.cc
#8 2.655   DEP      AMR_Types_part_7.cc
#8 2.655   DEP      AMR_Types_part_6.cc
#8 2.656   DEP      AMR_Types_part_5.cc
#8 2.657   DEP      AMR_Types_part_3.cc
#8 2.657   DEP      AMR_Types_part_4.cc
#8 2.657   DEP      AMR_Types_part_2.cc
#8 2.657   DEP      AMR_Types_part_1.cc
#8 2.658   DEP      UD_Types.cc
#8 2.658   DEP      UD_PortType.cc
#8 2.659   DEP      TRXC_Types.cc
#8 2.660   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.662   DEP      TRXC_CodecPort.cc
#8 2.669   DEP      TELNETasp_PortType.cc
#8 2.669   DEP      TCCInterface_Functions.cc
#8 2.669   DEP      TCCConversion_Functions.cc
#8 2.669   DEP      Socket_API_Definitions.cc
#8 2.670   DEP      RTP_Types.cc
#8 2.670   DEP      RTP_Emulation.cc
#8 2.670   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.724   DEP      RTP_CodecPort.cc
#8 2.724   DEP      RSL_Emulation.cc
#8 2.725   DEP      RLCMAC_Types.cc
#8 2.725   DEP      RSL_Types.cc
#8 2.727   DEP      RLCMAC_Templates.cc
#8 2.734   DEP      RLCMAC_CSN1_Types.cc
#8 2.734   DEP      RLCMAC_CSN1_Templates.cc
#8 2.735   DEP      PCUIF_Types.cc
#8 2.736   DEP      PCUIF_CodecPort.cc
#8 2.736   DEP      Osmocom_VTY_Functions.cc
#8 2.743   DEP      Osmocom_Types.cc
#8 2.746   DEP      Osmocom_CTRL_Types.cc
#8 2.753   DEP      Osmocom_CTRL_Functions.cc
#8 2.768   DEP      Osmocom_CTRL_Adapter.cc
#8 2.772   DEP      OSMUX_Types.cc
#8 2.776   DEP      OSMUX_Emulation.cc
#8 2.799   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.800   DEP      OSMUX_CodecPort.cc
#8 2.805   DEP      Native_Functions.cc
#8 2.805   DEP      MobileL3_Types.cc
#8 2.805   DEP      MobileL3_SS_Types.cc
#8 2.806   DEP      MobileL3_SMS_Types.cc
#8 2.820   DEP      MobileL3_RRM_Types.cc
#8 2.821   DEP      MobileL3_MM_Types.cc
#8 2.839   DEP      MobileL3_GMM_SM_Types.cc
#8 2.843   DEP      MobileL3_CommonIE_Types.cc
#8 2.846   DEP      MobileL3_CC_Types.cc
#8 2.865   DEP      Misc_Helpers.cc
#8 2.874   DEP      LAPDm_Types.cc
#8 2.879   DEP      LAPDm_RAW_PT.cc
#8 2.879   DEP      L3_Templates.cc
#8 2.880   DEP      L3_Common.cc
#8 2.889   DEP      L1CTL_PortType_CtrlFunct.cc
#8 2.889   DEP      L1CTL_Types.cc
#8 2.891   DEP      L1CTL_PortType.cc
#8 2.899   DEP      IuUP_Types.cc
#8 2.918   DEP      IuUP_Emulation.cc
#8 2.931   DEP      IPL4asp_Types.cc
#8 2.935   DEP      IPL4asp_PortType.cc
#8 2.943   DEP      IPL4asp_Functions.cc
#8 2.945   DEP      IPA_Types.cc
#8 2.960   DEP      IPA_Testing.cc
#8 2.967   DEP      IPA_CodecPort_CtrlFunct.cc
#8 2.972   DEP      IPA_CodecPort.cc
#8 2.977   DEP      General_Types.cc
#8 2.978   DEP      GSM_Types.cc
#8 2.993   DEP      GSM_SystemInformation.cc
#8 3.006   DEP      GSM_RestOctets.cc
#8 3.011   DEP      GSM_RR_Types.cc
#8 3.021   DEP      BTS_Tests_perf.cc
#8 3.021   DEP      BTS_Tests_VAMOS.cc
#8 3.034   DEP      BTS_Tests_SMSCB.cc
#8 3.038   DEP      BTS_Tests_OML.cc
#8 3.047   DEP      BTS_Tests_LAPDm.cc
#8 3.047   DEP      BTS_Tests_ASCI.cc
#8 3.051   DEP      BTS_Tests.cc
#8 3.058   DEP      AbisOML_Types.cc
#8 3.158   DEP      AMR_Types.cc
#8 3.752   CC       AMR_Types.o
#8 3.752   CC       AbisOML_Types.o
#8 3.752   CC       BTS_Tests.o
#8 3.753   CC       BTS_Tests_ASCI.o
#8 3.753   CC       BTS_Tests_LAPDm.o
#8 3.753   CC       BTS_Tests_OML.o
#8 3.753   CC       BTS_Tests_SMSCB.o
#8 3.754   CC       BTS_Tests_VAMOS.o
#8 3.754   CC       BTS_Tests_perf.o
#8 3.754   CC       GSM_RR_Types.o
#8 3.755   CC       GSM_RestOctets.o
#8 3.755   CC       GSM_SystemInformation.o
#8 3.755   CC       GSM_Types.o
#8 3.756   CC       General_Types.o
#8 3.756   CC       IPA_CodecPort.o
#8 3.756   CC       IPA_CodecPort_CtrlFunct.o
#8 3.757   CC       IPA_Testing.o
#8 3.757   CC       IPA_Types.o
#8 3.757   CC       IPL4asp_Functions.o
#8 3.789   CC       IPL4asp_PortType.o
#8 4.485   CC       IPL4asp_Types.o
#8 4.550   CC       IuUP_Emulation.o
#8 4.587   CC       IuUP_Types.o
#8 4.591   CC       L1CTL_PortType.o
#8 4.814   CC       L1CTL_PortType_CtrlFunct.o
#8 4.815   CC       L1CTL_Types.o
#8 5.760   CC       L3_Common.o
#8 5.924   CC       L3_Templates.o
#8 5.968   CC       LAPDm_RAW_PT.o
#8 7.304   CC       LAPDm_Types.o
#8 7.337   CC       Misc_Helpers.o
#8 7.636   CC       MobileL3_CC_Types.o
#8 7.709   CC       MobileL3_CommonIE_Types.o
#8 7.923   CC       MobileL3_GMM_SM_Types.o
#8 8.181   CC       MobileL3_MM_Types.o
#8 8.964   CC       MobileL3_RRM_Types.o
#8 9.276   CC       MobileL3_SMS_Types.o
#8 9.281   CC       MobileL3_SS_Types.o
#8 9.402   CC       MobileL3_Types.o
#8 9.776   CC       Native_Functions.o
#8 9.883 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.883 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.883  6168 | }
#8 9.883       | ^
#8 10.15   CC       OSMUX_CodecPort.o
#8 10.34   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.38   CC       OSMUX_Emulation.o
#8 10.59   CC       OSMUX_Types.o
#8 10.59   CC       Osmocom_CTRL_Adapter.o
#8 10.75 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 10.75 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.75 39292 | }
#8 10.75       | ^
#8 10.76 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 10.76 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.76 39373 | }
#8 10.76       | ^
#8 11.20   CC       Osmocom_CTRL_Functions.o
#8 11.20   CC       Osmocom_CTRL_Types.o
#8 11.27   CC       Osmocom_Types.o
#8 11.37   CC       Osmocom_VTY_Functions.o
#8 11.65   CC       PCUIF_CodecPort.o
#8 11.68   CC       PCUIF_Types.o
#8 12.09   CC       RLCMAC_CSN1_Templates.o
#8 12.44   CC       RLCMAC_CSN1_Types.o
#8 12.62   CC       RLCMAC_Templates.o
#8 12.84   CC       RLCMAC_Types.o
#8 13.11   CC       RSL_Emulation.o
#8 13.15   CC       RSL_Types.o
#8 13.17   CC       RTP_CodecPort.o
#8 13.18   CC       RTP_CodecPort_CtrlFunct.o
#8 14.01   CC       RTP_Emulation.o
#8 14.11   CC       RTP_Types.o
#8 14.30   CC       Socket_API_Definitions.o
#8 14.35   CC       TCCConversion_Functions.o
#8 14.60   CC       TCCInterface_Functions.o
#8 14.63   CC       TELNETasp_PortType.o
#8 14.74   CC       TRXC_CodecPort.o
#8 14.77   CC       TRXC_CodecPort_CtrlFunct.o
#8 14.87   CC       TRXC_Types.o
#8 15.11   CC       UD_PortType.o
#8 15.12   CC       UD_Types.o
#8 15.66   CC       AMR_Types_part_1.o
#8 15.69   CC       AMR_Types_part_2.o
#8 15.71   CC       AMR_Types_part_3.o
#8 15.73   CC       AMR_Types_part_4.o
#8 15.76   CC       AMR_Types_part_5.o
#8 15.78   CC       AMR_Types_part_6.o
#8 15.79   CC       AMR_Types_part_7.o
#8 15.81   CC       AbisOML_Types_part_1.o
#8 15.81   CC       AbisOML_Types_part_2.o
#8 15.86   CC       AbisOML_Types_part_3.o
#8 15.91   CC       AbisOML_Types_part_4.o
#8 15.97   CC       AbisOML_Types_part_5.o
#8 15.98   CC       AbisOML_Types_part_6.o
#8 15.99   CC       AbisOML_Types_part_7.o
#8 16.00   CC       BTS_Tests_part_1.o
#8 16.03   CC       BTS_Tests_part_2.o
#8 16.04   CC       BTS_Tests_part_3.o
#8 16.05   CC       BTS_Tests_part_4.o
#8 16.06   CC       BTS_Tests_part_5.o
#8 16.06   CC       BTS_Tests_part_6.o
#8 16.07   CC       BTS_Tests_part_7.o
#8 16.08   CC       BTS_Tests_ASCI_part_1.o
#8 16.09   CC       BTS_Tests_ASCI_part_2.o
#8 16.09   CC       BTS_Tests_ASCI_part_3.o
#8 16.10   CC       BTS_Tests_ASCI_part_4.o
#8 16.11   CC       BTS_Tests_ASCI_part_5.o
#8 16.12   CC       BTS_Tests_ASCI_part_6.o
#8 16.12   CC       BTS_Tests_ASCI_part_7.o
#8 16.14   CC       BTS_Tests_LAPDm_part_1.o
#8 16.14   CC       BTS_Tests_LAPDm_part_2.o
#8 16.15   CC       BTS_Tests_LAPDm_part_3.o
#8 16.16   CC       BTS_Tests_LAPDm_part_4.o
#8 16.16   CC       BTS_Tests_LAPDm_part_5.o
#8 16.17   CC       BTS_Tests_LAPDm_part_6.o
#8 16.18   CC       BTS_Tests_LAPDm_part_7.o
#8 16.18   CC       BTS_Tests_OML_part_1.o
#8 16.19   CC       BTS_Tests_OML_part_2.o
#8 16.20   CC       BTS_Tests_OML_part_3.o
#8 16.20   CC       BTS_Tests_OML_part_4.o
#8 16.21   CC       BTS_Tests_OML_part_5.o
#8 16.21   CC       BTS_Tests_OML_part_6.o
#8 16.23   CC       BTS_Tests_OML_part_7.o
#8 16.23   CC       BTS_Tests_SMSCB_part_1.o
#8 16.23   CC       BTS_Tests_SMSCB_part_2.o
#8 16.23   CC       BTS_Tests_SMSCB_part_3.o
#8 16.25   CC       BTS_Tests_SMSCB_part_4.o
#8 16.25   CC       BTS_Tests_SMSCB_part_5.o
#8 16.25   CC       BTS_Tests_SMSCB_part_6.o
#8 16.26   CC       BTS_Tests_SMSCB_part_7.o
#8 16.27   CC       BTS_Tests_VAMOS_part_1.o
#8 16.27   CC       BTS_Tests_VAMOS_part_2.o
#8 16.27   CC       BTS_Tests_VAMOS_part_3.o
#8 16.28   CC       BTS_Tests_VAMOS_part_4.o
#8 16.29   CC       BTS_Tests_VAMOS_part_5.o
#8 16.29   CC       BTS_Tests_VAMOS_part_6.o
#8 16.29   CC       BTS_Tests_VAMOS_part_7.o
#8 16.30   CC       BTS_Tests_perf_part_1.o
#8 16.31   CC       BTS_Tests_perf_part_2.o
#8 16.31   CC       BTS_Tests_perf_part_3.o
#8 16.31   CC       BTS_Tests_perf_part_4.o
#8 16.32   CC       BTS_Tests_perf_part_5.o
#8 16.32   CC       BTS_Tests_perf_part_6.o
#8 16.32   CC       BTS_Tests_perf_part_7.o
#8 16.33   CC       GSM_RR_Types_part_1.o
#8 16.33   CC       GSM_RR_Types_part_2.o
#8 16.33   CC       GSM_RR_Types_part_3.o
#8 16.34   CC       GSM_RR_Types_part_4.o
#8 16.35   CC       GSM_RR_Types_part_5.o
#8 16.35   CC       GSM_RR_Types_part_6.o
#8 16.36   CC       GSM_RR_Types_part_7.o
#8 16.37   CC       GSM_RestOctets_part_1.o
#8 16.37   CC       GSM_RestOctets_part_2.o
#8 16.37   CC       GSM_RestOctets_part_3.o
#8 16.39   CC       GSM_RestOctets_part_4.o
#8 16.40   CC       GSM_RestOctets_part_5.o
#8 16.42   CC       GSM_RestOctets_part_6.o
#8 16.43   CC       GSM_RestOctets_part_7.o
#8 16.44   CC       GSM_SystemInformation_part_1.o
#8 16.44   CC       GSM_SystemInformation_part_2.o
#8 16.46   CC       GSM_SystemInformation_part_3.o
#8 16.46   CC       GSM_SystemInformation_part_4.o
#8 16.46   CC       GSM_SystemInformation_part_5.o
#8 16.48   CC       GSM_SystemInformation_part_6.o
#8 16.48   CC       GSM_SystemInformation_part_7.o
#8 16.50   CC       GSM_Types_part_1.o
#8 16.50   CC       GSM_Types_part_2.o
#8 16.50   CC       GSM_Types_part_3.o
#8 16.52   CC       GSM_Types_part_4.o
#8 16.52   CC       GSM_Types_part_5.o
#8 16.54   CC       GSM_Types_part_6.o
#8 16.54   CC       GSM_Types_part_7.o
#8 16.54   CC       General_Types_part_1.o
#8 16.56   CC       General_Types_part_2.o
#8 16.56   CC       General_Types_part_3.o
#8 16.56   CC       General_Types_part_4.o
#8 16.58   CC       General_Types_part_5.o
#8 16.58   CC       General_Types_part_6.o
#8 16.58   CC       General_Types_part_7.o
#8 16.60   CC       IPA_CodecPort_part_1.o
#8 16.61   CC       IPA_CodecPort_part_2.o
#8 16.61   CC       IPA_CodecPort_part_3.o
#8 16.62   CC       IPA_CodecPort_part_4.o
#8 16.63   CC       IPA_CodecPort_part_5.o
#8 16.63   CC       IPA_CodecPort_part_6.o
#8 16.64   CC       IPA_CodecPort_part_7.o
#8 16.65   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.65   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.66   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.67   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.67   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.68   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 16.69   CC       IPA_Testing_part_1.o
#8 16.69   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 16.70   CC       IPA_Testing_part_2.o
#8 16.71   CC       IPA_Testing_part_4.o
#8 16.71   CC       IPA_Testing_part_3.o
#8 16.72   CC       IPA_Testing_part_5.o
#8 16.73   CC       IPA_Testing_part_6.o
#8 16.73   CC       IPA_Testing_part_7.o
#8 16.74   CC       IPA_Types_part_1.o
#8 16.75   CC       IPA_Types_part_2.o
#8 16.75   CC       IPA_Types_part_3.o
#8 16.76   CC       IPA_Types_part_4.o
#8 16.77   CC       IPA_Types_part_5.o
#8 16.77   CC       IPA_Types_part_6.o
#8 16.78   CC       IPA_Types_part_7.o
#8 16.79   CC       IPL4asp_Functions_part_1.o
#8 16.80   CC       IPL4asp_Functions_part_2.o
#8 16.80   CC       IPL4asp_Functions_part_3.o
#8 16.82   CC       IPL4asp_Functions_part_4.o
#8 16.82   CC       IPL4asp_Functions_part_5.o
#8 16.82   CC       IPL4asp_Functions_part_6.o
#8 16.83   CC       IPL4asp_Functions_part_7.o
#8 16.84   CC       IPL4asp_PortType_part_1.o
#8 16.84   CC       IPL4asp_PortType_part_2.o
#8 16.84   CC       IPL4asp_PortType_part_3.o
#8 16.85   CC       IPL4asp_PortType_part_4.o
#8 16.86   CC       IPL4asp_PortType_part_5.o
#8 16.86   CC       IPL4asp_PortType_part_6.o
#8 16.86   CC       IPL4asp_PortType_part_7.o
#8 16.87   CC       IPL4asp_Types_part_1.o
#8 16.87   CC       IPL4asp_Types_part_2.o
#8 16.88   CC       IPL4asp_Types_part_3.o
#8 16.88   CC       IPL4asp_Types_part_4.o
#8 16.89   CC       IPL4asp_Types_part_5.o
#8 16.89   CC       IPL4asp_Types_part_6.o
#8 16.89   CC       IPL4asp_Types_part_7.o
#8 16.90   CC       IuUP_Emulation_part_1.o
#8 16.91   CC       IuUP_Emulation_part_2.o
#8 16.92   CC       IuUP_Emulation_part_3.o
#8 16.92   CC       IuUP_Emulation_part_4.o
#8 16.92   CC       IuUP_Emulation_part_5.o
#8 16.93   CC       IuUP_Emulation_part_6.o
#8 16.94   CC       IuUP_Emulation_part_7.o
#8 16.94   CC       IuUP_Types_part_1.o
#8 16.94   CC       IuUP_Types_part_2.o
#8 16.95   CC       IuUP_Types_part_3.o
#8 16.96   CC       IuUP_Types_part_4.o
#8 16.96   CC       IuUP_Types_part_5.o
#8 16.96   CC       IuUP_Types_part_6.o
#8 16.97   CC       IuUP_Types_part_7.o
#8 16.97   CC       L1CTL_PortType_part_1.o
#8 16.98   CC       L1CTL_PortType_part_2.o
#8 16.98   CC       L1CTL_PortType_part_3.o
#8 16.98   CC       L1CTL_PortType_part_4.o
#8 16.99   CC       L1CTL_PortType_part_5.o
#8 16.99   CC       L1CTL_PortType_part_6.o
#8 17.00   CC       L1CTL_PortType_part_7.o
#8 17.00   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.00   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.01   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.01   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.02   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.02   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.02   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.03   CC       L1CTL_Types_part_1.o
#8 17.03   CC       L1CTL_Types_part_2.o
#8 17.04   CC       L1CTL_Types_part_3.o
#8 17.04   CC       L1CTL_Types_part_4.o
#8 17.04   CC       L1CTL_Types_part_5.o
#8 17.05   CC       L1CTL_Types_part_6.o
#8 17.06   CC       L1CTL_Types_part_7.o
#8 17.06   CC       L3_Common_part_1.o
#8 17.06   CC       L3_Common_part_2.o
#8 17.07   CC       L3_Common_part_3.o
#8 17.08   CC       L3_Common_part_4.o
#8 17.08   CC       L3_Common_part_5.o
#8 17.08   CC       L3_Common_part_6.o
#8 17.09   CC       L3_Common_part_7.o
#8 17.10   CC       L3_Templates_part_1.o
#8 17.10   CC       L3_Templates_part_2.o
#8 17.11   CC       L3_Templates_part_3.o
#8 17.12   CC       L3_Templates_part_4.o
#8 17.12   CC       L3_Templates_part_5.o
#8 17.12   CC       L3_Templates_part_6.o
#8 17.13   CC       L3_Templates_part_7.o
#8 17.14   CC       LAPDm_RAW_PT_part_1.o
#8 17.14   CC       LAPDm_RAW_PT_part_2.o
#8 17.14   CC       LAPDm_RAW_PT_part_3.o
#8 17.15   CC       LAPDm_RAW_PT_part_4.o
#8 17.15   CC       LAPDm_RAW_PT_part_5.o
#8 17.16   CC       LAPDm_RAW_PT_part_6.o
#8 17.16   CC       LAPDm_RAW_PT_part_7.o
#8 17.17   CC       LAPDm_Types_part_1.o
#8 17.17   CC       LAPDm_Types_part_2.o
#8 17.17   CC       LAPDm_Types_part_3.o
#8 17.18   CC       LAPDm_Types_part_4.o
#8 17.18   CC       LAPDm_Types_part_5.o
#8 17.19   CC       LAPDm_Types_part_7.o
#8 17.19   CC       LAPDm_Types_part_6.o
#8 17.19   CC       Misc_Helpers_part_1.o
#8 17.20   CC       Misc_Helpers_part_2.o
#8 17.21   CC       Misc_Helpers_part_3.o
#8 17.21   CC       Misc_Helpers_part_4.o
#8 17.21   CC       Misc_Helpers_part_5.o
#8 17.21   CC       Misc_Helpers_part_6.o
#8 17.22   CC       Misc_Helpers_part_7.o
#8 17.23   CC       MobileL3_CC_Types_part_1.o
#8 17.23   CC       MobileL3_CC_Types_part_2.o
#8 17.23   CC       MobileL3_CC_Types_part_3.o
#8 17.23   CC       MobileL3_CC_Types_part_4.o
#8 17.25   CC       MobileL3_CC_Types_part_5.o
#8 17.27   CC       MobileL3_CC_Types_part_6.o
#8 17.27   CC       MobileL3_CC_Types_part_7.o
#8 17.29   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.29   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.31   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.33   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.37   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.40   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.43   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.45   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.57   CC       MobileL3_GMM_SM_Types_part_2.o
#8 18.17   CC       MobileL3_GMM_SM_Types_part_3.o
#8 18.17 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 18.17 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 18.17 11507 | }
#8 18.17       | ^
#8 19.50   CC       MobileL3_GMM_SM_Types_part_4.o
#8 20.05   CC       MobileL3_GMM_SM_Types_part_5.o
#8 20.39   CC       MobileL3_GMM_SM_Types_part_6.o
#8 20.82   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.52   CC       MobileL3_MM_Types_part_1.o
#8 21.57   CC       MobileL3_MM_Types_part_2.o
#8 21.60   CC       MobileL3_MM_Types_part_3.o
#8 21.63   CC       MobileL3_MM_Types_part_4.o
#8 21.67   CC       MobileL3_MM_Types_part_5.o
#8 21.68   CC       MobileL3_MM_Types_part_6.o
#8 21.70   CC       MobileL3_MM_Types_part_7.o
#8 21.70   CC       MobileL3_RRM_Types_part_1.o
#8 21.74   CC       MobileL3_RRM_Types_part_2.o
#8 22.38   CC       MobileL3_RRM_Types_part_3.o
#8 23.16   CC       MobileL3_RRM_Types_part_4.o
#8 23.22   CC       MobileL3_RRM_Types_part_5.o
#8 23.25   CC       MobileL3_RRM_Types_part_6.o
#8 23.29   CC       MobileL3_RRM_Types_part_7.o
#8 23.32   CC       MobileL3_SMS_Types_part_1.o
#8 23.83   CC       MobileL3_SMS_Types_part_2.o
#8 23.87   CC       MobileL3_SMS_Types_part_3.o
#8 23.91   CC       MobileL3_SMS_Types_part_4.o
#8 23.94   CC       MobileL3_SMS_Types_part_5.o
#8 23.98   CC       MobileL3_SMS_Types_part_6.o
#8 24.02   CC       MobileL3_SMS_Types_part_7.o
#8 24.05   CC       MobileL3_SS_Types_part_1.o
#8 24.09   CC       MobileL3_SS_Types_part_2.o
#8 24.12   CC       MobileL3_SS_Types_part_3.o
#8 24.16   CC       MobileL3_SS_Types_part_4.o
#8 24.20   CC       MobileL3_SS_Types_part_5.o
#8 24.23   CC       MobileL3_SS_Types_part_6.o
#8 24.27   CC       MobileL3_SS_Types_part_7.o
#8 24.30   CC       MobileL3_Types_part_1.o
#8 24.34   CC       MobileL3_Types_part_2.o
#8 24.38   CC       MobileL3_Types_part_3.o
#8 24.41   CC       MobileL3_Types_part_4.o
#8 24.45   CC       MobileL3_Types_part_5.o
#8 24.48   CC       MobileL3_Types_part_6.o
#8 24.50   CC       MobileL3_Types_part_7.o
#8 24.52   CC       Native_Functions_part_1.o
#8 24.56   CC       Native_Functions_part_2.o
#8 24.59   CC       Native_Functions_part_3.o
#8 24.63   CC       Native_Functions_part_4.o
#8 24.66   CC       Native_Functions_part_5.o
#8 24.68   CC       Native_Functions_part_6.o
#8 24.71   CC       Native_Functions_part_7.o
#8 24.74   CC       OSMUX_CodecPort_part_1.o
#8 24.78   CC       OSMUX_CodecPort_part_2.o
#8 24.81   CC       OSMUX_CodecPort_part_3.o
#8 24.86   CC       OSMUX_CodecPort_part_4.o
#8 24.90   CC       OSMUX_CodecPort_part_5.o
#8 24.93   CC       OSMUX_CodecPort_part_6.o
#8 24.97   CC       OSMUX_CodecPort_part_7.o
#8 25.00   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 25.03   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 25.06   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 25.10   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 25.12   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 25.14   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 25.17   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.17   CC       OSMUX_Emulation_part_1.o
#8 25.19   CC       OSMUX_Emulation_part_2.o
#8 25.19   CC       OSMUX_Emulation_part_3.o
#8 25.21   CC       OSMUX_Emulation_part_4.o
#8 25.22   CC       OSMUX_Emulation_part_5.o
#8 25.24   CC       OSMUX_Emulation_part_6.o
#8 25.24   CC       OSMUX_Emulation_part_7.o
#8 25.26   CC       OSMUX_Types_part_1.o
#8 25.26   CC       OSMUX_Types_part_2.o
#8 25.28   CC       OSMUX_Types_part_3.o
#8 25.28   CC       OSMUX_Types_part_4.o
#8 25.30   CC       OSMUX_Types_part_5.o
#8 25.30   CC       OSMUX_Types_part_6.o
#8 25.32   CC       OSMUX_Types_part_7.o
#8 25.32   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.34   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.35   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.36   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.37   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.38   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.39   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.40   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.41   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.43   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.44   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.45   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.46   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.48   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.48   CC       Osmocom_CTRL_Types_part_1.o
#8 25.49   CC       Osmocom_CTRL_Types_part_2.o
#8 25.50   CC       Osmocom_CTRL_Types_part_3.o
#8 25.50   CC       Osmocom_CTRL_Types_part_4.o
#8 25.51   CC       Osmocom_CTRL_Types_part_5.o
#8 25.52   CC       Osmocom_CTRL_Types_part_6.o
#8 25.53   CC       Osmocom_CTRL_Types_part_7.o
#8 25.54   CC       Osmocom_Types_part_1.o
#8 25.54   CC       Osmocom_Types_part_2.o
#8 25.55   CC       Osmocom_Types_part_3.o
#8 25.56   CC       Osmocom_Types_part_4.o
#8 25.57   CC       Osmocom_Types_part_5.o
#8 25.57   CC       Osmocom_Types_part_6.o
#8 25.58   CC       Osmocom_Types_part_7.o
#8 25.59   CC       Osmocom_VTY_Functions_part_1.o
#8 25.59   CC       Osmocom_VTY_Functions_part_2.o
#8 25.59   CC       Osmocom_VTY_Functions_part_3.o
#8 25.60   CC       Osmocom_VTY_Functions_part_4.o
#8 25.60   CC       Osmocom_VTY_Functions_part_5.o
#8 25.61   CC       Osmocom_VTY_Functions_part_6.o
#8 25.61   CC       Osmocom_VTY_Functions_part_7.o
#8 25.62   CC       PCUIF_CodecPort_part_1.o
#8 25.62   CC       PCUIF_CodecPort_part_2.o
#8 25.62   CC       PCUIF_CodecPort_part_3.o
#8 25.62   CC       PCUIF_CodecPort_part_4.o
#8 25.64   CC       PCUIF_CodecPort_part_5.o
#8 25.64   CC       PCUIF_CodecPort_part_6.o
#8 25.64   CC       PCUIF_CodecPort_part_7.o
#8 25.64   CC       PCUIF_Types_part_1.o
#8 25.64   CC       PCUIF_Types_part_2.o
#8 25.66   CC       PCUIF_Types_part_3.o
#8 25.66   CC       PCUIF_Types_part_4.o
#8 25.66   CC       PCUIF_Types_part_5.o
#8 25.66   CC       PCUIF_Types_part_6.o
#8 25.66   CC       PCUIF_Types_part_7.o
#8 25.68   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.68   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.68   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.68   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.68   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.70   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.70   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.70   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.70   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.70   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.72   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.72   CC       RLCMAC_CSN1_Types_part_5.o
#8 25.84   CC       RLCMAC_CSN1_Types_part_6.o
#8 25.87   CC       RLCMAC_CSN1_Types_part_7.o
#8 25.92   CC       RLCMAC_Templates_part_1.o
#8 25.95   CC       RLCMAC_Templates_part_2.o
#8 25.96   CC       RLCMAC_Templates_part_3.o
#8 25.98   CC       RLCMAC_Templates_part_4.o
#8 25.98   CC       RLCMAC_Templates_part_5.o
#8 26.00   CC       RLCMAC_Templates_part_6.o
#8 26.00   CC       RLCMAC_Templates_part_7.o
#8 26.02   CC       RLCMAC_Types_part_1.o
#8 26.02   CC       RLCMAC_Types_part_2.o
#8 26.06   CC       RLCMAC_Types_part_3.o
#8 26.10   CC       RLCMAC_Types_part_4.o
#8 26.13   CC       RLCMAC_Types_part_5.o
#8 26.17   CC       RLCMAC_Types_part_6.o
#8 26.20   CC       RLCMAC_Types_part_7.o
#8 26.24   CC       RSL_Emulation_part_1.o
#8 26.28   CC       RSL_Emulation_part_2.o
#8 26.31   CC       RSL_Emulation_part_3.o
#8 26.31   CC       RSL_Emulation_part_4.o
#8 26.33   CC       RSL_Emulation_part_5.o
#8 26.33   CC       RSL_Emulation_part_6.o
#8 26.35   CC       RSL_Emulation_part_7.o
#8 26.35   CC       RSL_Types_part_1.o
#8 26.37   CC       RSL_Types_part_2.o
#8 26.58   CC       RSL_Types_part_3.o
#8 26.62   CC       RSL_Types_part_4.o
#8 26.66   CC       RSL_Types_part_5.o
#8 26.69   CC       RSL_Types_part_6.o
#8 26.73   CC       RSL_Types_part_7.o
#8 26.76   CC       RTP_CodecPort_part_1.o
#8 26.80   CC       RTP_CodecPort_part_2.o
#8 26.82   CC       RTP_CodecPort_part_3.o
#8 26.86   CC       RTP_CodecPort_part_4.o
#8 26.90   CC       RTP_CodecPort_part_5.o
#8 26.91   CC       RTP_CodecPort_part_6.o
#8 26.92   CC       RTP_CodecPort_part_7.o
#8 26.94   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.94   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 26.98   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 26.98   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 27.00   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 27.00   CC       RTP_Emulation_part_1.o
#8 27.02   CC       RTP_Emulation_part_2.o
#8 27.04   CC       RTP_Emulation_part_3.o
#8 27.05   CC       RTP_Emulation_part_4.o
#8 27.06   CC       RTP_Emulation_part_5.o
#8 27.07   CC       RTP_Emulation_part_6.o
#8 27.08   CC       RTP_Emulation_part_7.o
#8 27.09   CC       RTP_Types_part_1.o
#8 27.11   CC       RTP_Types_part_2.o
#8 27.14   CC       RTP_Types_part_3.o
#8 27.18   CC       RTP_Types_part_4.o
#8 27.21   CC       RTP_Types_part_5.o
#8 27.25   CC       RTP_Types_part_6.o
#8 27.28   CC       RTP_Types_part_7.o
#8 27.31   CC       Socket_API_Definitions_part_1.o
#8 27.32   CC       Socket_API_Definitions_part_2.o
#8 27.33   CC       Socket_API_Definitions_part_3.o
#8 27.34   CC       Socket_API_Definitions_part_4.o
#8 27.35   CC       Socket_API_Definitions_part_5.o
#8 27.37   CC       Socket_API_Definitions_part_6.o
#8 27.38   CC       Socket_API_Definitions_part_7.o
#8 27.39   CC       TCCConversion_Functions_part_1.o
#8 27.40   CC       TCCConversion_Functions_part_2.o
#8 27.42   CC       TCCConversion_Functions_part_3.o
#8 27.43   CC       TCCConversion_Functions_part_4.o
#8 27.44   CC       TCCConversion_Functions_part_5.o
#8 27.45   CC       TCCConversion_Functions_part_6.o
#8 27.47   CC       TCCConversion_Functions_part_7.o
#8 27.48   CC       TCCInterface_Functions_part_1.o
#8 27.49   CC       TCCInterface_Functions_part_2.o
#8 27.49   CC       TCCInterface_Functions_part_3.o
#8 27.50   CC       TCCInterface_Functions_part_4.o
#8 27.52   CC       TCCInterface_Functions_part_5.o
#8 27.52   CC       TCCInterface_Functions_part_6.o
#8 27.53   CC       TCCInterface_Functions_part_7.o
#8 27.54   CC       TELNETasp_PortType_part_1.o
#8 27.55   CC       TELNETasp_PortType_part_2.o
#8 27.55   CC       TELNETasp_PortType_part_3.o
#8 27.56   CC       TELNETasp_PortType_part_4.o
#8 27.57   CC       TELNETasp_PortType_part_5.o
#8 27.57   CC       TELNETasp_PortType_part_6.o
#8 27.58   CC       TELNETasp_PortType_part_7.o
#8 27.59   CC       TRXC_CodecPort_part_1.o
#8 27.59   CC       TRXC_CodecPort_part_2.o
#8 27.60   CC       TRXC_CodecPort_part_3.o
#8 27.61   CC       TRXC_CodecPort_part_4.o
#8 27.62   CC       TRXC_CodecPort_part_5.o
#8 27.63   CC       TRXC_CodecPort_part_6.o
#8 27.64   CC       TRXC_CodecPort_part_7.o
#8 27.64   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.66   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.66   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.67   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.68   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.68   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.69   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.70   CC       TRXC_Types_part_1.o
#8 27.71   CC       TRXC_Types_part_2.o
#8 27.71   CC       TRXC_Types_part_3.o
#8 27.73   CC       TRXC_Types_part_4.o
#8 27.73   CC       TRXC_Types_part_5.o
#8 27.73   CC       TRXC_Types_part_6.o
#8 27.75   CC       TRXC_Types_part_7.o
#8 27.75   CC       UD_PortType_part_1.o
#8 27.75   CC       UD_PortType_part_2.o
#8 27.77   CC       UD_PortType_part_3.o
#8 27.77   CC       UD_PortType_part_4.o
#8 27.78   CC       UD_PortType_part_5.o
#8 27.79   CC       UD_PortType_part_6.o
#8 27.80   CC       UD_PortType_part_7.o
#8 27.81   CC       UD_Types_part_1.o
#8 27.82   CC       UD_Types_part_2.o
#8 27.82   CC       UD_Types_part_3.o
#8 27.83   CC       UD_Types_part_4.o
#8 27.84   CC       UD_Types_part_5.o
#8 27.84   CC       UD_Types_part_6.o
#8 27.85   CC       UD_Types_part_7.o
#8 27.86   CC       IPA_Emulation.o
#8 27.86   CC       IPA_Emulation_part_1.o
#8 27.88   CC       IPA_Emulation_part_2.o
#8 27.88   CC       IPA_Emulation_part_3.o
#8 27.90   CC       IPA_Emulation_part_4.o
#8 27.92   CC       IPA_Emulation_part_5.o
#8 27.93   CC       IPA_Emulation_part_6.o
#8 27.94   CC       IPA_Emulation_part_7.o
#8 27.95   CC       IPA_CodecPort_CtrlFunctDef.o
#8 27.96   CC       IPL4asp_PT.o
#8 28.60   CC       IPL4asp_discovery.o
#8 28.75   CC       IuUP_EncDec.o
#8 28.84   CC       L1CTL_PortType_CtrlFunctDef.o
#8 29.09   CC       Native_FunctionDefs.o
#8 29.20   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.32   CC       RLCMAC_EncDec.o
#8 29.43   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.48   CC       RTP_EncDec.o
#8 29.49   CC       TCCConversion.o
#8 29.69   CC       TCCInterface.o
#8 29.69   CC       TELNETasp_PT.o
#8 30.07   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.27   CC       UD_PT.o
#8 30.29   CCLD     AMR_Types.so
#8 30.34   CCLD     AbisOML_Types.so
#8 30.37   CCLD     BTS_Tests.so
#8 30.38   CCLD     BTS_Tests_ASCI.so
#8 30.48   CCLD     BTS_Tests_LAPDm.so
#8 30.48   CCLD     BTS_Tests_OML.so
#8 30.50   CCLD     BTS_Tests_SMSCB.so
#8 30.50   CCLD     BTS_Tests_VAMOS.so
#8 30.57   CCLD     BTS_Tests_perf.so
#8 30.57   CCLD     GSM_RR_Types.so
#8 30.60   CCLD     GSM_RestOctets.so
#8 30.65   CCLD     GSM_SystemInformation.so
#8 30.66   CCLD     GSM_Types.so
#8 30.71   CCLD     General_Types.so
#8 30.74   CCLD     IPA_CodecPort.so
#8 30.76   CCLD     IPA_CodecPort_CtrlFunct.so
#8 30.77   CCLD     IPA_Testing.so
#8 30.80   CCLD     IPA_Types.so
#8 30.81   CCLD     IPL4asp_Functions.so
#8 30.84   CCLD     IPL4asp_PortType.so
#8 30.84   CCLD     IPL4asp_Types.so
#8 30.86   CCLD     IuUP_Emulation.so
#8 30.91   CCLD     IuUP_Types.so
#8 30.93   CCLD     L1CTL_PortType.so
#8 30.95   CCLD     L1CTL_PortType_CtrlFunct.so
#8 30.96   CCLD     L1CTL_Types.so
#8 31.01   CCLD     L3_Common.so
#8 31.01   CCLD     L3_Templates.so
#8 31.03   CCLD     LAPDm_RAW_PT.so
#8 31.04   CCLD     LAPDm_Types.so
#8 31.07   CCLD     Misc_Helpers.so
#8 31.10   CCLD     MobileL3_CC_Types.so
#8 31.12   CCLD     MobileL3_CommonIE_Types.so
#8 31.14   CCLD     MobileL3_GMM_SM_Types.so
#8 31.15   CCLD     MobileL3_MM_Types.so
#8 31.17   CCLD     MobileL3_RRM_Types.so
#8 31.20   CCLD     MobileL3_SMS_Types.so
#8 31.23   CCLD     MobileL3_SS_Types.so
#8 31.27   CCLD     MobileL3_Types.so
#8 31.30   CCLD     Native_Functions.so
#8 31.31   CCLD     OSMUX_CodecPort.so
#8 31.31   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.38   CCLD     OSMUX_Emulation.so
#8 31.39   CCLD     OSMUX_Types.so
#8 31.39   CCLD     Osmocom_CTRL_Adapter.so
#8 31.40   CCLD     Osmocom_CTRL_Functions.so
#8 31.42   CCLD     Osmocom_CTRL_Types.so
#8 31.42   CCLD     Osmocom_Types.so
#8 31.43   CCLD     Osmocom_VTY_Functions.so
#8 31.46   CCLD     PCUIF_CodecPort.so
#8 31.49   CCLD     PCUIF_Types.so
#8 31.52   CCLD     RLCMAC_CSN1_Templates.so
#8 31.52   CCLD     RLCMAC_CSN1_Types.so
#8 31.53   CCLD     RLCMAC_Templates.so
#8 31.54   CCLD     RLCMAC_Types.so
#8 31.55   CCLD     RSL_Emulation.so
#8 31.56   CCLD     RSL_Types.so
#8 31.64   CCLD     RTP_CodecPort.so
#8 31.64   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.64   CCLD     RTP_Emulation.so
#8 31.67   CCLD     RTP_Types.so
#8 31.69   CCLD     Socket_API_Definitions.so
#8 31.70   CCLD     TCCConversion_Functions.so
#8 31.73   CCLD     TCCInterface_Functions.so
#8 31.75   CCLD     TELNETasp_PortType.so
#8 31.76   CCLD     TRXC_CodecPort.so
#8 31.77   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.80   CCLD     TRXC_Types.so
#8 31.80   CCLD     UD_PortType.so
#8 31.81   CCLD     UD_Types.so
#8 31.82   CCLD     AMR_Types_part_1.so
#8 31.82   CCLD     AMR_Types_part_2.so
#8 31.85   CCLD     AMR_Types_part_3.so
#8 31.85   CCLD     AMR_Types_part_4.so
#8 31.87   CCLD     AMR_Types_part_5.so
#8 31.87   CCLD     AMR_Types_part_6.so
#8 31.87   CCLD     AMR_Types_part_7.so
#8 31.88   CCLD     AbisOML_Types_part_1.so
#8 31.88   CCLD     AbisOML_Types_part_2.so
#8 31.90   CCLD     AbisOML_Types_part_3.so
#8 31.90   CCLD     AbisOML_Types_part_4.so
#8 31.90   CCLD     AbisOML_Types_part_5.so
#8 31.90   CCLD     AbisOML_Types_part_6.so
#8 31.91   CCLD     AbisOML_Types_part_7.so
#8 31.92   CCLD     BTS_Tests_part_1.so
#8 31.92   CCLD     BTS_Tests_part_2.so
#8 31.93   CCLD     BTS_Tests_part_3.so
#8 31.93   CCLD     BTS_Tests_part_4.so
#8 31.93   CCLD     BTS_Tests_part_5.so
#8 31.94   CCLD     BTS_Tests_part_6.so
#8 31.94   CCLD     BTS_Tests_part_7.so
#8 31.95   CCLD     BTS_Tests_ASCI_part_1.so
#8 31.96   CCLD     BTS_Tests_ASCI_part_2.so
#8 31.96   CCLD     BTS_Tests_ASCI_part_3.so
#8 31.96   CCLD     BTS_Tests_ASCI_part_4.so
#8 31.97   CCLD     BTS_Tests_ASCI_part_5.so
#8 31.98   CCLD     BTS_Tests_ASCI_part_6.so
#8 31.98   CCLD     BTS_Tests_ASCI_part_7.so
#8 31.98   CCLD     BTS_Tests_LAPDm_part_1.so
#8 31.98   CCLD     BTS_Tests_LAPDm_part_2.so
#8 31.98   CCLD     BTS_Tests_LAPDm_part_3.so
#8 31.99   CCLD     BTS_Tests_LAPDm_part_4.so
#8 31.99   CCLD     BTS_Tests_LAPDm_part_5.so
#8 32.01   CCLD     BTS_Tests_LAPDm_part_6.so
#8 32.01   CCLD     BTS_Tests_LAPDm_part_7.so
#8 32.01   CCLD     BTS_Tests_OML_part_1.so
#8 32.01   CCLD     BTS_Tests_OML_part_2.so
#8 32.01   CCLD     BTS_Tests_OML_part_3.so
#8 32.01   CCLD     BTS_Tests_OML_part_4.so
#8 32.01   CCLD     BTS_Tests_OML_part_5.so
#8 32.03   CCLD     BTS_Tests_OML_part_6.so
#8 32.03   CCLD     BTS_Tests_OML_part_7.so
#8 32.04   CCLD     BTS_Tests_SMSCB_part_1.so
#8 32.04   CCLD     BTS_Tests_SMSCB_part_2.so
#8 32.04   CCLD     BTS_Tests_SMSCB_part_3.so
#8 32.04   CCLD     BTS_Tests_SMSCB_part_4.so
#8 32.06   CCLD     BTS_Tests_SMSCB_part_5.so
#8 32.06   CCLD     BTS_Tests_SMSCB_part_6.so
#8 32.06   CCLD     BTS_Tests_SMSCB_part_7.so
#8 32.06   CCLD     BTS_Tests_VAMOS_part_1.so
#8 32.06   CCLD     BTS_Tests_VAMOS_part_2.so
#8 32.06   CCLD     BTS_Tests_VAMOS_part_3.so
#8 32.06   CCLD     BTS_Tests_VAMOS_part_4.so
#8 32.06   CCLD     BTS_Tests_VAMOS_part_5.so
#8 32.07   CCLD     BTS_Tests_VAMOS_part_6.so
#8 32.07   CCLD     BTS_Tests_VAMOS_part_7.so
#8 32.09   CCLD     BTS_Tests_perf_part_1.so
#8 32.09   CCLD     BTS_Tests_perf_part_2.so
#8 32.09   CCLD     BTS_Tests_perf_part_3.so
#8 32.09   CCLD     BTS_Tests_perf_part_4.so
#8 32.09   CCLD     BTS_Tests_perf_part_5.so
#8 32.09   CCLD     BTS_Tests_perf_part_6.so
#8 32.09   CCLD     BTS_Tests_perf_part_7.so
#8 32.09   CCLD     GSM_RR_Types_part_1.so
#8 32.09   CCLD     GSM_RR_Types_part_2.so
#8 32.11   CCLD     GSM_RR_Types_part_3.so
#8 32.11   CCLD     GSM_RR_Types_part_4.so
#8 32.11   CCLD     GSM_RR_Types_part_5.so
#8 32.12   CCLD     GSM_RR_Types_part_6.so
#8 32.12   CCLD     GSM_RR_Types_part_7.so
#8 32.12   CCLD     GSM_RestOctets_part_1.so
#8 32.12   CCLD     GSM_RestOctets_part_2.so
#8 32.12   CCLD     GSM_RestOctets_part_3.so
#8 32.12   CCLD     GSM_RestOctets_part_4.so
#8 32.13   CCLD     GSM_RestOctets_part_5.so
#8 32.15   CCLD     GSM_RestOctets_part_6.so
#8 32.15   CCLD     GSM_RestOctets_part_7.so
#8 32.15   CCLD     GSM_SystemInformation_part_1.so
#8 32.15   CCLD     GSM_SystemInformation_part_2.so
#8 32.15   CCLD     GSM_SystemInformation_part_3.so
#8 32.15   CCLD     GSM_SystemInformation_part_4.so
#8 32.17   CCLD     GSM_SystemInformation_part_5.so
#8 32.18   CCLD     GSM_SystemInformation_part_6.so
#8 32.18   CCLD     GSM_SystemInformation_part_7.so
#8 32.18   CCLD     GSM_Types_part_1.so
#8 32.18   CCLD     GSM_Types_part_2.so
#8 32.18   CCLD     GSM_Types_part_3.so
#8 32.19   CCLD     GSM_Types_part_4.so
#8 32.20   CCLD     GSM_Types_part_5.so
#8 32.22   CCLD     GSM_Types_part_6.so
#8 32.22   CCLD     GSM_Types_part_7.so
#8 32.22   CCLD     General_Types_part_1.so
#8 32.22   CCLD     General_Types_part_2.so
#8 32.22   CCLD     General_Types_part_3.so
#8 32.23   CCLD     General_Types_part_4.so
#8 32.23   CCLD     General_Types_part_5.so
#8 32.24   CCLD     General_Types_part_6.so
#8 32.24   CCLD     General_Types_part_7.so
#8 32.24   CCLD     IPA_CodecPort_part_1.so
#8 32.24   CCLD     IPA_CodecPort_part_2.so
#8 32.25   CCLD     IPA_CodecPort_part_3.so
#8 32.25   CCLD     IPA_CodecPort_part_4.so
#8 32.25   CCLD     IPA_CodecPort_part_5.so
#8 32.25   CCLD     IPA_CodecPort_part_6.so
#8 32.27   CCLD     IPA_CodecPort_part_7.so
#8 32.27   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 32.27   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 32.27   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 32.27   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 32.28   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 32.28   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 32.28   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 32.29   CCLD     IPA_Testing_part_1.so
#8 32.29   CCLD     IPA_Testing_part_2.so
#8 32.29   CCLD     IPA_Testing_part_3.so
#8 32.29   CCLD     IPA_Testing_part_4.so
#8 32.29   CCLD     IPA_Testing_part_5.so
#8 32.29   CCLD     IPA_Testing_part_6.so
#8 32.30   CCLD     IPA_Testing_part_7.so
#8 32.32   CCLD     IPA_Types_part_1.so
#8 32.32   CCLD     IPA_Types_part_2.so
#8 32.32   CCLD     IPA_Types_part_3.so
#8 32.32   CCLD     IPA_Types_part_4.so
#8 32.32   CCLD     IPA_Types_part_5.so
#8 32.32   CCLD     IPA_Types_part_6.so
#8 32.32   CCLD     IPA_Types_part_7.so
#8 32.32   CCLD     IPL4asp_Functions_part_1.so
#8 32.32   CCLD     IPL4asp_Functions_part_3.so
#8 32.32   CCLD     IPL4asp_Functions_part_2.so
#8 32.32   CCLD     IPL4asp_Functions_part_4.so
#8 32.32   CCLD     IPL4asp_Functions_part_5.so
#8 32.34   CCLD     IPL4asp_Functions_part_7.so
#8 32.34   CCLD     IPL4asp_Functions_part_6.so
#8 32.34   CCLD     IPL4asp_PortType_part_1.so
#8 32.34   CCLD     IPL4asp_PortType_part_2.so
#8 32.34   CCLD     IPL4asp_PortType_part_3.so
#8 32.35   CCLD     IPL4asp_PortType_part_4.so
#8 32.35   CCLD     IPL4asp_PortType_part_5.so
#8 32.35   CCLD     IPL4asp_PortType_part_6.so
#8 32.35   CCLD     IPL4asp_PortType_part_7.so
#8 32.35   CCLD     IPL4asp_Types_part_1.so
#8 32.35   CCLD     IPL4asp_Types_part_2.so
#8 32.35   CCLD     IPL4asp_Types_part_3.so
#8 32.37   CCLD     IPL4asp_Types_part_4.so
#8 32.37   CCLD     IPL4asp_Types_part_5.so
#8 32.37   CCLD     IPL4asp_Types_part_6.so
#8 32.37   CCLD     IPL4asp_Types_part_7.so
#8 32.37   CCLD     IuUP_Emulation_part_1.so
#8 32.37   CCLD     IuUP_Emulation_part_2.so
#8 32.37   CCLD     IuUP_Emulation_part_3.so
#8 32.37   CCLD     IuUP_Emulation_part_4.so
#8 32.38   CCLD     IuUP_Emulation_part_5.so
#8 32.38   CCLD     IuUP_Emulation_part_6.so
#8 32.38   CCLD     IuUP_Emulation_part_7.so
#8 32.39   CCLD     IuUP_Types_part_1.so
#8 32.39   CCLD     IuUP_Types_part_2.so
#8 32.39   CCLD     IuUP_Types_part_3.so
#8 32.39   CCLD     IuUP_Types_part_4.so
#8 32.40   CCLD     IuUP_Types_part_5.so
#8 32.40   CCLD     IuUP_Types_part_6.so
#8 32.40   CCLD     IuUP_Types_part_7.so
#8 32.40   CCLD     L1CTL_PortType_part_1.so
#8 32.40   CCLD     L1CTL_PortType_part_2.so
#8 32.41   CCLD     L1CTL_PortType_part_3.so
#8 32.41   CCLD     L1CTL_PortType_part_4.so
#8 32.41   CCLD     L1CTL_PortType_part_5.so
#8 32.43   CCLD     L1CTL_PortType_part_6.so
#8 32.43   CCLD     L1CTL_PortType_part_7.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.43   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.44   CCLD     L1CTL_Types_part_1.so
#8 32.45   CCLD     L1CTL_Types_part_2.so
#8 32.45   CCLD     L1CTL_Types_part_3.so
#8 32.45   CCLD     L1CTL_Types_part_4.so
#8 32.45   CCLD     L1CTL_Types_part_5.so
#8 32.45   CCLD     L1CTL_Types_part_6.so
#8 32.45   CCLD     L1CTL_Types_part_7.so
#8 32.46   CCLD     L3_Common_part_1.so
#8 32.46   CCLD     L3_Common_part_2.so
#8 32.46   CCLD     L3_Common_part_3.so
#8 32.48   CCLD     L3_Common_part_4.so
#8 32.48   CCLD     L3_Common_part_5.so
#8 32.48   CCLD     L3_Common_part_7.so
#8 32.48   CCLD     L3_Common_part_6.so
#8 32.48   CCLD     L3_Templates_part_1.so
#8 32.48   CCLD     L3_Templates_part_2.so
#8 32.48   CCLD     L3_Templates_part_3.so
#8 32.48   CCLD     L3_Templates_part_4.so
#8 32.49   CCLD     L3_Templates_part_5.so
#8 32.50   CCLD     L3_Templates_part_6.so
#8 32.50   CCLD     L3_Templates_part_7.so
#8 32.50   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.50   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.51   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.51   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.51   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.51   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.51   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.52   CCLD     LAPDm_Types_part_1.so
#8 32.52   CCLD     LAPDm_Types_part_2.so
#8 32.53   CCLD     LAPDm_Types_part_3.so
#8 32.53   CCLD     LAPDm_Types_part_4.so
#8 32.53   CCLD     LAPDm_Types_part_5.so
#8 32.54   CCLD     LAPDm_Types_part_6.so
#8 32.54   CCLD     LAPDm_Types_part_7.so
#8 32.54   CCLD     Misc_Helpers_part_1.so
#8 32.54   CCLD     Misc_Helpers_part_2.so
#8 32.54   CCLD     Misc_Helpers_part_3.so
#8 32.54   CCLD     Misc_Helpers_part_4.so
#8 32.54   CCLD     Misc_Helpers_part_5.so
#8 32.55   CCLD     Misc_Helpers_part_6.so
#8 32.55   CCLD     Misc_Helpers_part_7.so
#8 32.56   CCLD     MobileL3_CC_Types_part_1.so
#8 32.57   CCLD     MobileL3_CC_Types_part_2.so
#8 32.57   CCLD     MobileL3_CC_Types_part_3.so
#8 32.57   CCLD     MobileL3_CC_Types_part_4.so
#8 32.57   CCLD     MobileL3_CC_Types_part_5.so
#8 32.57   CCLD     MobileL3_CC_Types_part_6.so
#8 32.57   CCLD     MobileL3_CC_Types_part_7.so
#8 32.57   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.57   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.57   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.57   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.60   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.60   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.60   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.60   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.60   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.60   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.60   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.63   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.63   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.63   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.63   CCLD     MobileL3_MM_Types_part_1.so
#8 32.65   CCLD     MobileL3_MM_Types_part_2.so
#8 32.70   CCLD     MobileL3_MM_Types_part_3.so
#8 32.73   CCLD     MobileL3_MM_Types_part_4.so
#8 32.75   CCLD     MobileL3_MM_Types_part_5.so
#8 32.76   CCLD     MobileL3_MM_Types_part_6.so
#8 32.76   CCLD     MobileL3_MM_Types_part_7.so
#8 32.77   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.79   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.79   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.79   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.79   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.80   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.80   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.80   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.82   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.84   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.84   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.84   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.84   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.84   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.84   CCLD     MobileL3_SS_Types_part_1.so
#8 32.85   CCLD     MobileL3_SS_Types_part_2.so
#8 32.85   CCLD     MobileL3_SS_Types_part_3.so
#8 32.87   CCLD     MobileL3_SS_Types_part_4.so
#8 32.87   CCLD     MobileL3_SS_Types_part_5.so
#8 32.87   CCLD     MobileL3_SS_Types_part_6.so
#8 32.87   CCLD     MobileL3_SS_Types_part_7.so
#8 32.87   CCLD     MobileL3_Types_part_1.so
#8 32.87   CCLD     MobileL3_Types_part_2.so
#8 32.88   CCLD     MobileL3_Types_part_3.so
#8 32.90   CCLD     MobileL3_Types_part_4.so
#8 32.90   CCLD     MobileL3_Types_part_5.so
#8 32.90   CCLD     MobileL3_Types_part_6.so
#8 32.90   CCLD     MobileL3_Types_part_7.so
#8 32.90   CCLD     Native_Functions_part_1.so
#8 32.90   CCLD     Native_Functions_part_2.so
#8 32.90   CCLD     Native_Functions_part_3.so
#8 32.91   CCLD     Native_Functions_part_4.so
#8 32.92   CCLD     Native_Functions_part_5.so
#8 32.92   CCLD     Native_Functions_part_6.so
#8 32.92   CCLD     Native_Functions_part_7.so
#8 32.92   CCLD     OSMUX_CodecPort_part_1.so
#8 32.93   CCLD     OSMUX_CodecPort_part_2.so
#8 32.93   CCLD     OSMUX_CodecPort_part_3.so
#8 32.93   CCLD     OSMUX_CodecPort_part_4.so
#8 32.93   CCLD     OSMUX_CodecPort_part_5.so
#8 32.94   CCLD     OSMUX_CodecPort_part_6.so
#8 32.95   CCLD     OSMUX_CodecPort_part_7.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.96   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.96   CCLD     OSMUX_Emulation_part_1.so
#8 32.96   CCLD     OSMUX_Emulation_part_2.so
#8 32.97   CCLD     OSMUX_Emulation_part_3.so
#8 32.97   CCLD     OSMUX_Emulation_part_4.so
#8 32.98   CCLD     OSMUX_Emulation_part_5.so
#8 32.98   CCLD     OSMUX_Emulation_part_6.so
#8 32.98   CCLD     OSMUX_Emulation_part_7.so
#8 33.00   CCLD     OSMUX_Types_part_1.so
#8 33.00   CCLD     OSMUX_Types_part_2.so
#8 33.00   CCLD     OSMUX_Types_part_3.so
#8 33.00   CCLD     OSMUX_Types_part_4.so
#8 33.00   CCLD     OSMUX_Types_part_5.so
#8 33.00   CCLD     OSMUX_Types_part_6.so
#8 33.00   CCLD     OSMUX_Types_part_7.so
#8 33.00   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 33.00   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 33.00   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 33.00   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 33.01   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 33.01   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 33.03   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 33.03   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 33.03   CCLD     Osmocom_CTRL_Types_part_1.so
#8 33.03   CCLD     Osmocom_CTRL_Types_part_2.so
#8 33.03   CCLD     Osmocom_CTRL_Types_part_3.so
#8 33.05   CCLD     Osmocom_CTRL_Types_part_4.so
#8 33.05   CCLD     Osmocom_CTRL_Types_part_5.so
#8 33.05   CCLD     Osmocom_CTRL_Types_part_6.so
#8 33.05   CCLD     Osmocom_CTRL_Types_part_7.so
#8 33.05   CCLD     Osmocom_Types_part_1.so
#8 33.05   CCLD     Osmocom_Types_part_2.so
#8 33.05   CCLD     Osmocom_Types_part_3.so
#8 33.05   CCLD     Osmocom_Types_part_4.so
#8 33.06   CCLD     Osmocom_Types_part_5.so
#8 33.06   CCLD     Osmocom_Types_part_6.so
#8 33.06   CCLD     Osmocom_Types_part_7.so
#8 33.06   CCLD     Osmocom_VTY_Functions_part_1.so
#8 33.07   CCLD     Osmocom_VTY_Functions_part_2.so
#8 33.07   CCLD     Osmocom_VTY_Functions_part_3.so
#8 33.07   CCLD     Osmocom_VTY_Functions_part_4.so
#8 33.07   CCLD     Osmocom_VTY_Functions_part_5.so
#8 33.07   CCLD     Osmocom_VTY_Functions_part_6.so
#8 33.08   CCLD     Osmocom_VTY_Functions_part_7.so
#8 33.08   CCLD     PCUIF_CodecPort_part_1.so
#8 33.08   CCLD     PCUIF_CodecPort_part_2.so
#8 33.08   CCLD     PCUIF_CodecPort_part_3.so
#8 33.08   CCLD     PCUIF_CodecPort_part_4.so
#8 33.08   CCLD     PCUIF_CodecPort_part_5.so
#8 33.09   CCLD     PCUIF_CodecPort_part_6.so
#8 33.11   CCLD     PCUIF_CodecPort_part_7.so
#8 33.11   CCLD     PCUIF_Types_part_1.so
#8 33.11   CCLD     PCUIF_Types_part_2.so
#8 33.11   CCLD     PCUIF_Types_part_3.so
#8 33.11   CCLD     PCUIF_Types_part_4.so
#8 33.11   CCLD     PCUIF_Types_part_5.so
#8 33.11   CCLD     PCUIF_Types_part_6.so
#8 33.11   CCLD     PCUIF_Types_part_7.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 33.11   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 33.13   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 33.13   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 33.13   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 33.13   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 33.14   CCLD     RLCMAC_Templates_part_1.so
#8 33.14   CCLD     RLCMAC_Templates_part_2.so
#8 33.14   CCLD     RLCMAC_Templates_part_3.so
#8 33.14   CCLD     RLCMAC_Templates_part_4.so
#8 33.14   CCLD     RLCMAC_Templates_part_5.so
#8 33.14   CCLD     RLCMAC_Templates_part_6.so
#8 33.14   CCLD     RLCMAC_Templates_part_7.so
#8 33.16   CCLD     RLCMAC_Types_part_1.so
#8 33.16   CCLD     RLCMAC_Types_part_2.so
#8 33.16   CCLD     RLCMAC_Types_part_3.so
#8 33.17   CCLD     RLCMAC_Types_part_4.so
#8 33.17   CCLD     RLCMAC_Types_part_5.so
#8 33.17   CCLD     RLCMAC_Types_part_6.so
#8 33.17   CCLD     RLCMAC_Types_part_7.so
#8 33.17   CCLD     RSL_Emulation_part_1.so
#8 33.17   CCLD     RSL_Emulation_part_2.so
#8 33.17   CCLD     RSL_Emulation_part_3.so
#8 33.18   CCLD     RSL_Emulation_part_4.so
#8 33.19   CCLD     RSL_Emulation_part_5.so
#8 33.19   CCLD     RSL_Emulation_part_6.so
#8 33.19   CCLD     RSL_Emulation_part_7.so
#8 33.19   CCLD     RSL_Types_part_2.so
#8 33.19   CCLD     RSL_Types_part_3.so
#8 33.19   CCLD     RSL_Types_part_4.so
#8 33.19   CCLD     RSL_Types_part_5.so
#8 33.20   CCLD     RSL_Types_part_6.so
#8 33.20   CCLD     RSL_Types_part_7.so
#8 33.21   CCLD     RTP_CodecPort_part_1.so
#8 33.21   CCLD     RTP_CodecPort_part_2.so
#8 33.22   CCLD     RTP_CodecPort_part_3.so
#8 33.22   CCLD     RTP_CodecPort_part_4.so
#8 33.22   CCLD     RTP_CodecPort_part_5.so
#8 33.22   CCLD     RTP_CodecPort_part_6.so
#8 33.22   CCLD     RTP_CodecPort_part_7.so
#8 33.22   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 33.23   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 33.23   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 33.23   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 33.25   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 33.25   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 33.25   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 33.25   CCLD     RTP_Emulation_part_1.so
#8 33.25   CCLD     RTP_Emulation_part_2.so
#8 33.25   CCLD     RTP_Emulation_part_4.so
#8 33.25   CCLD     RTP_Emulation_part_3.so
#8 33.25   CCLD     RTP_Emulation_part_5.so
#8 33.25   CCLD     RTP_Emulation_part_6.so
#8 33.27   CCLD     RTP_Emulation_part_7.so
#8 33.27   CCLD     RTP_Types_part_1.so
#8 33.27   CCLD     RTP_Types_part_2.so
#8 33.28   CCLD     RTP_Types_part_3.so
#8 33.28   CCLD     RTP_Types_part_4.so
#8 33.28   CCLD     RTP_Types_part_5.so
#8 33.28   CCLD     RTP_Types_part_6.so
#8 33.28   CCLD     RTP_Types_part_7.so
#8 33.28   CCLD     Socket_API_Definitions_part_1.so
#8 33.28   CCLD     Socket_API_Definitions_part_2.so
#8 33.28   CCLD     Socket_API_Definitions_part_3.so
#8 33.28   CCLD     Socket_API_Definitions_part_4.so
#8 33.29   CCLD     Socket_API_Definitions_part_5.so
#8 33.30   CCLD     Socket_API_Definitions_part_6.so
#8 33.30   CCLD     Socket_API_Definitions_part_7.so
#8 33.31   CCLD     TCCConversion_Functions_part_1.so
#8 33.31   CCLD     TCCConversion_Functions_part_2.so
#8 33.31   CCLD     TCCConversion_Functions_part_3.so
#8 33.31   CCLD     TCCConversion_Functions_part_4.so
#8 33.31   CCLD     TCCConversion_Functions_part_5.so
#8 33.31   CCLD     TCCConversion_Functions_part_6.so
#8 33.31   CCLD     TCCConversion_Functions_part_7.so
#8 33.31   CCLD     TCCInterface_Functions_part_1.so
#8 33.31   CCLD     TCCInterface_Functions_part_2.so
#8 33.31   CCLD     TCCInterface_Functions_part_3.so
#8 33.32   CCLD     TCCInterface_Functions_part_4.so
#8 33.33   CCLD     TCCInterface_Functions_part_5.so
#8 33.33   CCLD     TCCInterface_Functions_part_6.so
#8 33.33   CCLD     TCCInterface_Functions_part_7.so
#8 33.33   CCLD     TELNETasp_PortType_part_1.so
#8 33.34   CCLD     TELNETasp_PortType_part_2.so
#8 33.34   CCLD     TELNETasp_PortType_part_3.so
#8 33.34   CCLD     TELNETasp_PortType_part_4.so
#8 33.34   CCLD     TELNETasp_PortType_part_5.so
#8 33.34   CCLD     TELNETasp_PortType_part_6.so
#8 33.34   CCLD     TELNETasp_PortType_part_7.so
#8 33.36   CCLD     TRXC_CodecPort_part_1.so
#8 33.36   CCLD     TRXC_CodecPort_part_2.so
#8 33.36   CCLD     TRXC_CodecPort_part_3.so
#8 33.36   CCLD     TRXC_CodecPort_part_4.so
#8 33.36   CCLD     TRXC_CodecPort_part_5.so
#8 33.36   CCLD     TRXC_CodecPort_part_6.so
#8 33.36   CCLD     TRXC_CodecPort_part_7.so
#8 33.36   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.38   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.38   CCLD     TRXC_Types_part_1.so
#8 33.38   CCLD     TRXC_Types_part_2.so
#8 33.39   CCLD     TRXC_Types_part_3.so
#8 33.39   CCLD     TRXC_Types_part_4.so
#8 33.39   CCLD     TRXC_Types_part_5.so
#8 33.40   CCLD     TRXC_Types_part_6.so
#8 33.40   CCLD     TRXC_Types_part_7.so
#8 33.41   CCLD     UD_PortType_part_1.so
#8 33.41   CCLD     UD_PortType_part_2.so
#8 33.41   CCLD     UD_PortType_part_3.so
#8 33.41   CCLD     UD_PortType_part_4.so
#8 33.41   CCLD     UD_PortType_part_5.so
#8 33.41   CCLD     UD_PortType_part_6.so
#8 33.41   CCLD     UD_PortType_part_7.so
#8 33.41   CCLD     UD_Types_part_1.so
#8 33.41   CCLD     UD_Types_part_2.so
#8 33.43   CCLD     UD_Types_part_3.so
#8 33.43   CCLD     UD_Types_part_4.so
#8 33.43   CCLD     UD_Types_part_5.so
#8 33.44   CCLD     UD_Types_part_6.so
#8 33.44   CCLD     UD_Types_part_7.so
#8 33.44   CCLD     IPA_Emulation_part_1.so
#8 33.44   CCLD     IPA_Emulation_part_2.so
#8 33.44   CCLD     IPA_Emulation_part_3.so
#8 33.44   CCLD     IPA_Emulation_part_4.so
#8 33.44   CCLD     IPA_Emulation_part_5.so
#8 33.45   CCLD     IPA_Emulation_part_6.so
#8 33.45   CCLD     IPA_Emulation_part_7.so
#8 33.45   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.45   CCLD     IPL4asp_PT.so
#8 33.45   CCLD     IPL4asp_discovery.so
#8 33.46   CCLD     IuUP_EncDec.so
#8 33.46   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.47   CCLD     Native_FunctionDefs.so
#8 33.47   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.47   CCLD     RLCMAC_EncDec.so
#8 33.47   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.47   CCLD     RTP_EncDec.so
#8 33.47   CCLD     TCCConversion.so
#8 33.47   CCLD     TCCInterface.so
#8 33.48   CCLD     TELNETasp_PT.so
#8 33.49   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.50   CCLD     UD_PT.so
#8 33.62   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 34.00   CCLD     IPA_Emulation.so
#8 34.11   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.17   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 34.22   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.73   CCLD     RSL_Types_part_1.so
#8 34.77   CCLD     BTS_Tests
#8 35.11 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.4s

#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 1.8s done
#10 writing image sha256:04b47c6fab39b6cf138f23c9f84795abea7b943747f4783081ab5fa1f2bebdd5 done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.8s

 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]
93bdcaf90a8f: Preparing
2127cf2660b9: Preparing
c1db9a275ccb: Preparing
69b23b22d1c2: Preparing
bff5c6ac1524: 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
07dcb5e16006: Waiting
40794e426cea: Waiting
29efadc38869: Waiting
6115eb01e609: Waiting
b3af051b3104: Waiting
d7e26f5303d5: Waiting
554d809c94d7: Waiting
9ef16902ff00: Waiting
2ed1b8b97cae: Waiting
175a19836175: Waiting
739464d261f5: Waiting
34acd357e607: Waiting
46b09e1ff7f6: Waiting
159a4598d269: Waiting
69b23b22d1c2: Mounted from osmocom-build/debian-bookworm-titan
bff5c6ac1524: Mounted from osmocom-build/debian-bookworm-titan
c1db9a275ccb: Pushed
93bdcaf90a8f: Pushed
159a4598d269: Layer already exists
40794e426cea: Layer already exists
2ed1b8b97cae: Layer already exists
b3af051b3104: Layer already exists
34acd357e607: Layer already exists
46b09e1ff7f6: Layer already exists
739464d261f5: Layer already exists
07dcb5e16006: Layer already exists
29efadc38869: Layer already exists
6115eb01e609: Layer already exists
d7e26f5303d5: Layer already exists
175a19836175: Layer already exists
554d809c94d7: Layer already exists
9ef16902ff00: Layer already exists
2127cf2660b9: Pushed
latest: digest: sha256:2d102c888c0d6797dc72aa14f63bc6195fdd2fc28e414a223c73af033c8d3a14 size: 4289
Finished: SUCCESS