Skip to content
Success

Console Output

Skipping 365 KB.. Full Log
#8 1.313     --output-indicator-old <char>
#8 1.313                           specify the character to indicate an old line instead of '-'
#8 1.313     --output-indicator-context <char>
#8 1.313                           specify the character to indicate a context instead of ' '
#8 1.313 
#8 1.313 Diff rename options
#8 1.313     -B, --break-rewrites[=<n>[/<m>]]
#8 1.313                           break complete rewrite changes into pairs of delete and create
#8 1.313     -M, --find-renames[=<n>]
#8 1.313                           detect renames
#8 1.313     -D, --irreversible-delete
#8 1.313                           omit the preimage for deletes
#8 1.313     -C, --find-copies[=<n>]
#8 1.313                           detect copies
#8 1.313     --find-copies-harder  use unmodified files as source to find copies
#8 1.313     --no-renames          disable rename detection
#8 1.313     --rename-empty        use empty blobs as rename source
#8 1.313     --follow              continue listing the history of a file beyond renames
#8 1.313     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.313 
#8 1.313 Diff algorithm options
#8 1.313     --minimal             produce the smallest possible diff
#8 1.313     -w, --ignore-all-space
#8 1.313                           ignore whitespace when comparing lines
#8 1.313     -b, --ignore-space-change
#8 1.313                           ignore changes in amount of whitespace
#8 1.313     --ignore-space-at-eol
#8 1.313                           ignore changes in whitespace at EOL
#8 1.313     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.313     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.313     -I, --ignore-matching-lines <regex>
#8 1.313                           ignore changes whose all lines match <regex>
#8 1.313     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.313     --patience            generate diff using the "patience diff" algorithm
#8 1.314     --histogram           generate diff using the "histogram diff" algorithm
#8 1.314     --diff-algorithm <algorithm>
#8 1.314                           choose a diff algorithm
#8 1.314     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.314     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.314     --word-diff-regex <regex>
#8 1.314                           use <regex> to decide what a word is
#8 1.314     --color-words[=<regex>]
#8 1.314                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.314     --color-moved[=<mode>]
#8 1.314                           moved lines of code are colored differently
#8 1.314     --color-moved-ws <mode>
#8 1.314                           how white spaces are ignored in --color-moved
#8 1.314 
#8 1.314 Other diff options
#8 1.314     --relative[=<prefix>]
#8 1.314                           when run from subdir, exclude changes outside and show relative paths
#8 1.314     -a, --text            treat all files as text
#8 1.314     -R                    swap two inputs, reverse the diff
#8 1.314     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.314     --quiet               disable all output of the program
#8 1.314     --ext-diff            allow an external diff helper to be executed
#8 1.314     --textconv            run external text conversion filters when comparing binary files
#8 1.314     --ignore-submodules[=<when>]
#8 1.314                           ignore changes to submodules in the diff generation
#8 1.314     --submodule[=<format>]
#8 1.314                           specify how differences in submodules are shown
#8 1.314     --ita-invisible-in-index
#8 1.314                           hide 'git add -N' entries from the index
#8 1.314     --ita-visible-in-index
#8 1.314                           treat 'git add -N' entries as real in the index
#8 1.314     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.314     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.314     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.314     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.314     -O <file>             control the order in which files appear in the output
#8 1.314     --rotate-to <path>    show the change in the specified path first
#8 1.314     --skip-to <path>      skip the output to the specified path
#8 1.314     --find-object <object-id>
#8 1.314                           look for differences that change the number of occurrences of the specified object
#8 1.314     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.314                           select files by diff type
#8 1.314     --output <file>       output to a specific file
#8 1.314 
#8 1.318 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.318 To add an exception for this directory, call:
#8 1.318 
#8 1.318 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.325 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.325 To add an exception for this directory, call:
#8 1.325 
#8 1.325 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.329 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.329 usage: git diff --no-index [<options>] <path> <path>
#8 1.329 
#8 1.329 Diff output format options
#8 1.329     -p, --patch           generate patch
#8 1.329     -s, --no-patch        suppress diff output
#8 1.329     -u                    generate patch
#8 1.329     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.329     -W, --function-context
#8 1.329                           generate diffs with <n> lines context
#8 1.329     --raw                 generate the diff in raw format
#8 1.329     --patch-with-raw      synonym for '-p --raw'
#8 1.329     --patch-with-stat     synonym for '-p --stat'
#8 1.329     --numstat             machine friendly --stat
#8 1.329     --shortstat           output only the last line of --stat
#8 1.329     -X, --dirstat[=<param1,param2>...]
#8 1.329                           output the distribution of relative amount of changes for each sub-directory
#8 1.329     --cumulative          synonym for --dirstat=cumulative
#8 1.329     --dirstat-by-file[=<param1,param2>...]
#8 1.329                           synonym for --dirstat=files,param1,param2...
#8 1.329     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.329     --summary             condensed summary such as creations, renames and mode changes
#8 1.329     --name-only           show only names of changed files
#8 1.329     --name-status         show only names and status of changed files
#8 1.329     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.329                           generate diffstat
#8 1.329     --stat-width <width>  generate diffstat with a given width
#8 1.329     --stat-name-width <width>
#8 1.329                           generate diffstat with a given name width
#8 1.329     --stat-graph-width <width>
#8 1.329                           generate diffstat with a given graph width
#8 1.329     --stat-count <count>  generate diffstat with limited lines
#8 1.329     --compact-summary     generate compact summary in diffstat
#8 1.329     --binary              output a binary diff that can be applied
#8 1.329     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.329     --color[=<when>]      show colored diff
#8 1.329     --ws-error-highlight <kind>
#8 1.329                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.329     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.329     --abbrev[=<n>]        use <n> digits to display object names
#8 1.329     --src-prefix <prefix>
#8 1.329                           show the given source prefix instead of "a/"
#8 1.329     --dst-prefix <prefix>
#8 1.329                           show the given destination prefix instead of "b/"
#8 1.329     --line-prefix <prefix>
#8 1.329                           prepend an additional prefix to every line of output
#8 1.329     --no-prefix           do not show any source or destination prefix
#8 1.329     --inter-hunk-context <n>
#8 1.329                           show context between diff hunks up to the specified number of lines
#8 1.329     --output-indicator-new <char>
#8 1.329                           specify the character to indicate a new line instead of '+'
#8 1.329     --output-indicator-old <char>
#8 1.329                           specify the character to indicate an old line instead of '-'
#8 1.329     --output-indicator-context <char>
#8 1.329                           specify the character to indicate a context instead of ' '
#8 1.329 
#8 1.329 Diff rename options
#8 1.329     -B, --break-rewrites[=<n>[/<m>]]
#8 1.329                           break complete rewrite changes into pairs of delete and create
#8 1.329     -M, --find-renames[=<n>]
#8 1.329                           detect renames
#8 1.329     -D, --irreversible-delete
#8 1.329                           omit the preimage for deletes
#8 1.329     -C, --find-copies[=<n>]
#8 1.329                           detect copies
#8 1.329     --find-copies-harder  use unmodified files as source to find copies
#8 1.329     --no-renames          disable rename detection
#8 1.329     --rename-empty        use empty blobs as rename source
#8 1.329     --follow              continue listing the history of a file beyond renames
#8 1.329     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.329 
#8 1.329 Diff algorithm options
#8 1.329     --minimal             produce the smallest possible diff
#8 1.329     -w, --ignore-all-space
#8 1.329                           ignore whitespace when comparing lines
#8 1.329     -b, --ignore-space-change
#8 1.329                           ignore changes in amount of whitespace
#8 1.329     --ignore-space-at-eol
#8 1.329                           ignore changes in whitespace at EOL
#8 1.329     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.329     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.329     -I, --ignore-matching-lines <regex>
#8 1.329                           ignore changes whose all lines match <regex>
#8 1.329     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.329     --patience            generate diff using the "patience diff" algorithm
#8 1.329     --histogram           generate diff using the "histogram diff" algorithm
#8 1.329     --diff-algorithm <algorithm>
#8 1.329                           choose a diff algorithm
#8 1.329     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.329     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.329     --word-diff-regex <regex>
#8 1.329                           use <regex> to decide what a word is
#8 1.329     --color-words[=<regex>]
#8 1.329                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.329     --color-moved[=<mode>]
#8 1.329                           moved lines of code are colored differently
#8 1.329     --color-moved-ws <mode>
#8 1.329                           how white spaces are ignored in --color-moved
#8 1.329 
#8 1.329 Other diff options
#8 1.329     --relative[=<prefix>]
#8 1.329                           when run from subdir, exclude changes outside and show relative paths
#8 1.329     -a, --text            treat all files as text
#8 1.329     -R                    swap two inputs, reverse the diff
#8 1.329     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.329     --quiet               disable all output of the program
#8 1.329     --ext-diff            allow an external diff helper to be executed
#8 1.329     --textconv            run external text conversion filters when comparing binary files
#8 1.329     --ignore-submodules[=<when>]
#8 1.329                           ignore changes to submodules in the diff generation
#8 1.329     --submodule[=<format>]
#8 1.329                           specify how differences in submodules are shown
#8 1.329     --ita-invisible-in-index
#8 1.329                           hide 'git add -N' entries from the index
#8 1.329     --ita-visible-in-index
#8 1.329                           treat 'git add -N' entries as real in the index
#8 1.329     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.329     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.329     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.329     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.329     -O <file>             control the order in which files appear in the output
#8 1.329     --rotate-to <path>    show the change in the specified path first
#8 1.329     --skip-to <path>      skip the output to the specified path
#8 1.329     --find-object <object-id>
#8 1.329                           look for differences that change the number of occurrences of the specified object
#8 1.329     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.329                           select files by diff type
#8 1.329     --output <file>       output to a specific file
#8 1.329 
#8 1.334 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.334 To add an exception for this directory, call:
#8 1.334 
#8 1.334 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.340 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.340 To add an exception for this directory, call:
#8 1.340 
#8 1.340 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.343 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.343 usage: git diff --no-index [<options>] <path> <path>
#8 1.343 
#8 1.343 Diff output format options
#8 1.343     -p, --patch           generate patch
#8 1.344     -s, --no-patch        suppress diff output
#8 1.344     -u                    generate patch
#8 1.344     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.344     -W, --function-context
#8 1.344                           generate diffs with <n> lines context
#8 1.344     --raw                 generate the diff in raw format
#8 1.344     --patch-with-raw      synonym for '-p --raw'
#8 1.344     --patch-with-stat     synonym for '-p --stat'
#8 1.344     --numstat             machine friendly --stat
#8 1.344     --shortstat           output only the last line of --stat
#8 1.344     -X, --dirstat[=<param1,param2>...]
#8 1.344                           output the distribution of relative amount of changes for each sub-directory
#8 1.344     --cumulative          synonym for --dirstat=cumulative
#8 1.344     --dirstat-by-file[=<param1,param2>...]
#8 1.344                           synonym for --dirstat=files,param1,param2...
#8 1.344     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.344     --summary             condensed summary such as creations, renames and mode changes
#8 1.344     --name-only           show only names of changed files
#8 1.344     --name-status         show only names and status of changed files
#8 1.344     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.344                           generate diffstat
#8 1.344     --stat-width <width>  generate diffstat with a given width
#8 1.344     --stat-name-width <width>
#8 1.344                           generate diffstat with a given name width
#8 1.344     --stat-graph-width <width>
#8 1.344                           generate diffstat with a given graph width
#8 1.344     --stat-count <count>  generate diffstat with limited lines
#8 1.344     --compact-summary     generate compact summary in diffstat
#8 1.344     --binary              output a binary diff that can be applied
#8 1.344     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.344     --color[=<when>]      show colored diff
#8 1.344     --ws-error-highlight <kind>
#8 1.344                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.344     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.344     --abbrev[=<n>]        use <n> digits to display object names
#8 1.344     --src-prefix <prefix>
#8 1.344                           show the given source prefix instead of "a/"
#8 1.344     --dst-prefix <prefix>
#8 1.344                           show the given destination prefix instead of "b/"
#8 1.344     --line-prefix <prefix>
#8 1.344                           prepend an additional prefix to every line of output
#8 1.344     --no-prefix           do not show any source or destination prefix
#8 1.344     --inter-hunk-context <n>
#8 1.344                           show context between diff hunks up to the specified number of lines
#8 1.344     --output-indicator-new <char>
#8 1.344                           specify the character to indicate a new line instead of '+'
#8 1.344     --output-indicator-old <char>
#8 1.344                           specify the character to indicate an old line instead of '-'
#8 1.344     --output-indicator-context <char>
#8 1.344                           specify the character to indicate a context instead of ' '
#8 1.344 
#8 1.344 Diff rename options
#8 1.344     -B, --break-rewrites[=<n>[/<m>]]
#8 1.344                           break complete rewrite changes into pairs of delete and create
#8 1.344     -M, --find-renames[=<n>]
#8 1.344                           detect renames
#8 1.344     -D, --irreversible-delete
#8 1.344                           omit the preimage for deletes
#8 1.344     -C, --find-copies[=<n>]
#8 1.344                           detect copies
#8 1.344     --find-copies-harder  use unmodified files as source to find copies
#8 1.344     --no-renames          disable rename detection
#8 1.344     --rename-empty        use empty blobs as rename source
#8 1.344     --follow              continue listing the history of a file beyond renames
#8 1.344     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.344 
#8 1.344 Diff algorithm options
#8 1.344     --minimal             produce the smallest possible diff
#8 1.344     -w, --ignore-all-space
#8 1.344                           ignore whitespace when comparing lines
#8 1.344     -b, --ignore-space-change
#8 1.344                           ignore changes in amount of whitespace
#8 1.344     --ignore-space-at-eol
#8 1.344                           ignore changes in whitespace at EOL
#8 1.344     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.344     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.344     -I, --ignore-matching-lines <regex>
#8 1.344                           ignore changes whose all lines match <regex>
#8 1.344     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.344     --patience            generate diff using the "patience diff" algorithm
#8 1.344     --histogram           generate diff using the "histogram diff" algorithm
#8 1.344     --diff-algorithm <algorithm>
#8 1.344                           choose a diff algorithm
#8 1.344     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.344     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.344     --word-diff-regex <regex>
#8 1.344                           use <regex> to decide what a word is
#8 1.344     --color-words[=<regex>]
#8 1.344                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.344     --color-moved[=<mode>]
#8 1.344                           moved lines of code are colored differently
#8 1.344     --color-moved-ws <mode>
#8 1.344                           how white spaces are ignored in --color-moved
#8 1.344 
#8 1.344 Other diff options
#8 1.344     --relative[=<prefix>]
#8 1.344                           when run from subdir, exclude changes outside and show relative paths
#8 1.344     -a, --text            treat all files as text
#8 1.344     -R                    swap two inputs, reverse the diff
#8 1.344     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.344     --quiet               disable all output of the program
#8 1.344     --ext-diff            allow an external diff helper to be executed
#8 1.344     --textconv            run external text conversion filters when comparing binary files
#8 1.344     --ignore-submodules[=<when>]
#8 1.344                           ignore changes to submodules in the diff generation
#8 1.344     --submodule[=<format>]
#8 1.344                           specify how differences in submodules are shown
#8 1.344     --ita-invisible-in-index
#8 1.344                           hide 'git add -N' entries from the index
#8 1.344     --ita-visible-in-index
#8 1.344                           treat 'git add -N' entries as real in the index
#8 1.344     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.344     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.344     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.344     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.344     -O <file>             control the order in which files appear in the output
#8 1.344     --rotate-to <path>    show the change in the specified path first
#8 1.344     --skip-to <path>      skip the output to the specified path
#8 1.344     --find-object <object-id>
#8 1.344                           look for differences that change the number of occurrences of the specified object
#8 1.344     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.344                           select files by diff type
#8 1.344     --output <file>       output to a specific file
#8 1.344 
#8 1.348 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.348 To add an exception for this directory, call:
#8 1.348 
#8 1.348 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.354 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.354 To add an exception for this directory, call:
#8 1.354 
#8 1.354 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.358 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.358 usage: git diff --no-index [<options>] <path> <path>
#8 1.358 
#8 1.358 Diff output format options
#8 1.358     -p, --patch           generate patch
#8 1.358     -s, --no-patch        suppress diff output
#8 1.358     -u                    generate patch
#8 1.358     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.358     -W, --function-context
#8 1.358                           generate diffs with <n> lines context
#8 1.358     --raw                 generate the diff in raw format
#8 1.358     --patch-with-raw      synonym for '-p --raw'
#8 1.358     --patch-with-stat     synonym for '-p --stat'
#8 1.358     --numstat             machine friendly --stat
#8 1.358     --shortstat           output only the last line of --stat
#8 1.358     -X, --dirstat[=<param1,param2>...]
#8 1.358                           output the distribution of relative amount of changes for each sub-directory
#8 1.358     --cumulative          synonym for --dirstat=cumulative
#8 1.358     --dirstat-by-file[=<param1,param2>...]
#8 1.358                           synonym for --dirstat=files,param1,param2...
#8 1.358     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.358     --summary             condensed summary such as creations, renames and mode changes
#8 1.358     --name-only           show only names of changed files
#8 1.358     --name-status         show only names and status of changed files
#8 1.358     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.358                           generate diffstat
#8 1.358     --stat-width <width>  generate diffstat with a given width
#8 1.358     --stat-name-width <width>
#8 1.358                           generate diffstat with a given name width
#8 1.358     --stat-graph-width <width>
#8 1.358                           generate diffstat with a given graph width
#8 1.358     --stat-count <count>  generate diffstat with limited lines
#8 1.358     --compact-summary     generate compact summary in diffstat
#8 1.358     --binary              output a binary diff that can be applied
#8 1.358     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.359     --color[=<when>]      show colored diff
#8 1.359     --ws-error-highlight <kind>
#8 1.359                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.359     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.359     --abbrev[=<n>]        use <n> digits to display object names
#8 1.359     --src-prefix <prefix>
#8 1.359                           show the given source prefix instead of "a/"
#8 1.359     --dst-prefix <prefix>
#8 1.359                           show the given destination prefix instead of "b/"
#8 1.359     --line-prefix <prefix>
#8 1.359                           prepend an additional prefix to every line of output
#8 1.359     --no-prefix           do not show any source or destination prefix
#8 1.359     --inter-hunk-context <n>
#8 1.359                           show context between diff hunks up to the specified number of lines
#8 1.359     --output-indicator-new <char>
#8 1.359                           specify the character to indicate a new line instead of '+'
#8 1.359     --output-indicator-old <char>
#8 1.359                           specify the character to indicate an old line instead of '-'
#8 1.359     --output-indicator-context <char>
#8 1.359                           specify the character to indicate a context instead of ' '
#8 1.359 
#8 1.359 Diff rename options
#8 1.359     -B, --break-rewrites[=<n>[/<m>]]
#8 1.359                           break complete rewrite changes into pairs of delete and create
#8 1.359     -M, --find-renames[=<n>]
#8 1.359                           detect renames
#8 1.359     -D, --irreversible-delete
#8 1.359                           omit the preimage for deletes
#8 1.359     -C, --find-copies[=<n>]
#8 1.359                           detect copies
#8 1.359     --find-copies-harder  use unmodified files as source to find copies
#8 1.359     --no-renames          disable rename detection
#8 1.359     --rename-empty        use empty blobs as rename source
#8 1.359     --follow              continue listing the history of a file beyond renames
#8 1.359     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.359 
#8 1.359 Diff algorithm options
#8 1.359     --minimal             produce the smallest possible diff
#8 1.359     -w, --ignore-all-space
#8 1.359                           ignore whitespace when comparing lines
#8 1.359     -b, --ignore-space-change
#8 1.359                           ignore changes in amount of whitespace
#8 1.359     --ignore-space-at-eol
#8 1.359                           ignore changes in whitespace at EOL
#8 1.359     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.359     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.359     -I, --ignore-matching-lines <regex>
#8 1.359                           ignore changes whose all lines match <regex>
#8 1.359     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.359     --patience            generate diff using the "patience diff" algorithm
#8 1.359     --histogram           generate diff using the "histogram diff" algorithm
#8 1.359     --diff-algorithm <algorithm>
#8 1.359                           choose a diff algorithm
#8 1.359     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.359     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.359     --word-diff-regex <regex>
#8 1.359                           use <regex> to decide what a word is
#8 1.359     --color-words[=<regex>]
#8 1.359                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.359     --color-moved[=<mode>]
#8 1.359                           moved lines of code are colored differently
#8 1.359     --color-moved-ws <mode>
#8 1.359                           how white spaces are ignored in --color-moved
#8 1.359 
#8 1.359 Other diff options
#8 1.359     --relative[=<prefix>]
#8 1.359                           when run from subdir, exclude changes outside and show relative paths
#8 1.359     -a, --text            treat all files as text
#8 1.359     -R                    swap two inputs, reverse the diff
#8 1.359     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.359     --quiet               disable all output of the program
#8 1.359     --ext-diff            allow an external diff helper to be executed
#8 1.359     --textconv            run external text conversion filters when comparing binary files
#8 1.359     --ignore-submodules[=<when>]
#8 1.359                           ignore changes to submodules in the diff generation
#8 1.359     --submodule[=<format>]
#8 1.359                           specify how differences in submodules are shown
#8 1.359     --ita-invisible-in-index
#8 1.359                           hide 'git add -N' entries from the index
#8 1.359     --ita-visible-in-index
#8 1.359                           treat 'git add -N' entries as real in the index
#8 1.359     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.359     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.359     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.359     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.359     -O <file>             control the order in which files appear in the output
#8 1.359     --rotate-to <path>    show the change in the specified path first
#8 1.359     --skip-to <path>      skip the output to the specified path
#8 1.359     --find-object <object-id>
#8 1.359                           look for differences that change the number of occurrences of the specified object
#8 1.359     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.359                           select files by diff type
#8 1.359     --output <file>       output to a specific file
#8 1.359 
#8 1.363 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.363 To add an exception for this directory, call:
#8 1.363 
#8 1.363 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.368 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.368 To add an exception for this directory, call:
#8 1.368 
#8 1.368 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.372 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.372 usage: git diff --no-index [<options>] <path> <path>
#8 1.372 
#8 1.372 Diff output format options
#8 1.372     -p, --patch           generate patch
#8 1.372     -s, --no-patch        suppress diff output
#8 1.372     -u                    generate patch
#8 1.372     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.372     -W, --function-context
#8 1.372                           generate diffs with <n> lines context
#8 1.372     --raw                 generate the diff in raw format
#8 1.372     --patch-with-raw      synonym for '-p --raw'
#8 1.372     --patch-with-stat     synonym for '-p --stat'
#8 1.372     --numstat             machine friendly --stat
#8 1.372     --shortstat           output only the last line of --stat
#8 1.372     -X, --dirstat[=<param1,param2>...]
#8 1.372                           output the distribution of relative amount of changes for each sub-directory
#8 1.372     --cumulative          synonym for --dirstat=cumulative
#8 1.372     --dirstat-by-file[=<param1,param2>...]
#8 1.372                           synonym for --dirstat=files,param1,param2...
#8 1.372     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.372     --summary             condensed summary such as creations, renames and mode changes
#8 1.372     --name-only           show only names of changed files
#8 1.372     --name-status         show only names and status of changed files
#8 1.372     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.372                           generate diffstat
#8 1.372     --stat-width <width>  generate diffstat with a given width
#8 1.372     --stat-name-width <width>
#8 1.372                           generate diffstat with a given name width
#8 1.372     --stat-graph-width <width>
#8 1.372                           generate diffstat with a given graph width
#8 1.372     --stat-count <count>  generate diffstat with limited lines
#8 1.372     --compact-summary     generate compact summary in diffstat
#8 1.372     --binary              output a binary diff that can be applied
#8 1.372     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.372     --color[=<when>]      show colored diff
#8 1.372     --ws-error-highlight <kind>
#8 1.372                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.372     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.372     --abbrev[=<n>]        use <n> digits to display object names
#8 1.372     --src-prefix <prefix>
#8 1.372                           show the given source prefix instead of "a/"
#8 1.372     --dst-prefix <prefix>
#8 1.372                           show the given destination prefix instead of "b/"
#8 1.372     --line-prefix <prefix>
#8 1.372                           prepend an additional prefix to every line of output
#8 1.372     --no-prefix           do not show any source or destination prefix
#8 1.372     --inter-hunk-context <n>
#8 1.372                           show context between diff hunks up to the specified number of lines
#8 1.372     --output-indicator-new <char>
#8 1.372                           specify the character to indicate a new line instead of '+'
#8 1.372     --output-indicator-old <char>
#8 1.372                           specify the character to indicate an old line instead of '-'
#8 1.372     --output-indicator-context <char>
#8 1.372                           specify the character to indicate a context instead of ' '
#8 1.372 
#8 1.372 Diff rename options
#8 1.372     -B, --break-rewrites[=<n>[/<m>]]
#8 1.372                           break complete rewrite changes into pairs of delete and create
#8 1.372     -M, --find-renames[=<n>]
#8 1.372                           detect renames
#8 1.372     -D, --irreversible-delete
#8 1.372                           omit the preimage for deletes
#8 1.372     -C, --find-copies[=<n>]
#8 1.372                           detect copies
#8 1.372     --find-copies-harder  use unmodified files as source to find copies
#8 1.372     --no-renames          disable rename detection
#8 1.372     --rename-empty        use empty blobs as rename source
#8 1.372     --follow              continue listing the history of a file beyond renames
#8 1.372     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.372 
#8 1.372 Diff algorithm options
#8 1.372     --minimal             produce the smallest possible diff
#8 1.372     -w, --ignore-all-space
#8 1.372                           ignore whitespace when comparing lines
#8 1.372     -b, --ignore-space-change
#8 1.372                           ignore changes in amount of whitespace
#8 1.372     --ignore-space-at-eol
#8 1.372                           ignore changes in whitespace at EOL
#8 1.372     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.372     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.372     -I, --ignore-matching-lines <regex>
#8 1.372                           ignore changes whose all lines match <regex>
#8 1.372     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.372     --patience            generate diff using the "patience diff" algorithm
#8 1.372     --histogram           generate diff using the "histogram diff" algorithm
#8 1.372     --diff-algorithm <algorithm>
#8 1.372                           choose a diff algorithm
#8 1.372     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.372     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.372     --word-diff-regex <regex>
#8 1.372                           use <regex> to decide what a word is
#8 1.372     --color-words[=<regex>]
#8 1.372                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.372     --color-moved[=<mode>]
#8 1.372                           moved lines of code are colored differently
#8 1.372     --color-moved-ws <mode>
#8 1.372                           how white spaces are ignored in --color-moved
#8 1.372 
#8 1.372 Other diff options
#8 1.372     --relative[=<prefix>]
#8 1.372                           when run from subdir, exclude changes outside and show relative paths
#8 1.372     -a, --text            treat all files as text
#8 1.372     -R                    swap two inputs, reverse the diff
#8 1.372     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.372     --quiet               disable all output of the program
#8 1.372     --ext-diff            allow an external diff helper to be executed
#8 1.372     --textconv            run external text conversion filters when comparing binary files
#8 1.372     --ignore-submodules[=<when>]
#8 1.372                           ignore changes to submodules in the diff generation
#8 1.372     --submodule[=<format>]
#8 1.372                           specify how differences in submodules are shown
#8 1.372     --ita-invisible-in-index
#8 1.372                           hide 'git add -N' entries from the index
#8 1.372     --ita-visible-in-index
#8 1.372                           treat 'git add -N' entries as real in the index
#8 1.372     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.372     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.372     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.372     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.372     -O <file>             control the order in which files appear in the output
#8 1.372     --rotate-to <path>    show the change in the specified path first
#8 1.372     --skip-to <path>      skip the output to the specified path
#8 1.372     --find-object <object-id>
#8 1.372                           look for differences that change the number of occurrences of the specified object
#8 1.372     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.372                           select files by diff type
#8 1.372     --output <file>       output to a specific file
#8 1.372 
#8 1.377 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.377 To add an exception for this directory, call:
#8 1.377 
#8 1.377 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.383 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.383 To add an exception for this directory, call:
#8 1.383 
#8 1.383 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.386 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.386 usage: git diff --no-index [<options>] <path> <path>
#8 1.386 
#8 1.386 Diff output format options
#8 1.386     -p, --patch           generate patch
#8 1.386     -s, --no-patch        suppress diff output
#8 1.386     -u                    generate patch
#8 1.386     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.386     -W, --function-context
#8 1.386                           generate diffs with <n> lines context
#8 1.386     --raw                 generate the diff in raw format
#8 1.386     --patch-with-raw      synonym for '-p --raw'
#8 1.386     --patch-with-stat     synonym for '-p --stat'
#8 1.386     --numstat             machine friendly --stat
#8 1.386     --shortstat           output only the last line of --stat
#8 1.386     -X, --dirstat[=<param1,param2>...]
#8 1.386                           output the distribution of relative amount of changes for each sub-directory
#8 1.386     --cumulative          synonym for --dirstat=cumulative
#8 1.386     --dirstat-by-file[=<param1,param2>...]
#8 1.386                           synonym for --dirstat=files,param1,param2...
#8 1.387     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.387     --summary             condensed summary such as creations, renames and mode changes
#8 1.387     --name-only           show only names of changed files
#8 1.387     --name-status         show only names and status of changed files
#8 1.387     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.387                           generate diffstat
#8 1.387     --stat-width <width>  generate diffstat with a given width
#8 1.387     --stat-name-width <width>
#8 1.387                           generate diffstat with a given name width
#8 1.387     --stat-graph-width <width>
#8 1.387                           generate diffstat with a given graph width
#8 1.387     --stat-count <count>  generate diffstat with limited lines
#8 1.387     --compact-summary     generate compact summary in diffstat
#8 1.387     --binary              output a binary diff that can be applied
#8 1.387     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.387     --color[=<when>]      show colored diff
#8 1.387     --ws-error-highlight <kind>
#8 1.387                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.387     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.387     --abbrev[=<n>]        use <n> digits to display object names
#8 1.387     --src-prefix <prefix>
#8 1.387                           show the given source prefix instead of "a/"
#8 1.387     --dst-prefix <prefix>
#8 1.387                           show the given destination prefix instead of "b/"
#8 1.387     --line-prefix <prefix>
#8 1.387                           prepend an additional prefix to every line of output
#8 1.387     --no-prefix           do not show any source or destination prefix
#8 1.387     --inter-hunk-context <n>
#8 1.387                           show context between diff hunks up to the specified number of lines
#8 1.387     --output-indicator-new <char>
#8 1.387                           specify the character to indicate a new line instead of '+'
#8 1.387     --output-indicator-old <char>
#8 1.387                           specify the character to indicate an old line instead of '-'
#8 1.387     --output-indicator-context <char>
#8 1.387                           specify the character to indicate a context instead of ' '
#8 1.387 
#8 1.387 Diff rename options
#8 1.387     -B, --break-rewrites[=<n>[/<m>]]
#8 1.387                           break complete rewrite changes into pairs of delete and create
#8 1.387     -M, --find-renames[=<n>]
#8 1.387                           detect renames
#8 1.387     -D, --irreversible-delete
#8 1.387                           omit the preimage for deletes
#8 1.387     -C, --find-copies[=<n>]
#8 1.387                           detect copies
#8 1.387     --find-copies-harder  use unmodified files as source to find copies
#8 1.387     --no-renames          disable rename detection
#8 1.387     --rename-empty        use empty blobs as rename source
#8 1.387     --follow              continue listing the history of a file beyond renames
#8 1.387     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.387 
#8 1.387 Diff algorithm options
#8 1.387     --minimal             produce the smallest possible diff
#8 1.387     -w, --ignore-all-space
#8 1.387                           ignore whitespace when comparing lines
#8 1.387     -b, --ignore-space-change
#8 1.387                           ignore changes in amount of whitespace
#8 1.387     --ignore-space-at-eol
#8 1.387                           ignore changes in whitespace at EOL
#8 1.387     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.387     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.387     -I, --ignore-matching-lines <regex>
#8 1.387                           ignore changes whose all lines match <regex>
#8 1.387     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.387     --patience            generate diff using the "patience diff" algorithm
#8 1.387     --histogram           generate diff using the "histogram diff" algorithm
#8 1.387     --diff-algorithm <algorithm>
#8 1.387                           choose a diff algorithm
#8 1.387     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.387     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.387     --word-diff-regex <regex>
#8 1.387                           use <regex> to decide what a word is
#8 1.387     --color-words[=<regex>]
#8 1.387                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.387     --color-moved[=<mode>]
#8 1.387                           moved lines of code are colored differently
#8 1.387     --color-moved-ws <mode>
#8 1.387                           how white spaces are ignored in --color-moved
#8 1.387 
#8 1.387 Other diff options
#8 1.387     --relative[=<prefix>]
#8 1.387                           when run from subdir, exclude changes outside and show relative paths
#8 1.387     -a, --text            treat all files as text
#8 1.387     -R                    swap two inputs, reverse the diff
#8 1.387     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.387     --quiet               disable all output of the program
#8 1.387     --ext-diff            allow an external diff helper to be executed
#8 1.387     --textconv            run external text conversion filters when comparing binary files
#8 1.387     --ignore-submodules[=<when>]
#8 1.387                           ignore changes to submodules in the diff generation
#8 1.387     --submodule[=<format>]
#8 1.387                           specify how differences in submodules are shown
#8 1.387     --ita-invisible-in-index
#8 1.387                           hide 'git add -N' entries from the index
#8 1.387     --ita-visible-in-index
#8 1.387                           treat 'git add -N' entries as real in the index
#8 1.387     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.387     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.387     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.387     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.387     -O <file>             control the order in which files appear in the output
#8 1.387     --rotate-to <path>    show the change in the specified path first
#8 1.387     --skip-to <path>      skip the output to the specified path
#8 1.387     --find-object <object-id>
#8 1.387                           look for differences that change the number of occurrences of the specified object
#8 1.387     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.387                           select files by diff type
#8 1.387     --output <file>       output to a specific file
#8 1.387 
#8 1.391 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.391 To add an exception for this directory, call:
#8 1.391 
#8 1.391 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.397 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.397 To add an exception for this directory, call:
#8 1.397 
#8 1.397 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.401 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.401 usage: git diff --no-index [<options>] <path> <path>
#8 1.401 
#8 1.401 Diff output format options
#8 1.401     -p, --patch           generate patch
#8 1.401     -s, --no-patch        suppress diff output
#8 1.401     -u                    generate patch
#8 1.401     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.401     -W, --function-context
#8 1.401                           generate diffs with <n> lines context
#8 1.401     --raw                 generate the diff in raw format
#8 1.401     --patch-with-raw      synonym for '-p --raw'
#8 1.401     --patch-with-stat     synonym for '-p --stat'
#8 1.401     --numstat             machine friendly --stat
#8 1.401     --shortstat           output only the last line of --stat
#8 1.401     -X, --dirstat[=<param1,param2>...]
#8 1.401                           output the distribution of relative amount of changes for each sub-directory
#8 1.401     --cumulative          synonym for --dirstat=cumulative
#8 1.401     --dirstat-by-file[=<param1,param2>...]
#8 1.401                           synonym for --dirstat=files,param1,param2...
#8 1.401     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.401     --summary             condensed summary such as creations, renames and mode changes
#8 1.401     --name-only           show only names of changed files
#8 1.401     --name-status         show only names and status of changed files
#8 1.401     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.401                           generate diffstat
#8 1.401     --stat-width <width>  generate diffstat with a given width
#8 1.401     --stat-name-width <width>
#8 1.401                           generate diffstat with a given name width
#8 1.401     --stat-graph-width <width>
#8 1.401                           generate diffstat with a given graph width
#8 1.401     --stat-count <count>  generate diffstat with limited lines
#8 1.401     --compact-summary     generate compact summary in diffstat
#8 1.401     --binary              output a binary diff that can be applied
#8 1.401     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.401     --color[=<when>]      show colored diff
#8 1.401     --ws-error-highlight <kind>
#8 1.401                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.401     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.401     --abbrev[=<n>]        use <n> digits to display object names
#8 1.401     --src-prefix <prefix>
#8 1.401                           show the given source prefix instead of "a/"
#8 1.401     --dst-prefix <prefix>
#8 1.401                           show the given destination prefix instead of "b/"
#8 1.401     --line-prefix <prefix>
#8 1.401                           prepend an additional prefix to every line of output
#8 1.401     --no-prefix           do not show any source or destination prefix
#8 1.401     --inter-hunk-context <n>
#8 1.401                           show context between diff hunks up to the specified number of lines
#8 1.401     --output-indicator-new <char>
#8 1.401                           specify the character to indicate a new line instead of '+'
#8 1.401     --output-indicator-old <char>
#8 1.401                           specify the character to indicate an old line instead of '-'
#8 1.401     --output-indicator-context <char>
#8 1.401                           specify the character to indicate a context instead of ' '
#8 1.401 
#8 1.401 Diff rename options
#8 1.401     -B, --break-rewrites[=<n>[/<m>]]
#8 1.401                           break complete rewrite changes into pairs of delete and create
#8 1.401     -M, --find-renames[=<n>]
#8 1.401                           detect renames
#8 1.401     -D, --irreversible-delete
#8 1.401                           omit the preimage for deletes
#8 1.401     -C, --find-copies[=<n>]
#8 1.401                           detect copies
#8 1.401     --find-copies-harder  use unmodified files as source to find copies
#8 1.401     --no-renames          disable rename detection
#8 1.401     --rename-empty        use empty blobs as rename source
#8 1.401     --follow              continue listing the history of a file beyond renames
#8 1.401     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.401 
#8 1.401 Diff algorithm options
#8 1.401     --minimal             produce the smallest possible diff
#8 1.401     -w, --ignore-all-space
#8 1.401                           ignore whitespace when comparing lines
#8 1.401     -b, --ignore-space-change
#8 1.401                           ignore changes in amount of whitespace
#8 1.401     --ignore-space-at-eol
#8 1.401                           ignore changes in whitespace at EOL
#8 1.401     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.401     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.401     -I, --ignore-matching-lines <regex>
#8 1.401                           ignore changes whose all lines match <regex>
#8 1.401     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.401     --patience            generate diff using the "patience diff" algorithm
#8 1.401     --histogram           generate diff using the "histogram diff" algorithm
#8 1.401     --diff-algorithm <algorithm>
#8 1.401                           choose a diff algorithm
#8 1.401     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.401     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.401     --word-diff-regex <regex>
#8 1.401                           use <regex> to decide what a word is
#8 1.401     --color-words[=<regex>]
#8 1.401                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.401     --color-moved[=<mode>]
#8 1.401                           moved lines of code are colored differently
#8 1.401     --color-moved-ws <mode>
#8 1.401                           how white spaces are ignored in --color-moved
#8 1.401 
#8 1.401 Other diff options
#8 1.401     --relative[=<prefix>]
#8 1.401                           when run from subdir, exclude changes outside and show relative paths
#8 1.401     -a, --text            treat all files as text
#8 1.401     -R                    swap two inputs, reverse the diff
#8 1.401     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.401     --quiet               disable all output of the program
#8 1.401     --ext-diff            allow an external diff helper to be executed
#8 1.401     --textconv            run external text conversion filters when comparing binary files
#8 1.401     --ignore-submodules[=<when>]
#8 1.401                           ignore changes to submodules in the diff generation
#8 1.401     --submodule[=<format>]
#8 1.401                           specify how differences in submodules are shown
#8 1.401     --ita-invisible-in-index
#8 1.401                           hide 'git add -N' entries from the index
#8 1.401     --ita-visible-in-index
#8 1.401                           treat 'git add -N' entries as real in the index
#8 1.401     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.401     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.401     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.401     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.401     -O <file>             control the order in which files appear in the output
#8 1.401     --rotate-to <path>    show the change in the specified path first
#8 1.401     --skip-to <path>      skip the output to the specified path
#8 1.401     --find-object <object-id>
#8 1.401                           look for differences that change the number of occurrences of the specified object
#8 1.401     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.401                           select files by diff type
#8 1.401     --output <file>       output to a specific file
#8 1.401 
#8 1.406 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.406 To add an exception for this directory, call:
#8 1.406 
#8 1.406 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.412 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.412 To add an exception for this directory, call:
#8 1.412 
#8 1.412 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.416 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.416 usage: git diff --no-index [<options>] <path> <path>
#8 1.416 
#8 1.416 Diff output format options
#8 1.416     -p, --patch           generate patch
#8 1.416     -s, --no-patch        suppress diff output
#8 1.416     -u                    generate patch
#8 1.416     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.416     -W, --function-context
#8 1.416                           generate diffs with <n> lines context
#8 1.416     --raw                 generate the diff in raw format
#8 1.416     --patch-with-raw      synonym for '-p --raw'
#8 1.416     --patch-with-stat     synonym for '-p --stat'
#8 1.416     --numstat             machine friendly --stat
#8 1.416     --shortstat           output only the last line of --stat
#8 1.416     -X, --dirstat[=<param1,param2>...]
#8 1.416                           output the distribution of relative amount of changes for each sub-directory
#8 1.416     --cumulative          synonym for --dirstat=cumulative
#8 1.416     --dirstat-by-file[=<param1,param2>...]
#8 1.416                           synonym for --dirstat=files,param1,param2...
#8 1.416     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.416     --summary             condensed summary such as creations, renames and mode changes
#8 1.416     --name-only           show only names of changed files
#8 1.416     --name-status         show only names and status of changed files
#8 1.416     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.416                           generate diffstat
#8 1.416     --stat-width <width>  generate diffstat with a given width
#8 1.416     --stat-name-width <width>
#8 1.416                           generate diffstat with a given name width
#8 1.416     --stat-graph-width <width>
#8 1.416                           generate diffstat with a given graph width
#8 1.416     --stat-count <count>  generate diffstat with limited lines
#8 1.416     --compact-summary     generate compact summary in diffstat
#8 1.416     --binary              output a binary diff that can be applied
#8 1.416     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.416     --color[=<when>]      show colored diff
#8 1.416     --ws-error-highlight <kind>
#8 1.416                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.416     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.416     --abbrev[=<n>]        use <n> digits to display object names
#8 1.416     --src-prefix <prefix>
#8 1.416                           show the given source prefix instead of "a/"
#8 1.416     --dst-prefix <prefix>
#8 1.416                           show the given destination prefix instead of "b/"
#8 1.416     --line-prefix <prefix>
#8 1.416                           prepend an additional prefix to every line of output
#8 1.416     --no-prefix           do not show any source or destination prefix
#8 1.416     --inter-hunk-context <n>
#8 1.416                           show context between diff hunks up to the specified number of lines
#8 1.416     --output-indicator-new <char>
#8 1.416                           specify the character to indicate a new line instead of '+'
#8 1.416     --output-indicator-old <char>
#8 1.416                           specify the character to indicate an old line instead of '-'
#8 1.416     --output-indicator-context <char>
#8 1.416                           specify the character to indicate a context instead of ' '
#8 1.416 
#8 1.416 Diff rename options
#8 1.416     -B, --break-rewrites[=<n>[/<m>]]
#8 1.416                           break complete rewrite changes into pairs of delete and create
#8 1.416     -M, --find-renames[=<n>]
#8 1.416                           detect renames
#8 1.416     -D, --irreversible-delete
#8 1.416                           omit the preimage for deletes
#8 1.416     -C, --find-copies[=<n>]
#8 1.416                           detect copies
#8 1.416     --find-copies-harder  use unmodified files as source to find copies
#8 1.416     --no-renames          disable rename detection
#8 1.416     --rename-empty        use empty blobs as rename source
#8 1.416     --follow              continue listing the history of a file beyond renames
#8 1.416     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.416 
#8 1.416 Diff algorithm options
#8 1.416     --minimal             produce the smallest possible diff
#8 1.416     -w, --ignore-all-space
#8 1.416                           ignore whitespace when comparing lines
#8 1.416     -b, --ignore-space-change
#8 1.416                           ignore changes in amount of whitespace
#8 1.416     --ignore-space-at-eol
#8 1.416                           ignore changes in whitespace at EOL
#8 1.416     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.416     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.416     -I, --ignore-matching-lines <regex>
#8 1.416                           ignore changes whose all lines match <regex>
#8 1.416     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.416     --patience            generate diff using the "patience diff" algorithm
#8 1.416     --histogram           generate diff using the "histogram diff" algorithm
#8 1.416     --diff-algorithm <algorithm>
#8 1.416                           choose a diff algorithm
#8 1.416     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.416     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.416     --word-diff-regex <regex>
#8 1.416                           use
#8 1.416 [output clipped, log limit 200KiB/s reached]
#8 1.420 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.420 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.421 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.421 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.421 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.422 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.422 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.422 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.423 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.424 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.424 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.425 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.425 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.426 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.426 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.426 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.427 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.427 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.428 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.428 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.429 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.429 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.429 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.430 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.430 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.431 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.431 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.432 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.432 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.432 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.433 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.433 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.434 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.434 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.435 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.435 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.435 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.441 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.443 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.444 touch .make.deps
#8 1.448 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.449 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.451 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.452 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.453 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.575 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.709 make -C _build/bts compile
#8 1.721 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.722   PP       IPA_Emulation.ttcn
#8 1.762   TTCN     *.ttcn *.asn
#8 2.289 touch compile
#8 2.289 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.289 make -j20 -C _build/bts
#8 2.306 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.342   DEP      UD_PT.cc
#8 2.342   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.342   DEP      TELNETasp_PT.cc
#8 2.342   DEP      TCCInterface.cc
#8 2.343   DEP      TCCConversion.cc
#8 2.343   DEP      RTP_EncDec.cc
#8 2.343   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.343   DEP      RLCMAC_EncDec.cc
#8 2.343   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.343   DEP      Native_FunctionDefs.cc
#8 2.343   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.344   DEP      IuUP_EncDec.cc
#8 2.344   DEP      IPL4asp_discovery.cc
#8 2.344   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.344   DEP      IPL4asp_PT.cc
#8 2.397   DEP      IPA_Emulation_part_7.cc
#8 2.397   DEP      IPA_Emulation_part_6.cc
#8 2.397   DEP      IPA_Emulation_part_5.cc
#8 2.397   DEP      IPA_Emulation_part_4.cc
#8 2.398   DEP      IPA_Emulation_part_3.cc
#8 2.398   DEP      IPA_Emulation_part_2.cc
#8 2.404   DEP      IPA_Emulation_part_1.cc
#8 2.405   DEP      IPA_Emulation.cc
#8 2.407   DEP      UD_Types_part_7.cc
#8 2.409   DEP      UD_Types_part_6.cc
#8 2.410   DEP      UD_Types_part_5.cc
#8 2.412   DEP      UD_Types_part_4.cc
#8 2.413   DEP      UD_Types_part_3.cc
#8 2.414   DEP      UD_Types_part_2.cc
#8 2.415   DEP      UD_Types_part_1.cc
#8 2.417   DEP      UD_PortType_part_7.cc
#8 2.418   DEP      UD_PortType_part_6.cc
#8 2.421   DEP      UD_PortType_part_5.cc
#8 2.421   DEP      UD_PortType_part_4.cc
#8 2.423   DEP      UD_PortType_part_3.cc
#8 2.424   DEP      UD_PortType_part_2.cc
#8 2.426   DEP      UD_PortType_part_1.cc
#8 2.427   DEP      TRXC_Types_part_7.cc
#8 2.428   DEP      TRXC_Types_part_6.cc
#8 2.428   DEP      TRXC_Types_part_5.cc
#8 2.429   DEP      TRXC_Types_part_4.cc
#8 2.430   DEP      TRXC_Types_part_3.cc
#8 2.436   DEP      TRXC_Types_part_2.cc
#8 2.436   DEP      TRXC_Types_part_1.cc
#8 2.436   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.437   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.437   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.437   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.437   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.437   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.438   DEP      TRXC_CodecPort_part_7.cc
#8 2.438   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.438   DEP      TRXC_CodecPort_part_6.cc
#8 2.438   DEP      TRXC_CodecPort_part_5.cc
#8 2.445   DEP      TRXC_CodecPort_part_4.cc
#8 2.445   DEP      TRXC_CodecPort_part_3.cc
#8 2.445   DEP      TRXC_CodecPort_part_2.cc
#8 2.445   DEP      TRXC_CodecPort_part_1.cc
#8 2.446   DEP      TELNETasp_PortType_part_7.cc
#8 2.446   DEP      TELNETasp_PortType_part_6.cc
#8 2.446   DEP      TELNETasp_PortType_part_5.cc
#8 2.446   DEP      TELNETasp_PortType_part_4.cc
#8 2.446   DEP      TELNETasp_PortType_part_3.cc
#8 2.447   DEP      TELNETasp_PortType_part_2.cc
#8 2.447   DEP      TELNETasp_PortType_part_1.cc
#8 2.447   DEP      TCCInterface_Functions_part_7.cc
#8 2.447   DEP      TCCInterface_Functions_part_6.cc
#8 2.452   DEP      TCCInterface_Functions_part_5.cc
#8 2.452   DEP      TCCInterface_Functions_part_4.cc
#8 2.452   DEP      TCCInterface_Functions_part_3.cc
#8 2.452   DEP      TCCInterface_Functions_part_2.cc
#8 2.453   DEP      TCCConversion_Functions_part_7.cc
#8 2.453   DEP      TCCInterface_Functions_part_1.cc
#8 2.453   DEP      TCCConversion_Functions_part_6.cc
#8 2.453   DEP      TCCConversion_Functions_part_5.cc
#8 2.454   DEP      TCCConversion_Functions_part_2.cc
#8 2.454   DEP      TCCConversion_Functions_part_3.cc
#8 2.454   DEP      TCCConversion_Functions_part_1.cc
#8 2.455   DEP      Socket_API_Definitions_part_7.cc
#8 2.455   DEP      Socket_API_Definitions_part_6.cc
#8 2.456   DEP      TCCConversion_Functions_part_4.cc
#8 2.459   DEP      Socket_API_Definitions_part_4.cc
#8 2.459   DEP      Socket_API_Definitions_part_5.cc
#8 2.460   DEP      Socket_API_Definitions_part_3.cc
#8 2.460   DEP      Socket_API_Definitions_part_1.cc
#8 2.460   DEP      Socket_API_Definitions_part_2.cc
#8 2.460   DEP      RTP_Types_part_7.cc
#8 2.460   DEP      RTP_Types_part_6.cc
#8 2.461   DEP      RTP_Types_part_5.cc
#8 2.461   DEP      RTP_Types_part_3.cc
#8 2.461   DEP      RTP_Types_part_4.cc
#8 2.465   DEP      RTP_Types_part_2.cc
#8 2.465   DEP      RTP_Types_part_1.cc
#8 2.465   DEP      RTP_Emulation_part_7.cc
#8 2.466   DEP      RTP_Emulation_part_6.cc
#8 2.466   DEP      RTP_Emulation_part_5.cc
#8 2.466   DEP      RTP_Emulation_part_4.cc
#8 2.467   DEP      RTP_Emulation_part_2.cc
#8 2.467   DEP      RTP_Emulation_part_3.cc
#8 2.467   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.467   DEP      RTP_Emulation_part_1.cc
#8 2.467   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.468   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.469   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.469   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.469   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.469   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.470   DEP      RTP_CodecPort_part_7.cc
#8 2.475   DEP      RTP_CodecPort_part_6.cc
#8 2.475   DEP      RTP_CodecPort_part_5.cc
#8 2.475   DEP      RTP_CodecPort_part_4.cc
#8 2.476   DEP      RTP_CodecPort_part_3.cc
#8 2.476   DEP      RTP_CodecPort_part_2.cc
#8 2.476   DEP      RTP_CodecPort_part_1.cc
#8 2.476   DEP      RSL_Types_part_7.cc
#8 2.476   DEP      RSL_Types_part_6.cc
#8 2.477   DEP      RSL_Types_part_5.cc
#8 2.477   DEP      RSL_Types_part_4.cc
#8 2.477   DEP      RSL_Types_part_3.cc
#8 2.477   DEP      RSL_Types_part_2.cc
#8 2.478   DEP      RSL_Types_part_1.cc
#8 2.478   DEP      RSL_Emulation_part_7.cc
#8 2.478   DEP      RSL_Emulation_part_6.cc
#8 2.482   DEP      RSL_Emulation_part_5.cc
#8 2.482   DEP      RSL_Emulation_part_4.cc
#8 2.482   DEP      RSL_Emulation_part_3.cc
#8 2.482   DEP      RSL_Emulation_part_2.cc
#8 2.483   DEP      RSL_Emulation_part_1.cc
#8 2.483   DEP      RLCMAC_Types_part_7.cc
#8 2.484   DEP      RLCMAC_Types_part_6.cc
#8 2.485   DEP      RLCMAC_Types_part_5.cc
#8 2.485   DEP      RLCMAC_Types_part_4.cc
#8 2.485   DEP      RLCMAC_Types_part_3.cc
#8 2.485   DEP      RLCMAC_Types_part_2.cc
#8 2.486   DEP      RLCMAC_Types_part_1.cc
#8 2.488   DEP      RLCMAC_Templates_part_6.cc
#8 2.488   DEP      RLCMAC_Templates_part_7.cc
#8 2.490   DEP      RLCMAC_Templates_part_5.cc
#8 2.491   DEP      RLCMAC_Templates_part_4.cc
#8 2.491   DEP      RLCMAC_Templates_part_3.cc
#8 2.491   DEP      RLCMAC_Templates_part_2.cc
#8 2.492   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.493   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.493   DEP      RLCMAC_Templates_part_1.cc
#8 2.493   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.493   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.494   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.495   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.495   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.496   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.498   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.499   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.499   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.499   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.500   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.500   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.500   DEP      PCUIF_Types_part_7.cc
#8 2.503   DEP      PCUIF_Types_part_6.cc
#8 2.504   DEP      PCUIF_Types_part_5.cc
#8 2.505   DEP      PCUIF_Types_part_4.cc
#8 2.507   DEP      PCUIF_Types_part_3.cc
#8 2.507   DEP      PCUIF_Types_part_2.cc
#8 2.507   DEP      PCUIF_Types_part_1.cc
#8 2.514   DEP      PCUIF_CodecPort_part_7.cc
#8 2.514   DEP      PCUIF_CodecPort_part_6.cc
#8 2.514   DEP      PCUIF_CodecPort_part_5.cc
#8 2.514   DEP      PCUIF_CodecPort_part_4.cc
#8 2.515   DEP      PCUIF_CodecPort_part_3.cc
#8 2.515   DEP      PCUIF_CodecPort_part_2.cc
#8 2.517   DEP      PCUIF_CodecPort_part_1.cc
#8 2.521   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.521   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.522   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.524   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.529   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.529   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.529   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.529   DEP      Osmocom_Types_part_7.cc
#8 2.531   DEP      Osmocom_Types_part_6.cc
#8 2.531   DEP      Osmocom_Types_part_5.cc
#8 2.531   DEP      Osmocom_Types_part_4.cc
#8 2.535   DEP      Osmocom_Types_part_3.cc
#8 2.535   DEP      Osmocom_Types_part_2.cc
#8 2.535   DEP      Osmocom_Types_part_1.cc
#8 2.535   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.537   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.538   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.542   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.542   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.542   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.543   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.547   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.549   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.549   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.549   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.550   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.551   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.551   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.553   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.555   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.555   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.555   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.556   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.557   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.558   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.559   DEP      OSMUX_Types_part_7.cc
#8 2.560   DEP      OSMUX_Types_part_6.cc
#8 2.560   DEP      OSMUX_Types_part_5.cc
#8 2.563   DEP      OSMUX_Types_part_4.cc
#8 2.563   DEP      OSMUX_Types_part_3.cc
#8 2.564   DEP      OSMUX_Types_part_2.cc
#8 2.566   DEP      OSMUX_Types_part_1.cc
#8 2.566   DEP      OSMUX_Emulation_part_7.cc
#8 2.566   DEP      OSMUX_Emulation_part_6.cc
#8 2.567   DEP      OSMUX_Emulation_part_5.cc
#8 2.568   DEP      OSMUX_Emulation_part_4.cc
#8 2.569   DEP      OSMUX_Emulation_part_3.cc
#8 2.570   DEP      OSMUX_Emulation_part_2.cc
#8 2.571   DEP      OSMUX_Emulation_part_1.cc
#8 2.571   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.573   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.574   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.574   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.575   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.576   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.576   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.577   DEP      OSMUX_CodecPort_part_7.cc
#8 2.578   DEP      OSMUX_CodecPort_part_6.cc
#8 2.578   DEP      OSMUX_CodecPort_part_5.cc
#8 2.579   DEP      OSMUX_CodecPort_part_4.cc
#8 2.582   DEP      OSMUX_CodecPort_part_3.cc
#8 2.582   DEP      OSMUX_CodecPort_part_2.cc
#8 2.583   DEP      OSMUX_CodecPort_part_1.cc
#8 2.583   DEP      Native_Functions_part_7.cc
#8 2.584   DEP      Native_Functions_part_6.cc
#8 2.585   DEP      Native_Functions_part_5.cc
#8 2.585   DEP      Native_Functions_part_3.cc
#8 2.586   DEP      Native_Functions_part_4.cc
#8 2.586   DEP      Native_Functions_part_2.cc
#8 2.588   DEP      Native_Functions_part_1.cc
#8 2.589   DEP      MobileL3_Types_part_7.cc
#8 2.589   DEP      MobileL3_Types_part_6.cc
#8 2.594   DEP      MobileL3_Types_part_5.cc
#8 2.594   DEP      MobileL3_Types_part_4.cc
#8 2.594   DEP      MobileL3_Types_part_3.cc
#8 2.594   DEP      MobileL3_Types_part_2.cc
#8 2.595   DEP      MobileL3_Types_part_1.cc
#8 2.596   DEP      MobileL3_SS_Types_part_7.cc
#8 2.596   DEP      MobileL3_SS_Types_part_6.cc
#8 2.597   DEP      MobileL3_SS_Types_part_4.cc
#8 2.597   DEP      MobileL3_SS_Types_part_5.cc
#8 2.597   DEP      MobileL3_SS_Types_part_3.cc
#8 2.597   DEP      MobileL3_SS_Types_part_2.cc
#8 2.602   DEP      MobileL3_SS_Types_part_1.cc
#8 2.602   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.602   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.603   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.609   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.609   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.609   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.609   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.610   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.610   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.610   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.610   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.610   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.611   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.611   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.611   DEP      MobileL3_MM_Types_part_7.cc
#8 2.612   DEP      MobileL3_MM_Types_part_6.cc
#8 2.618   DEP      MobileL3_MM_Types_part_5.cc
#8 2.618   DEP      MobileL3_MM_Types_part_4.cc
#8 2.618   DEP      MobileL3_MM_Types_part_3.cc
#8 2.634   DEP      MobileL3_MM_Types_part_2.cc
#8 2.634   DEP      MobileL3_MM_Types_part_1.cc
#8 2.635   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.635   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.635   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.635   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.635   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.636   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.636   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.636   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.642   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.643   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.649   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.650   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.651   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.656   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.657   DEP      MobileL3_CC_Types_part_7.cc
#8 2.660   DEP      MobileL3_CC_Types_part_6.cc
#8 2.663   DEP      MobileL3_CC_Types_part_5.cc
#8 2.666   DEP      MobileL3_CC_Types_part_4.cc
#8 2.668   DEP      MobileL3_CC_Types_part_3.cc
#8 2.671   DEP      MobileL3_CC_Types_part_2.cc
#8 2.674   DEP      MobileL3_CC_Types_part_1.cc
#8 2.684   DEP      Misc_Helpers_part_7.cc
#8 2.692   DEP      Misc_Helpers_part_6.cc
#8 2.700   DEP      Misc_Helpers_part_5.cc
#8 2.707   DEP      Misc_Helpers_part_4.cc
#8 2.712   DEP      Misc_Helpers_part_3.cc
#8 2.723   DEP      Misc_Helpers_part_2.cc
#8 2.732   DEP      Misc_Helpers_part_1.cc
#8 2.737   DEP      LAPDm_Types_part_7.cc
#8 2.737   DEP      LAPDm_Types_part_6.cc
#8 2.740   DEP      LAPDm_Types_part_4.cc
#8 2.740   DEP      LAPDm_Types_part_5.cc
#8 2.740   DEP      LAPDm_Types_part_3.cc
#8 2.741   DEP      LAPDm_Types_part_2.cc
#8 2.745   DEP      LAPDm_Types_part_1.cc
#8 2.745   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.747   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.747   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.748   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.749   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.750   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.753   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.753   DEP      L3_Templates_part_7.cc
#8 2.753   DEP      L3_Templates_part_6.cc
#8 2.754   DEP      L3_Templates_part_5.cc
#8 2.754   DEP      L3_Templates_part_4.cc
#8 2.754   DEP      L3_Templates_part_3.cc
#8 2.755   DEP      L3_Templates_part_2.cc
#8 2.756   DEP      L3_Templates_part_1.cc
#8 2.756   DEP      L3_Common_part_7.cc
#8 2.756   DEP      L3_Common_part_6.cc
#8 2.757   DEP      L3_Common_part_5.cc
#8 2.757   DEP      L3_Common_part_4.cc
#8 2.757   DEP      L3_Common_part_3.cc
#8 2.758   DEP      L3_Common_part_2.cc
#8 2.760   DEP      L3_Common_part_1.cc
#8 2.761   DEP      L1CTL_Types_part_7.cc
#8 2.761   DEP      L1CTL_Types_part_6.cc
#8 2.761   DEP      L1CTL_Types_part_4.cc
#8 2.761   DEP      L1CTL_Types_part_3.cc
#8 2.762   DEP      L1CTL_Types_part_2.cc
#8 2.762   DEP      L1CTL_Types_part_5.cc
#8 2.762   DEP      L1CTL_Types_part_1.cc
#8 2.763   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.764   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.765   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.766   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.766   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.768   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.768   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.768   DEP      L1CTL_PortType_part_7.cc
#8 2.768   DEP      L1CTL_PortType_part_6.cc
#8 2.769   DEP      L1CTL_PortType_part_5.cc
#8 2.769   DEP      L1CTL_PortType_part_4.cc
#8 2.770   DEP      L1CTL_PortType_part_3.cc
#8 2.771   DEP      L1CTL_PortType_part_2.cc
#8 2.771   DEP      L1CTL_PortType_part_1.cc
#8 2.771   DEP      IuUP_Types_part_7.cc
#8 2.776   DEP      IuUP_Types_part_6.cc
#8 2.777   DEP      IuUP_Types_part_5.cc
#8 2.777   DEP      IuUP_Types_part_4.cc
#8 2.777   DEP      IuUP_Types_part_3.cc
#8 2.777   DEP      IuUP_Types_part_2.cc
#8 2.777   DEP      IuUP_Types_part_1.cc
#8 2.778   DEP      IuUP_Emulation_part_7.cc
#8 2.778   DEP      IuUP_Emulation_part_6.cc
#8 2.778   DEP      IuUP_Emulation_part_5.cc
#8 2.778   DEP      IuUP_Emulation_part_4.cc
#8 2.778   DEP      IuUP_Emulation_part_3.cc
#8 2.779   DEP      IuUP_Emulation_part_2.cc
#8 2.781   DEP      IuUP_Emulation_part_1.cc
#8 2.781   DEP      IPL4asp_Types_part_7.cc
#8 2.781   DEP      IPL4asp_Types_part_6.cc
#8 2.783   DEP      IPL4asp_Types_part_5.cc
#8 2.784   DEP      IPL4asp_Types_part_4.cc
#8 2.784   DEP      IPL4asp_Types_part_3.cc
#8 2.784   DEP      IPL4asp_Types_part_1.cc
#8 2.785   DEP      IPL4asp_Types_part_2.cc
#8 2.785   DEP      IPL4asp_PortType_part_7.cc
#8 2.785   DEP      IPL4asp_PortType_part_6.cc
#8 2.785   DEP      IPL4asp_PortType_part_5.cc
#8 2.786   DEP      IPL4asp_PortType_part_3.cc
#8 2.786   DEP      IPL4asp_PortType_part_4.cc
#8 2.786   DEP      IPL4asp_PortType_part_2.cc
#8 2.788   DEP      IPL4asp_PortType_part_1.cc
#8 2.788   DEP      IPL4asp_Functions_part_7.cc
#8 2.788   DEP      IPL4asp_Functions_part_6.cc
#8 2.789   DEP      IPL4asp_Functions_part_5.cc
#8 2.789   DEP      IPL4asp_Functions_part_4.cc
#8 2.791   DEP      IPL4asp_Functions_part_3.cc
#8 2.792   DEP      IPL4asp_Functions_part_2.cc
#8 2.793   DEP      IPL4asp_Functions_part_1.cc
#8 2.793   DEP      IPA_Types_part_7.cc
#8 2.793   DEP      IPA_Types_part_6.cc
#8 2.793   DEP      IPA_Types_part_5.cc
#8 2.793   DEP      IPA_Types_part_4.cc
#8 2.794   DEP      IPA_Types_part_3.cc
#8 2.795   DEP      IPA_Types_part_2.cc
#8 2.795   DEP      IPA_Types_part_1.cc
#8 2.795   DEP      IPA_Testing_part_7.cc
#8 2.795   DEP      IPA_Testing_part_6.cc
#8 2.796   DEP      IPA_Testing_part_5.cc
#8 2.798   DEP      IPA_Testing_part_3.cc
#8 2.798   DEP      IPA_Testing_part_4.cc
#8 2.799   DEP      IPA_Testing_part_2.cc
#8 2.800   DEP      IPA_Testing_part_1.cc
#8 2.800   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.801   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.801   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.801   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.802   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.802   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.802   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.803   DEP      IPA_CodecPort_part_7.cc
#8 2.803   DEP      IPA_CodecPort_part_6.cc
#8 2.806   DEP      IPA_CodecPort_part_5.cc
#8 2.806   DEP      IPA_CodecPort_part_4.cc
#8 2.807   DEP      IPA_CodecPort_part_3.cc
#8 2.807   DEP      IPA_CodecPort_part_2.cc
#8 2.807   DEP      IPA_CodecPort_part_1.cc
#8 2.808   DEP      General_Types_part_6.cc
#8 2.808   DEP      General_Types_part_7.cc
#8 2.808   DEP      General_Types_part_5.cc
#8 2.808   DEP      General_Types_part_4.cc
#8 2.809   DEP      General_Types_part_3.cc
#8 2.809   DEP      General_Types_part_2.cc
#8 2.810   DEP      General_Types_part_1.cc
#8 2.810   DEP      GSM_Types_part_7.cc
#8 2.810   DEP      GSM_Types_part_6.cc
#8 2.811   DEP      GSM_Types_part_5.cc
#8 2.814   DEP      GSM_Types_part_4.cc
#8 2.815   DEP      GSM_Types_part_2.cc
#8 2.815   DEP      GSM_Types_part_3.cc
#8 2.815   DEP      GSM_Types_part_1.cc
#8 2.815   DEP      GSM_SystemInformation_part_7.cc
#8 2.816   DEP      GSM_SystemInformation_part_5.cc
#8 2.816   DEP      GSM_SystemInformation_part_4.cc
#8 2.816   DEP      GSM_SystemInformation_part_6.cc
#8 2.816   DEP      GSM_SystemInformation_part_3.cc
#8 2.816   DEP      GSM_SystemInformation_part_2.cc
#8 2.817   DEP      GSM_SystemInformation_part_1.cc
#8 2.817   DEP      GSM_RestOctets_part_7.cc
#8 2.817   DEP      GSM_RestOctets_part_6.cc
#8 2.817   DEP      GSM_RestOctets_part_5.cc
#8 2.818   DEP      GSM_RestOctets_part_4.cc
#8 2.821   DEP      GSM_RestOctets_part_3.cc
#8 2.821   DEP      GSM_RestOctets_part_2.cc
#8 2.822   DEP      GSM_RestOctets_part_1.cc
#8 2.822   DEP      GSM_RR_Types_part_7.cc
#8 2.823   DEP      GSM_RR_Types_part_6.cc
#8 2.823   DEP      GSM_RR_Types_part_5.cc
#8 2.823   DEP      GSM_RR_Types_part_4.cc
#8 2.823   DEP      GSM_RR_Types_part_3.cc
#8 2.824   DEP      GSM_RR_Types_part_2.cc
#8 2.824   DEP      GSM_RR_Types_part_1.cc
#8 2.824   DEP      BTS_Tests_perf_part_7.cc
#8 2.825   DEP      BTS_Tests_perf_part_6.cc
#8 2.825   DEP      BTS_Tests_perf_part_5.cc
#8 2.825   DEP      BTS_Tests_perf_part_4.cc
#8 2.830   DEP      BTS_Tests_perf_part_3.cc
#8 2.830   DEP      BTS_Tests_perf_part_2.cc
#8 2.831   DEP      BTS_Tests_perf_part_1.cc
#8 2.831   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.831   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.831   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.831   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.832   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.837   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.837   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.837   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.838   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.838   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.838   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.838   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.838   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.839   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.839   DEP      BTS_Tests_OML_part_7.cc
#8 2.839   DEP      BTS_Tests_OML_part_6.cc
#8 2.839   DEP      BTS_Tests_OML_part_4.cc
#8 2.840   DEP      BTS_Tests_OML_part_5.cc
#8 2.840   DEP      BTS_Tests_OML_part_3.cc
#8 2.844   DEP      BTS_Tests_OML_part_2.cc
#8 2.844   DEP      BTS_Tests_OML_part_1.cc
#8 2.844   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.844   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.845   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.845   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.846   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.846   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.847   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.847   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.847   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.848   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.849   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.851   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.851   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.852   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.852   DEP      BTS_Tests_part_7.cc
#8 2.853   DEP      BTS_Tests_part_6.cc
#8 2.853   DEP      BTS_Tests_part_5.cc
#8 2.854   DEP      BTS_Tests_part_4.cc
#8 2.854   DEP      BTS_Tests_part_3.cc
#8 2.855   DEP      BTS_Tests_part_2.cc
#8 2.855   DEP      BTS_Tests_part_1.cc
#8 2.856   DEP      AbisOML_Types_part_7.cc
#8 2.857   DEP      AbisOML_Types_part_6.cc
#8 2.859   DEP      AbisOML_Types_part_5.cc
#8 2.859   DEP      AbisOML_Types_part_4.cc
#8 2.859   DEP      AbisOML_Types_part_3.cc
#8 2.860   DEP      AbisOML_Types_part_2.cc
#8 2.860   DEP      AbisOML_Types_part_1.cc
#8 2.861   DEP      AMR_Types_part_7.cc
#8 2.861   DEP      AMR_Types_part_6.cc
#8 2.864   DEP      AMR_Types_part_5.cc
#8 2.864   DEP      AMR_Types_part_4.cc
#8 2.864   DEP      AMR_Types_part_3.cc
#8 2.864   DEP      AMR_Types_part_2.cc
#8 2.865   DEP      AMR_Types_part_1.cc
#8 2.868   DEP      UD_Types.cc
#8 2.868   DEP      TRXC_Types.cc
#8 2.868   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.868   DEP      UD_PortType.cc
#8 2.869   DEP      TELNETasp_PortType.cc
#8 2.869   DEP      TCCInterface_Functions.cc
#8 2.869   DEP      TRXC_CodecPort.cc
#8 2.872   DEP      TCCConversion_Functions.cc
#8 2.872   DEP      Socket_API_Definitions.cc
#8 2.872   DEP      RTP_Types.cc
#8 2.877   DEP      RTP_Emulation.cc
#8 2.879   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.928   DEP      RTP_CodecPort.cc
#8 2.938   DEP      RSL_Types.cc
#8 2.938   DEP      RSL_Emulation.cc
#8 2.939   DEP      RLCMAC_Types.cc
#8 2.939   DEP      RLCMAC_Templates.cc
#8 2.939   DEP      RLCMAC_CSN1_Types.cc
#8 2.944   DEP      PCUIF_Types.cc
#8 2.944   DEP      RLCMAC_CSN1_Templates.cc
#8 2.945   DEP      PCUIF_CodecPort.cc
#8 2.946   DEP      Osmocom_VTY_Functions.cc
#8 2.952   DEP      Osmocom_Types.cc
#8 2.953   DEP      Osmocom_CTRL_Types.cc
#8 2.954   DEP      Osmocom_CTRL_Functions.cc
#8 2.955   DEP      Osmocom_CTRL_Adapter.cc
#8 2.962   DEP      OSMUX_Types.cc
#8 2.975   DEP      OSMUX_Emulation.cc
#8 2.980   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 3.005   DEP      OSMUX_CodecPort.cc
#8 3.011   DEP      Native_Functions.cc
#8 3.017   DEP      MobileL3_Types.cc
#8 3.017   DEP      MobileL3_SS_Types.cc
#8 3.022   DEP      MobileL3_SMS_Types.cc
#8 3.028   DEP      MobileL3_RRM_Types.cc
#8 3.031   DEP      MobileL3_MM_Types.cc
#8 3.038   DEP      MobileL3_GMM_SM_Types.cc
#8 3.049   DEP      MobileL3_CommonIE_Types.cc
#8 3.054   DEP      MobileL3_CC_Types.cc
#8 3.060   DEP      Misc_Helpers.cc
#8 3.069   DEP      LAPDm_Types.cc
#8 3.074   DEP      LAPDm_RAW_PT.cc
#8 3.074   DEP      L3_Templates.cc
#8 3.086   DEP      L3_Common.cc
#8 3.094   DEP      L1CTL_Types.cc
#8 3.102   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.103   DEP      L1CTL_PortType.cc
#8 3.118   DEP      IuUP_Types.cc
#8 3.123   DEP      IuUP_Emulation.cc
#8 3.126   DEP      IPL4asp_Types.cc
#8 3.135   DEP      IPL4asp_PortType.cc
#8 3.135   DEP      IPL4asp_Functions.cc
#8 3.163   DEP      IPA_Types.cc
#8 3.164   DEP      IPA_Testing.cc
#8 3.166   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.179   DEP      IPA_CodecPort.cc
#8 3.196   DEP      General_Types.cc
#8 3.203   DEP      GSM_Types.cc
#8 3.207   DEP      GSM_SystemInformation.cc
#8 3.212   DEP      GSM_RestOctets.cc
#8 3.217   DEP      GSM_RR_Types.cc
#8 3.228   DEP      BTS_Tests_perf.cc
#8 3.239   DEP      BTS_Tests_VAMOS.cc
#8 3.239   DEP      BTS_Tests_SMSCB.cc
#8 3.242   DEP      BTS_Tests_OML.cc
#8 3.245   DEP      BTS_Tests_LAPDm.cc
#8 3.260   DEP      BTS_Tests_ASCI.cc
#8 3.265   DEP      BTS_Tests.cc
#8 3.284   DEP      AbisOML_Types.cc
#8 3.341   DEP      AMR_Types.cc
#8 3.938   CC       AMR_Types.o
#8 3.938   CC       BTS_Tests.o
#8 3.938   CC       AbisOML_Types.o
#8 3.938   CC       BTS_Tests_ASCI.o
#8 3.938   CC       BTS_Tests_LAPDm.o
#8 3.938   CC       BTS_Tests_OML.o
#8 3.939   CC       BTS_Tests_SMSCB.o
#8 3.939   CC       BTS_Tests_VAMOS.o
#8 3.939   CC       BTS_Tests_perf.o
#8 3.940   CC       GSM_RR_Types.o
#8 3.940   CC       GSM_RestOctets.o
#8 3.940   CC       GSM_SystemInformation.o
#8 3.941   CC       GSM_Types.o
#8 3.941   CC       General_Types.o
#8 3.941   CC       IPA_CodecPort.o
#8 3.942   CC       IPA_CodecPort_CtrlFunct.o
#8 3.942   CC       IPA_Testing.o
#8 3.942   CC       IPA_Types.o
#8 3.942   CC       IPL4asp_Functions.o
#8 3.943   CC       IPL4asp_PortType.o
#8 4.617   CC       IPL4asp_Types.o
#8 4.622   CC       IuUP_Emulation.o
#8 4.694   CC       IuUP_Types.o
#8 4.873   CC       L1CTL_PortType.o
#8 5.020   CC       L1CTL_PortType_CtrlFunct.o
#8 5.198   CC       L1CTL_Types.o
#8 5.899   CC       L3_Common.o
#8 6.412   CC       L3_Templates.o
#8 6.458   CC       LAPDm_RAW_PT.o
#8 7.129   CC       LAPDm_Types.o
#8 7.444   CC       Misc_Helpers.o
#8 7.908   CC       MobileL3_CC_Types.o
#8 7.935   CC       MobileL3_CommonIE_Types.o
#8 8.032   CC       MobileL3_GMM_SM_Types.o
#8 8.237   CC       MobileL3_MM_Types.o
#8 8.698   CC       MobileL3_RRM_Types.o
#8 9.578   CC       MobileL3_SMS_Types.o
#8 9.578   CC       MobileL3_SS_Types.o
#8 9.690 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.690 BTS_Tests_SMSCB.cc:6115:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.690  6115 | }
#8 9.690       | ^
#8 9.766   CC       MobileL3_Types.o
#8 9.824   CC       Native_Functions.o
#8 9.858   CC       OSMUX_CodecPort.o
#8 9.931   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.08   CC       OSMUX_Emulation.o
#8 10.62   CC       OSMUX_Types.o
#8 10.96   CC       Osmocom_CTRL_Adapter.o
#8 11.01   CC       Osmocom_CTRL_Functions.o
#8 11.07   CC       Osmocom_CTRL_Types.o
#8 11.14   CC       Osmocom_Types.o
#8 11.32   CC       Osmocom_VTY_Functions.o
#8 11.50   CC       PCUIF_CodecPort.o
#8 11.71 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.71 BTS_Tests.cc:38885:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.71 38885 | }
#8 11.71       | ^
#8 11.71 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.71 BTS_Tests.cc:38966:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.71 38966 | }
#8 11.71       | ^
#8 12.09   CC       PCUIF_Types.o
#8 12.22   CC       RLCMAC_CSN1_Templates.o
#8 12.41   CC       RLCMAC_CSN1_Types.o
#8 12.65   CC       RLCMAC_Templates.o
#8 12.67   CC       RLCMAC_Types.o
#8 12.73   CC       RSL_Emulation.o
#8 13.02   CC       RSL_Types.o
#8 13.04   CC       RTP_CodecPort.o
#8 13.08   CC       RTP_CodecPort_CtrlFunct.o
#8 13.73   CC       RTP_Emulation.o
#8 14.16   CC       RTP_Types.o
#8 14.19   CC       Socket_API_Definitions.o
#8 14.35   CC       TCCConversion_Functions.o
#8 14.52   CC       TCCInterface_Functions.o
#8 14.60   CC       TELNETasp_PortType.o
#8 14.85   CC       TRXC_CodecPort.o
#8 15.09   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.10   CC       TRXC_Types.o
#8 15.40   CC       UD_PortType.o
#8 15.56   CC       UD_Types.o
#8 15.59   CC       AMR_Types_part_1.o
#8 15.60   CC       AMR_Types_part_2.o
#8 15.61   CC       AMR_Types_part_3.o
#8 15.63   CC       AMR_Types_part_4.o
#8 15.63   CC       AMR_Types_part_5.o
#8 15.65   CC       AMR_Types_part_6.o
#8 15.66   CC       AMR_Types_part_7.o
#8 15.67   CC       AbisOML_Types_part_1.o
#8 15.68   CC       AbisOML_Types_part_2.o
#8 15.70   CC       AbisOML_Types_part_3.o
#8 15.74   CC       AbisOML_Types_part_4.o
#8 15.76   CC       AbisOML_Types_part_5.o
#8 15.78   CC       AbisOML_Types_part_6.o
#8 15.79   CC       AbisOML_Types_part_7.o
#8 15.81   CC       BTS_Tests_part_1.o
#8 15.81   CC       BTS_Tests_part_2.o
#8 15.85   CC       BTS_Tests_part_3.o
#8 15.87   CC       BTS_Tests_part_4.o
#8 15.90   CC       BTS_Tests_part_5.o
#8 15.95   CC       BTS_Tests_part_6.o
#8 15.99   CC       BTS_Tests_part_7.o
#8 16.02   CC       BTS_Tests_ASCI_part_1.o
#8 16.02   CC       BTS_Tests_ASCI_part_2.o
#8 16.04   CC       BTS_Tests_ASCI_part_3.o
#8 16.04   CC       BTS_Tests_ASCI_part_4.o
#8 16.06   CC       BTS_Tests_ASCI_part_5.o
#8 16.06   CC       BTS_Tests_ASCI_part_6.o
#8 16.08   CC       BTS_Tests_ASCI_part_7.o
#8 16.09   CC       BTS_Tests_LAPDm_part_1.o
#8 16.11   CC       BTS_Tests_LAPDm_part_2.o
#8 16.11   CC       BTS_Tests_LAPDm_part_3.o
#8 16.12   CC       BTS_Tests_LAPDm_part_4.o
#8 16.13   CC       BTS_Tests_LAPDm_part_5.o
#8 16.13   CC       BTS_Tests_LAPDm_part_6.o
#8 16.14   CC       BTS_Tests_LAPDm_part_7.o
#8 16.15   CC       BTS_Tests_OML_part_1.o
#8 16.15   CC       BTS_Tests_OML_part_2.o
#8 16.16   CC       BTS_Tests_OML_part_3.o
#8 16.17   CC       BTS_Tests_OML_part_4.o
#8 16.17   CC       BTS_Tests_OML_part_5.o
#8 16.17   CC       BTS_Tests_OML_part_6.o
#8 16.18   CC       BTS_Tests_OML_part_7.o
#8 16.19   CC       BTS_Tests_SMSCB_part_1.o
#8 16.19   CC       BTS_Tests_SMSCB_part_2.o
#8 16.19   CC       BTS_Tests_SMSCB_part_3.o
#8 16.20   CC       BTS_Tests_SMSCB_part_4.o
#8 16.21   CC       BTS_Tests_SMSCB_part_5.o
#8 16.21   CC       BTS_Tests_SMSCB_part_6.o
#8 16.21   CC       BTS_Tests_SMSCB_part_7.o
#8 16.22   CC       BTS_Tests_VAMOS_part_1.o
#8 16.23   CC       BTS_Tests_VAMOS_part_2.o
#8 16.23   CC       BTS_Tests_VAMOS_part_3.o
#8 16.25   CC       BTS_Tests_VAMOS_part_4.o
#8 16.25   CC       BTS_Tests_VAMOS_part_5.o
#8 16.26   CC       BTS_Tests_VAMOS_part_6.o
#8 16.26   CC       BTS_Tests_VAMOS_part_7.o
#8 16.27   CC       BTS_Tests_perf_part_1.o
#8 16.27   CC       BTS_Tests_perf_part_2.o
#8 16.27   CC       BTS_Tests_perf_part_3.o
#8 16.28   CC       BTS_Tests_perf_part_4.o
#8 16.28   CC       BTS_Tests_perf_part_5.o
#8 16.29   CC       BTS_Tests_perf_part_6.o
#8 16.29   CC       BTS_Tests_perf_part_7.o
#8 16.30   CC       GSM_RR_Types_part_1.o
#8 16.30   CC       GSM_RR_Types_part_2.o
#8 16.30   CC       GSM_RR_Types_part_3.o
#8 16.30   CC       GSM_RR_Types_part_4.o
#8 16.31   CC       GSM_RR_Types_part_5.o
#8 16.31   CC       GSM_RR_Types_part_6.o
#8 16.32   CC       GSM_RR_Types_part_7.o
#8 16.33   CC       GSM_RestOctets_part_1.o
#8 16.33   CC       GSM_RestOctets_part_2.o
#8 16.35   CC       GSM_RestOctets_part_3.o
#8 16.35   CC       GSM_RestOctets_part_4.o
#8 16.37   CC       GSM_RestOctets_part_5.o
#8 16.39   CC       GSM_RestOctets_part_6.o
#8 16.41   CC       GSM_RestOctets_part_7.o
#8 16.43   CC       GSM_SystemInformation_part_1.o
#8 16.45   CC       GSM_SystemInformation_part_2.o
#8 16.47   CC       GSM_SystemInformation_part_3.o
#8 16.47   CC       GSM_SystemInformation_part_4.o
#8 16.49   CC       GSM_SystemInformation_part_5.o
#8 16.49   CC       GSM_SystemInformation_part_6.o
#8 16.51   CC       GSM_SystemInformation_part_7.o
#8 16.51   CC       GSM_Types_part_1.o
#8 16.53   CC       GSM_Types_part_2.o
#8 16.53   CC       GSM_Types_part_3.o
#8 16.55   CC       GSM_Types_part_4.o
#8 16.55   CC       GSM_Types_part_5.o
#8 16.58   CC       GSM_Types_part_6.o
#8 16.58   CC       GSM_Types_part_7.o
#8 16.60   CC       General_Types_part_1.o
#8 16.61   CC       General_Types_part_2.o
#8 16.62   CC       General_Types_part_3.o
#8 16.63   CC       General_Types_part_4.o
#8 16.64   CC       General_Types_part_5.o
#8 16.65   CC       General_Types_part_6.o
#8 16.66   CC       General_Types_part_7.o
#8 16.66   CC       IPA_CodecPort_part_1.o
#8 16.67   CC       IPA_CodecPort_part_2.o
#8 16.68   CC       IPA_CodecPort_part_3.o
#8 16.69   CC       IPA_CodecPort_part_4.o
#8 16.69   CC       IPA_CodecPort_part_5.o
#8 16.71   CC       IPA_CodecPort_part_6.o
#8 16.71   CC       IPA_CodecPort_part_7.o
#8 16.73   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.73   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.75   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.75   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.77   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.77   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 16.79   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 16.79   CC       IPA_Testing_part_1.o
#8 16.81   CC       IPA_Testing_part_2.o
#8 16.81   CC       IPA_Testing_part_3.o
#8 16.82   CC       IPA_Testing_part_4.o
#8 16.83   CC       IPA_Testing_part_5.o
#8 16.83   CC       IPA_Testing_part_6.o
#8 16.84   CC       IPA_Testing_part_7.o
#8 16.85   CC       IPA_Types_part_1.o
#8 16.86   CC       IPA_Types_part_2.o
#8 16.87   CC       IPA_Types_part_3.o
#8 16.87   CC       IPA_Types_part_4.o
#8 16.88   CC       IPA_Types_part_5.o
#8 16.89   CC       IPA_Types_part_6.o
#8 16.90   CC       IPA_Types_part_7.o
#8 16.91   CC       IPL4asp_Functions_part_1.o
#8 16.91   CC       IPL4asp_Functions_part_2.o
#8 16.93   CC       IPL4asp_Functions_part_3.o
#8 16.93   CC       IPL4asp_Functions_part_4.o
#8 16.93   CC       IPL4asp_Functions_part_5.o
#8 16.95   CC       IPL4asp_Functions_part_6.o
#8 16.95   CC       IPL4asp_Functions_part_7.o
#8 16.95   CC       IPL4asp_PortType_part_1.o
#8 16.97   CC       IPL4asp_PortType_part_2.o
#8 16.97   CC       IPL4asp_PortType_part_3.o
#8 16.97   CC       IPL4asp_PortType_part_4.o
#8 16.99   CC       IPL4asp_PortType_part_5.o
#8 17.00   CC       IPL4asp_PortType_part_6.o
#8 17.00   CC       IPL4asp_PortType_part_7.o
#8 17.02   CC       IPL4asp_Types_part_1.o
#8 17.02   CC       IPL4asp_Types_part_2.o
#8 17.02   CC       IPL4asp_Types_part_3.o
#8 17.04   CC       IPL4asp_Types_part_4.o
#8 17.04   CC       IPL4asp_Types_part_5.o
#8 17.04   CC       IPL4asp_Types_part_6.o
#8 17.04   CC       IPL4asp_Types_part_7.o
#8 17.06   CC       IuUP_Emulation_part_1.o
#8 17.06   CC       IuUP_Emulation_part_2.o
#8 17.07   CC       IuUP_Emulation_part_3.o
#8 17.07   CC       IuUP_Emulation_part_4.o
#8 17.09   CC       IuUP_Emulation_part_5.o
#8 17.09   CC       IuUP_Emulation_part_6.o
#8 17.09   CC       IuUP_Emulation_part_7.o
#8 17.09   CC       IuUP_Types_part_1.o
#8 17.10   CC       IuUP_Types_part_2.o
#8 17.11   CC       IuUP_Types_part_3.o
#8 17.11   CC       IuUP_Types_part_4.o
#8 17.11   CC       IuUP_Types_part_5.o
#8 17.11   CC       IuUP_Types_part_6.o
#8 17.13   CC       IuUP_Types_part_7.o
#8 17.13   CC       L1CTL_PortType_part_1.o
#8 17.13   CC       L1CTL_PortType_part_2.o
#8 17.13   CC       L1CTL_PortType_part_3.o
#8 17.13   CC       L1CTL_PortType_part_4.o
#8 17.15   CC       L1CTL_PortType_part_5.o
#8 17.15   CC       L1CTL_PortType_part_6.o
#8 17.15   CC       L1CTL_PortType_part_7.o
#8 17.15   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.15   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.17   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.17   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.17   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.17   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.17   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.19   CC       L1CTL_Types_part_1.o
#8 17.19   CC       L1CTL_Types_part_2.o
#8 17.19   CC       L1CTL_Types_part_3.o
#8 17.19   CC       L1CTL_Types_part_4.o
#8 17.19   CC       L1CTL_Types_part_5.o
#8 17.21   CC       L1CTL_Types_part_6.o
#8 17.21   CC       L1CTL_Types_part_7.o
#8 17.23   CC       L3_Common_part_1.o
#8 17.23   CC       L3_Common_part_2.o
#8 17.23   CC       L3_Common_part_3.o
#8 17.27   CC       L3_Common_part_5.o
#8 17.27   CC       L3_Common_part_4.o
#8 17.27   CC       L3_Common_part_7.o
#8 17.27   CC       L3_Common_part_6.o
#8 17.29   CC       L3_Templates_part_1.o
#8 17.29   CC       L3_Templates_part_2.o
#8 17.29   CC       L3_Templates_part_3.o
#8 17.30   CC       L3_Templates_part_4.o
#8 17.31   CC       L3_Templates_part_6.o
#8 17.31   CC       L3_Templates_part_5.o
#8 17.31   CC       L3_Templates_part_7.o
#8 17.31   CC       LAPDm_RAW_PT_part_1.o
#8 17.33   CC       LAPDm_RAW_PT_part_2.o
#8 17.33   CC       LAPDm_RAW_PT_part_3.o
#8 17.33   CC       LAPDm_RAW_PT_part_4.o
#8 17.33   CC       LAPDm_RAW_PT_part_5.o
#8 17.33   CC       LAPDm_RAW_PT_part_6.o
#8 17.35   CC       LAPDm_RAW_PT_part_7.o
#8 17.35   CC       LAPDm_Types_part_1.o
#8 17.35   CC       LAPDm_Types_part_2.o
#8 17.35   CC       LAPDm_Types_part_3.o
#8 17.36   CC       LAPDm_Types_part_4.o
#8 17.37   CC       LAPDm_Types_part_5.o
#8 17.37   CC       LAPDm_Types_part_6.o
#8 17.37   CC       LAPDm_Types_part_7.o
#8 17.37   CC       Misc_Helpers_part_1.o
#8 17.38   CC       Misc_Helpers_part_2.o
#8 17.39   CC       Misc_Helpers_part_3.o
#8 17.39   CC       Misc_Helpers_part_4.o
#8 17.39   CC       Misc_Helpers_part_5.o
#8 17.39   CC       Misc_Helpers_part_6.o
#8 17.40   CC       Misc_Helpers_part_7.o
#8 17.41   CC       MobileL3_CC_Types_part_1.o
#8 17.41   CC       MobileL3_CC_Types_part_2.o
#8 17.41   CC       MobileL3_CC_Types_part_3.o
#8 17.41   CC       MobileL3_CC_Types_part_4.o
#8 17.42   CC       MobileL3_CC_Types_part_5.o
#8 17.42   CC       MobileL3_CC_Types_part_6.o
#8 17.44   CC       MobileL3_CC_Types_part_7.o
#8 17.44   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.44   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.46   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.47   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.48   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.49   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.51   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.52   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.53   CC       MobileL3_GMM_SM_Types_part_2.o
#8 17.78 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.78 RSL_Emulation.cc:11152:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.78 11152 | }
#8 17.78       | ^
#8 18.32   CC       MobileL3_GMM_SM_Types_part_3.o
#8 19.28   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.50   CC       MobileL3_GMM_SM_Types_part_5.o
#8 19.60   CC       MobileL3_GMM_SM_Types_part_6.o
#8 20.67   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.04   CC       MobileL3_MM_Types_part_1.o
#8 21.24   CC       MobileL3_MM_Types_part_2.o
#8 21.29   CC       MobileL3_MM_Types_part_3.o
#8 21.31   CC       MobileL3_MM_Types_part_4.o
#8 21.34   CC       MobileL3_MM_Types_part_5.o
#8 21.38   CC       MobileL3_MM_Types_part_6.o
#8 21.43   CC       MobileL3_MM_Types_part_7.o
#8 21.46   CC       MobileL3_RRM_Types_part_1.o
#8 22.08   CC       MobileL3_RRM_Types_part_2.o
#8 22.54   CC       MobileL3_RRM_Types_part_3.o
#8 22.82   CC       MobileL3_RRM_Types_part_4.o
#8 22.88   CC       MobileL3_RRM_Types_part_5.o
#8 22.90   CC       MobileL3_RRM_Types_part_6.o
#8 22.92   CC       MobileL3_RRM_Types_part_7.o
#8 22.94   CC       MobileL3_SMS_Types_part_1.o
#8 23.26   CC       MobileL3_SMS_Types_part_2.o
#8 23.29   CC       MobileL3_SMS_Types_part_3.o
#8 23.31   CC       MobileL3_SMS_Types_part_4.o
#8 23.35   CC       MobileL3_SMS_Types_part_5.o
#8 23.38   CC       MobileL3_SMS_Types_part_6.o
#8 23.42   CC       MobileL3_SMS_Types_part_7.o
#8 23.46   CC       MobileL3_SS_Types_part_1.o
#8 23.50   CC       MobileL3_SS_Types_part_2.o
#8 23.54   CC       MobileL3_SS_Types_part_3.o
#8 23.57   CC       MobileL3_SS_Types_part_4.o
#8 23.61   CC       MobileL3_SS_Types_part_5.o
#8 23.65   CC       MobileL3_SS_Types_part_6.o
#8 23.68   CC       MobileL3_SS_Types_part_7.o
#8 23.72   CC       MobileL3_Types_part_1.o
#8 23.75   CC       MobileL3_Types_part_2.o
#8 23.79   CC       MobileL3_Types_part_3.o
#8 23.83   CC       MobileL3_Types_part_4.o
#8 23.86   CC       MobileL3_Types_part_5.o
#8 23.90   CC       MobileL3_Types_part_6.o
#8 23.93   CC       MobileL3_Types_part_7.o
#8 23.97   CC       Native_Functions_part_1.o
#8 24.01   CC       Native_Functions_part_2.o
#8 24.04   CC       Native_Functions_part_3.o
#8 24.08   CC       Native_Functions_part_4.o
#8 24.11   CC       Native_Functions_part_5.o
#8 24.15   CC       Native_Functions_part_6.o
#8 24.19   CC       Native_Functions_part_7.o
#8 24.22   CC       OSMUX_CodecPort_part_1.o
#8 24.26   CC       OSMUX_CodecPort_part_2.o
#8 24.29   CC       OSMUX_CodecPort_part_3.o
#8 24.33   CC       OSMUX_CodecPort_part_4.o
#8 24.37   CC       OSMUX_CodecPort_part_5.o
#8 24.39   CC       OSMUX_CodecPort_part_6.o
#8 24.42   CC       OSMUX_CodecPort_part_7.o
#8 24.45   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.49   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.51   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.53   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.55   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.57   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.59   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 24.61   CC       OSMUX_Emulation_part_1.o
#8 24.64   CC       OSMUX_Emulation_part_2.o
#8 24.66   CC       OSMUX_Emulation_part_3.o
#8 24.68   CC       OSMUX_Emulation_part_4.o
#8 24.70   CC       OSMUX_Emulation_part_5.o
#8 24.72   CC       OSMUX_Emulation_part_6.o
#8 24.73   CC       OSMUX_Emulation_part_7.o
#8 24.73   CC       OSMUX_Types_part_1.o
#8 24.75   CC       OSMUX_Types_part_2.o
#8 24.75   CC       OSMUX_Types_part_3.o
#8 24.77   CC       OSMUX_Types_part_4.o
#8 24.77   CC       OSMUX_Types_part_5.o
#8 24.79   CC       OSMUX_Types_part_6.o
#8 24.79   CC       OSMUX_Types_part_7.o
#8 24.81   CC       Osmocom_CTRL_Adapter_part_1.o
#8 24.81   CC       Osmocom_CTRL_Adapter_part_2.o
#8 24.83   CC       Osmocom_CTRL_Adapter_part_3.o
#8 24.83   CC       Osmocom_CTRL_Adapter_part_4.o
#8 24.85   CC       Osmocom_CTRL_Adapter_part_5.o
#8 24.85   CC       Osmocom_CTRL_Adapter_part_6.o
#8 24.87   CC       Osmocom_CTRL_Adapter_part_7.o
#8 24.87   CC       Osmocom_CTRL_Functions_part_1.o
#8 24.89   CC       Osmocom_CTRL_Functions_part_2.o
#8 24.89   CC       Osmocom_CTRL_Functions_part_3.o
#8 24.91   CC       Osmocom_CTRL_Functions_part_4.o
#8 24.91   CC       Osmocom_CTRL_Functions_part_5.o
#8 24.93   CC       Osmocom_CTRL_Functions_part_6.o
#8 24.93   CC       Osmocom_CTRL_Functions_part_7.o
#8 24.95   CC       Osmocom_CTRL_Types_part_1.o
#8 24.95   CC       Osmocom_CTRL_Types_part_2.o
#8 24.97   CC       Osmocom_CTRL_Types_part_3.o
#8 24.97   CC       Osmocom_CTRL_Types_part_4.o
#8 24.99   CC       Osmocom_CTRL_Types_part_5.o
#8 24.99   CC       Osmocom_CTRL_Types_part_6.o
#8 25.01   CC       Osmocom_CTRL_Types_part_7.o
#8 25.01   CC       Osmocom_Types_part_1.o
#8 25.03   CC       Osmocom_Types_part_2.o
#8 25.03   CC       Osmocom_Types_part_3.o
#8 25.05   CC       Osmocom_Types_part_4.o
#8 25.05   CC       Osmocom_Types_part_5.o
#8 25.07   CC       Osmocom_Types_part_6.o
#8 25.07   CC       Osmocom_Types_part_7.o
#8 25.09   CC       Osmocom_VTY_Functions_part_1.o
#8 25.09   CC       Osmocom_VTY_Functions_part_2.o
#8 25.11   CC       Osmocom_VTY_Functions_part_3.o
#8 25.11   CC       Osmocom_VTY_Functions_part_4.o
#8 25.13   CC       Osmocom_VTY_Functions_part_5.o
#8 25.13   CC       Osmocom_VTY_Functions_part_6.o
#8 25.15   CC       Osmocom_VTY_Functions_part_7.o
#8 25.15   CC       PCUIF_CodecPort_part_1.o
#8 25.17   CC       PCUIF_CodecPort_part_2.o
#8 25.17   CC       PCUIF_CodecPort_part_3.o
#8 25.17   CC       PCUIF_CodecPort_part_4.o
#8 25.18   CC       PCUIF_CodecPort_part_5.o
#8 25.19   CC       PCUIF_CodecPort_part_6.o
#8 25.19   CC       PCUIF_CodecPort_part_7.o
#8 25.20   CC       PCUIF_Types_part_1.o
#8 25.21   CC       PCUIF_Types_part_2.o
#8 25.21   CC       PCUIF_Types_part_3.o
#8 25.23   CC       PCUIF_Types_part_4.o
#8 25.23   CC       PCUIF_Types_part_5.o
#8 25.25   CC       PCUIF_Types_part_6.o
#8 25.25   CC       PCUIF_Types_part_7.o
#8 25.27   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.27   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.29   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.30   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.31   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.32   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.33   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.34   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.36   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.63   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.69   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.77   CC       RLCMAC_CSN1_Types_part_5.o
#8 26.00   CC       RLCMAC_CSN1_Types_part_6.o
#8 26.03   CC       RLCMAC_CSN1_Types_part_7.o
#8 26.06   CC       RLCMAC_Templates_part_1.o
#8 26.10   CC       RLCMAC_Templates_part_2.o
#8 26.10   CC       RLCMAC_Templates_part_3.o
#8 26.12   CC       RLCMAC_Templates_part_4.o
#8 26.12   CC       RLCMAC_Templates_part_5.o
#8 26.14   CC       RLCMAC_Templates_part_6.o
#8 26.14   CC       RLCMAC_Templates_part_7.o
#8 26.16   CC       RLCMAC_Types_part_1.o
#8 26.16   CC       RLCMAC_Types_part_2.o
#8 26.18   CC       RLCMAC_Types_part_3.o
#8 26.21   CC       RLCMAC_Types_part_4.o
#8 26.23   CC       RLCMAC_Types_part_5.o
#8 26.25   CC       RLCMAC_Types_part_6.o
#8 26.27   CC       RLCMAC_Types_part_7.o
#8 26.29   CC       RSL_Emulation_part_1.o
#8 26.31   CC       RSL_Emulation_part_2.o
#8 26.31   CC       RSL_Emulation_part_3.o
#8 26.33   CC       RSL_Emulation_part_4.o
#8 26.33   CC       RSL_Emulation_part_5.o
#8 26.36   CC       RSL_Emulation_part_6.o
#8 26.36   CC       RSL_Emulation_part_7.o
#8 26.38   CC       RSL_Types_part_1.o
#8 26.38   CC       RSL_Types_part_2.o
#8 26.71   CC       RSL_Types_part_3.o
#8 26.73   CC       RSL_Types_part_4.o
#8 26.75   CC       RSL_Types_part_5.o
#8 26.77   CC       RSL_Types_part_6.o
#8 26.80   CC       RSL_Types_part_7.o
#8 26.82   CC       RTP_CodecPort_part_1.o
#8 26.84   CC       RTP_CodecPort_part_2.o
#8 26.86   CC       RTP_CodecPort_part_3.o
#8 26.89   CC       RTP_CodecPort_part_4.o
#8 26.91   CC       RTP_CodecPort_part_5.o
#8 26.93   CC       RTP_CodecPort_part_6.o
#8 26.96   CC       RTP_CodecPort_part_7.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.98   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.98   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 27.00   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 27.00   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 27.02   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 27.02   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 27.04   CC       RTP_Emulation_part_1.o
#8 27.04   CC       RTP_Emulation_part_2.o
#8 27.04   CC       RTP_Emulation_part_3.o
#8 27.06   CC       RTP_Emulation_part_4.o
#8 27.06   CC       RTP_Emulation_part_5.o
#8 27.06   CC       RTP_Emulation_part_6.o
#8 27.08   CC       RTP_Emulation_part_7.o
#8 27.08   CC       RTP_Types_part_1.o
#8 27.09   CC       RTP_Types_part_2.o
#8 27.11   CC       RTP_Types_part_3.o
#8 27.11   CC       RTP_Types_part_4.o
#8 27.13   CC       RTP_Types_part_5.o
#8 27.14   CC       RTP_Types_part_6.o
#8 27.15   CC       RTP_Types_part_7.o
#8 27.17   CC       Socket_API_Definitions_part_1.o
#8 27.18   CC       Socket_API_Definitions_part_2.o
#8 27.19   CC       Socket_API_Definitions_part_3.o
#8 27.21   CC       Socket_API_Definitions_part_4.o
#8 27.21   CC       Socket_API_Definitions_part_5.o
#8 27.23   CC       Socket_API_Definitions_part_6.o
#8 27.23   CC       Socket_API_Definitions_part_7.o
#8 27.25   CC       TCCConversion_Functions_part_1.o
#8 27.25   CC       TCCConversion_Functions_part_2.o
#8 27.28   CC       TCCConversion_Functions_part_3.o
#8 27.28   CC       TCCConversion_Functions_part_4.o
#8 27.30   CC       TCCConversion_Functions_part_5.o
#8 27.30   CC       TCCConversion_Functions_part_6.o
#8 27.32   CC       TCCConversion_Functions_part_7.o
#8 27.32   CC       TCCInterface_Functions_part_1.o
#8 27.34   CC       TCCInterface_Functions_part_2.o
#8 27.34   CC       TCCInterface_Functions_part_3.o
#8 27.36   CC       TCCInterface_Functions_part_4.o
#8 27.36   CC       TCCInterface_Functions_part_5.o
#8 27.38   CC       TCCInterface_Functions_part_6.o
#8 27.38   CC       TCCInterface_Functions_part_7.o
#8 27.40   CC       TELNETasp_PortType_part_1.o
#8 27.41   CC       TELNETasp_PortType_part_2.o
#8 27.43   CC       TELNETasp_PortType_part_3.o
#8 27.43   CC       TELNETasp_PortType_part_4.o
#8 27.45   CC       TELNETasp_PortType_part_5.o
#8 27.45   CC       TELNETasp_PortType_part_6.o
#8 27.47   CC       TELNETasp_PortType_part_7.o
#8 27.47   CC       TRXC_CodecPort_part_1.o
#8 27.49   CC       TRXC_CodecPort_part_2.o
#8 27.49   CC       TRXC_CodecPort_part_3.o
#8 27.51   CC       TRXC_CodecPort_part_4.o
#8 27.51   CC       TRXC_CodecPort_part_5.o
#8 27.53   CC       TRXC_CodecPort_part_6.o
#8 27.53   CC       TRXC_CodecPort_part_7.o
#8 27.53   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.55   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.55   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.55   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.57   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.57   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.58   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.59   CC       TRXC_Types_part_1.o
#8 27.59   CC       TRXC_Types_part_2.o
#8 27.60   CC       TRXC_Types_part_3.o
#8 27.61   CC       TRXC_Types_part_4.o
#8 27.61   CC       TRXC_Types_part_5.o
#8 27.62   CC       TRXC_Types_part_6.o
#8 27.63   CC       TRXC_Types_part_7.o
#8 27.63   CC       UD_PortType_part_1.o
#8 27.64   CC       UD_PortType_part_2.o
#8 27.65   CC       UD_PortType_part_3.o
#8 27.65   CC       UD_PortType_part_4.o
#8 27.66   CC       UD_PortType_part_5.o
#8 27.67   CC       UD_PortType_part_6.o
#8 27.67   CC       UD_PortType_part_7.o
#8 27.68   CC       UD_Types_part_1.o
#8 27.69   CC       UD_Types_part_2.o
#8 27.69   CC       UD_Types_part_3.o
#8 27.70   CC       UD_Types_part_4.o
#8 27.71   CC       UD_Types_part_5.o
#8 27.71   CC       UD_Types_part_6.o
#8 27.73   CC       UD_Types_part_7.o
#8 27.73   CC       IPA_Emulation.o
#8 27.73   CC       IPA_Emulation_part_1.o
#8 27.75   CC       IPA_Emulation_part_2.o
#8 27.75   CC       IPA_Emulation_part_3.o
#8 27.77   CC       IPA_Emulation_part_4.o
#8 27.77   CC       IPA_Emulation_part_5.o
#8 27.79   CC       IPA_Emulation_part_6.o
#8 27.79   CC       IPA_Emulation_part_7.o
#8 27.81   CC       IPA_CodecPort_CtrlFunctDef.o
#8 27.81   CC       IPL4asp_PT.o
#8 28.01   CC       IPL4asp_discovery.o
#8 28.02   CC       IuUP_EncDec.o
#8 28.15   CC       L1CTL_PortType_CtrlFunctDef.o
#8 28.79   CC       Native_FunctionDefs.o
#8 28.84   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 28.88   CC       RLCMAC_EncDec.o
#8 28.89   CC       RTP_CodecPort_CtrlFunctDef.o
#8 28.94   CC       RTP_EncDec.o
#8 28.95   CC       TCCConversion.o
#8 29.18   CC       TCCInterface.o
#8 29.55   CC       TELNETasp_PT.o
#8 29.73   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 29.78   CC       UD_PT.o
#8 29.85   CCLD     AMR_Types.so
#8 29.86   CCLD     AbisOML_Types.so
#8 29.94   CCLD     BTS_Tests.so
#8 29.95   CCLD     BTS_Tests_ASCI.so
#8 29.99   CCLD     BTS_Tests_LAPDm.so
#8 30.03   CCLD     BTS_Tests_OML.so
#8 30.06   CCLD     BTS_Tests_SMSCB.so
#8 30.07   CCLD     BTS_Tests_VAMOS.so
#8 30.13   CCLD     BTS_Tests_perf.so
#8 30.16   CCLD     GSM_RR_Types.so
#8 30.16   CCLD     GSM_RestOctets.so
#8 30.18   CCLD     GSM_SystemInformation.so
#8 30.27   CCLD     GSM_Types.so
#8 30.29   CCLD     General_Types.so
#8 30.31   CCLD     IPA_CodecPort.so
#8 30.36   CCLD     IPA_CodecPort_CtrlFunct.so
#8 30.39   CCLD     IPA_Testing.so
#8 30.40   CCLD     IPA_Types.so
#8 30.43   CCLD     IPL4asp_Functions.so
#8 30.47   CCLD     IPL4asp_PortType.so
#8 30.48   CCLD     IPL4asp_Types.so
#8 30.50   CCLD     IuUP_Emulation.so
#8 30.52   CCLD     IuUP_Types.so
#8 30.57   CCLD     L1CTL_PortType.so
#8 30.59   CCLD     L1CTL_PortType_CtrlFunct.so
#8 30.59   CCLD     L1CTL_Types.so
#8 30.60   CCLD     L3_Common.so
#8 30.61   CCLD     L3_Templates.so
#8 30.63   CCLD     LAPDm_RAW_PT.so
#8 30.70   CCLD     LAPDm_Types.so
#8 30.71   CCLD     Misc_Helpers.so
#8 30.72   CCLD     MobileL3_CC_Types.so
#8 30.72   CCLD     MobileL3_CommonIE_Types.so
#8 30.73   CCLD     MobileL3_GMM_SM_Types.so
#8 30.78   CCLD     MobileL3_MM_Types.so
#8 30.81   CCLD     MobileL3_RRM_Types.so
#8 30.81   CCLD     MobileL3_SMS_Types.so
#8 30.82   CCLD     MobileL3_SS_Types.so
#8 30.86   CCLD     MobileL3_Types.so
#8 30.88   CCLD     Native_Functions.so
#8 30.93   CCLD     OSMUX_CodecPort.so
#8 30.95   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 30.95   CCLD     OSMUX_Emulation.so
#8 30.97   CCLD     OSMUX_Types.so
#8 30.97   CCLD     Osmocom_CTRL_Adapter.so
#8 30.99   CCLD     Osmocom_CTRL_Functions.so
#8 31.01   CCLD     Osmocom_CTRL_Types.so
#8 31.04   CCLD     Osmocom_Types.so
#8 31.07   CCLD     Osmocom_VTY_Functions.so
#8 31.07   CCLD     PCUIF_CodecPort.so
#8 31.07   CCLD     PCUIF_Types.so
#8 31.08   CCLD     RLCMAC_CSN1_Templates.so
#8 31.09   CCLD     RLCMAC_CSN1_Types.so
#8 31.09   CCLD     RLCMAC_Templates.so
#8 31.14   CCLD     RLCMAC_Types.so
#8 31.15   CCLD     RSL_Emulation.so
#8 31.18   CCLD     RSL_Types.so
#8 31.18   CCLD     RTP_CodecPort.so
#8 31.21   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.21   CCLD     RTP_Emulation.so
#8 31.25   CCLD     RTP_Types.so
#8 31.29   CCLD     Socket_API_Definitions.so
#8 31.30   CCLD     TCCConversion_Functions.so
#8 31.32   CCLD     TCCInterface_Functions.so
#8 31.32   CCLD     TRXC_CodecPort.so
#8 31.32   CCLD     TELNETasp_PortType.so
#8 31.32   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.33   CCLD     TRXC_Types.so
#8 31.34   CCLD     UD_PortType.so
#8 31.36   CCLD     UD_Types.so
#8 31.36   CCLD     AMR_Types_part_1.so
#8 31.40   CCLD     AMR_Types_part_2.so
#8 31.41   CCLD     AMR_Types_part_3.so
#8 31.42   CCLD     AMR_Types_part_4.so
#8 31.43   CCLD     AMR_Types_part_5.so
#8 31.43   CCLD     AMR_Types_part_6.so
#8 31.44   CCLD     AMR_Types_part_7.so
#8 31.44   CCLD     AbisOML_Types_part_1.so
#8 31.45   CCLD     AbisOML_Types_part_2.so
#8 31.45   CCLD     AbisOML_Types_part_3.so
#8 31.46   CCLD     AbisOML_Types_part_4.so
#8 31.46   CCLD     AbisOML_Types_part_5.so
#8 31.46   CCLD     AbisOML_Types_part_6.so
#8 31.47   CCLD     AbisOML_Types_part_7.so
#8 31.48   CCLD     BTS_Tests_part_1.so
#8 31.48   CCLD     BTS_Tests_part_2.so
#8 31.48   CCLD     BTS_Tests_part_3.so
#8 31.48   CCLD     BTS_Tests_part_4.so
#8 31.49   CCLD     BTS_Tests_part_5.so
#8 31.49   CCLD     BTS_Tests_part_6.so
#8 31.49   CCLD     BTS_Tests_part_7.so
#8 31.51   CCLD     BTS_Tests_ASCI_part_1.so
#8 31.51   CCLD     BTS_Tests_ASCI_part_2.so
#8 31.51   CCLD     BTS_Tests_ASCI_part_3.so
#8 31.51   CCLD     BTS_Tests_ASCI_part_4.so
#8 31.52   CCLD     BTS_Tests_ASCI_part_5.so
#8 31.52   CCLD     BTS_Tests_ASCI_part_6.so
#8 31.53   CCLD     BTS_Tests_ASCI_part_7.so
#8 31.53   CCLD     BTS_Tests_LAPDm_part_1.so
#8 31.54   CCLD     BTS_Tests_LAPDm_part_2.so
#8 31.54   CCLD     BTS_Tests_LAPDm_part_3.so
#8 31.54   CCLD     BTS_Tests_LAPDm_part_4.so
#8 31.54   CCLD     BTS_Tests_LAPDm_part_5.so
#8 31.55   CCLD     BTS_Tests_LAPDm_part_6.so
#8 31.55   CCLD     BTS_Tests_LAPDm_part_7.so
#8 31.55   CCLD     BTS_Tests_OML_part_1.so
#8 31.56   CCLD     BTS_Tests_OML_part_2.so
#8 31.56   CCLD     BTS_Tests_OML_part_3.so
#8 31.56   CCLD     BTS_Tests_OML_part_4.so
#8 31.56   CCLD     BTS_Tests_OML_part_5.so
#8 31.57   CCLD     BTS_Tests_OML_part_6.so
#8 31.57   CCLD     BTS_Tests_OML_part_7.so
#8 31.57   CCLD     BTS_Tests_SMSCB_part_1.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_2.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_3.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_4.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_5.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_6.so
#8 31.58   CCLD     BTS_Tests_SMSCB_part_7.so
#8 31.59   CCLD     BTS_Tests_VAMOS_part_1.so
#8 31.59   CCLD     BTS_Tests_VAMOS_part_2.so
#8 31.59   CCLD     BTS_Tests_VAMOS_part_3.so
#8 31.59   CCLD     BTS_Tests_VAMOS_part_4.so
#8 31.61   CCLD     BTS_Tests_VAMOS_part_5.so
#8 31.61   CCLD     BTS_Tests_VAMOS_part_6.so
#8 31.61   CCLD     BTS_Tests_VAMOS_part_7.so
#8 31.61   CCLD     BTS_Tests_perf_part_1.so
#8 31.61   CCLD     BTS_Tests_perf_part_2.so
#8 31.63   CCLD     BTS_Tests_perf_part_3.so
#8 31.63   CCLD     BTS_Tests_perf_part_4.so
#8 31.63   CCLD     BTS_Tests_perf_part_5.so
#8 31.63   CCLD     BTS_Tests_perf_part_6.so
#8 31.63   CCLD     BTS_Tests_perf_part_7.so
#8 31.63   CCLD     GSM_RR_Types_part_1.so
#8 31.63   CCLD     GSM_RR_Types_part_2.so
#8 31.64   CCLD     GSM_RR_Types_part_3.so
#8 31.64   CCLD     GSM_RR_Types_part_4.so
#8 31.65   CCLD     GSM_RR_Types_part_5.so
#8 31.66   CCLD     GSM_RR_Types_part_6.so
#8 31.66   CCLD     GSM_RR_Types_part_7.so
#8 31.66   CCLD     GSM_RestOctets_part_1.so
#8 31.66   CCLD     GSM_RestOctets_part_2.so
#8 31.66   CCLD     GSM_RestOctets_part_3.so
#8 31.66   CCLD     GSM_RestOctets_part_4.so
#8 31.67   CCLD     GSM_RestOctets_part_5.so
#8 31.69   CCLD     GSM_RestOctets_part_6.so
#8 31.69   CCLD     GSM_RestOctets_part_7.so
#8 31.69   CCLD     GSM_SystemInformation_part_1.so
#8 31.69   CCLD     GSM_SystemInformation_part_2.so
#8 31.70   CCLD     GSM_SystemInformation_part_3.so
#8 31.70   CCLD     GSM_SystemInformation_part_4.so
#8 31.70   CCLD     GSM_SystemInformation_part_5.so
#8 31.72   CCLD     GSM_SystemInformation_part_6.so
#8 31.72   CCLD     GSM_SystemInformation_part_7.so
#8 31.72   CCLD     GSM_Types_part_1.so
#8 31.73   CCLD     GSM_Types_part_2.so
#8 31.73   CCLD     GSM_Types_part_3.so
#8 31.73   CCLD     GSM_Types_part_4.so
#8 31.74   CCLD     GSM_Types_part_5.so
#8 31.75   CCLD     GSM_Types_part_6.so
#8 31.75   CCLD     GSM_Types_part_7.so
#8 31.75   CCLD     General_Types_part_1.so
#8 31.75   CCLD     General_Types_part_2.so
#8 31.75   CCLD     General_Types_part_3.so
#8 31.76   CCLD     General_Types_part_4.so
#8 31.77   CCLD     General_Types_part_5.so
#8 31.77   CCLD     General_Types_part_6.so
#8 31.78   CCLD     General_Types_part_7.so
#8 31.78   CCLD     IPA_CodecPort_part_1.so
#8 31.78   CCLD     IPA_CodecPort_part_2.so
#8 31.78   CCLD     IPA_CodecPort_part_3.so
#8 31.78   CCLD     IPA_CodecPort_part_4.so
#8 31.79   CCLD     IPA_CodecPort_part_5.so
#8 31.80   CCLD     IPA_CodecPort_part_6.so
#8 31.80   CCLD     IPA_CodecPort_part_7.so
#8 31.80   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 31.81   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 31.81   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 31.81   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 31.81   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 31.81   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 31.82   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 31.83   CCLD     IPA_Testing_part_1.so
#8 31.83   CCLD     IPA_Testing_part_2.so
#8 31.83   CCLD     IPA_Testing_part_3.so
#8 31.83   CCLD     IPA_Testing_part_4.so
#8 31.83   CCLD     IPA_Testing_part_5.so
#8 31.83   CCLD     IPA_Testing_part_6.so
#8 31.83   CCLD     IPA_Testing_part_7.so
#8 31.83   CCLD     IPA_Types_part_1.so
#8 31.84   CCLD     IPA_Types_part_2.so
#8 31.85   CCLD     IPA_Types_part_3.so
#8 31.85   CCLD     IPA_Types_part_4.so
#8 31.85   CCLD     IPA_Types_part_5.so
#8 31.86   CCLD     IPA_Types_part_6.so
#8 31.86   CCLD     IPA_Types_part_7.so
#8 31.86   CCLD     IPL4asp_Functions_part_1.so
#8 31.86   CCLD     IPL4asp_Functions_part_2.so
#8 31.86   CCLD     IPL4asp_Functions_part_3.so
#8 31.86   CCLD     IPL4asp_Functions_part_4.so
#8 31.86   CCLD     IPL4asp_Functions_part_5.so
#8 31.87   CCLD     IPL4asp_Functions_part_6.so
#8 31.87   CCLD     IPL4asp_Functions_part_7.so
#8 31.87   CCLD     IPL4asp_PortType_part_1.so
#8 31.88   CCLD     IPL4asp_PortType_part_2.so
#8 31.88   CCLD     IPL4asp_PortType_part_3.so
#8 31.88   CCLD     IPL4asp_PortType_part_4.so
#8 31.88   CCLD     IPL4asp_PortType_part_5.so
#8 31.89   CCLD     IPL4asp_PortType_part_6.so
#8 31.89   CCLD     IPL4asp_PortType_part_7.so
#8 31.89   CCLD     IPL4asp_Types_part_1.so
#8 31.89   CCLD     IPL4asp_Types_part_2.so
#8 31.89   CCLD     IPL4asp_Types_part_3.so
#8 31.90   CCLD     IPL4asp_Types_part_4.so
#8 31.90   CCLD     IPL4asp_Types_part_5.so
#8 31.90   CCLD     IPL4asp_Types_part_6.so
#8 31.90   CCLD     IPL4asp_Types_part_7.so
#8 31.91   CCLD     IuUP_Emulation_part_1.so
#8 31.91   CCLD     IuUP_Emulation_part_2.so
#8 31.91   CCLD     IuUP_Emulation_part_3.so
#8 31.92   CCLD     IuUP_Emulation_part_4.so
#8 31.92   CCLD     IuUP_Emulation_part_5.so
#8 31.92   CCLD     IuUP_Emulation_part_6.so
#8 31.92   CCLD     IuUP_Emulation_part_7.so
#8 31.93   CCLD     IuUP_Types_part_1.so
#8 31.93   CCLD     IuUP_Types_part_2.so
#8 31.93   CCLD     IuUP_Types_part_3.so
#8 31.93   CCLD     IuUP_Types_part_4.so
#8 31.93   CCLD     IuUP_Types_part_5.so
#8 31.94   CCLD     IuUP_Types_part_6.so
#8 31.94   CCLD     IuUP_Types_part_7.so
#8 31.94   CCLD     L1CTL_PortType_part_1.so
#8 31.94   CCLD     L1CTL_PortType_part_2.so
#8 31.95   CCLD     L1CTL_PortType_part_3.so
#8 31.95   CCLD     L1CTL_PortType_part_4.so
#8 31.95   CCLD     L1CTL_PortType_part_5.so
#8 31.95   CCLD     L1CTL_PortType_part_6.so
#8 31.96   CCLD     L1CTL_PortType_part_7.so
#8 31.96   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 31.96   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 31.96   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 31.97   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 31.97   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 31.97   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 31.97   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 31.98   CCLD     L1CTL_Types_part_1.so
#8 31.98   CCLD     L1CTL_Types_part_2.so
#8 31.98   CCLD     L1CTL_Types_part_3.so
#8 31.98   CCLD     L1CTL_Types_part_4.so
#8 31.99   CCLD     L1CTL_Types_part_5.so
#8 31.99   CCLD     L1CTL_Types_part_6.so
#8 31.99   CCLD     L1CTL_Types_part_7.so
#8 32.00   CCLD     L3_Common_part_1.so
#8 32.00   CCLD     L3_Common_part_2.so
#8 32.00   CCLD     L3_Common_part_3.so
#8 32.00   CCLD     L3_Common_part_4.so
#8 32.01   CCLD     L3_Common_part_5.so
#8 32.01   CCLD     L3_Common_part_6.so
#8 32.01   CCLD     L3_Common_part_7.so
#8 32.01   CCLD     L3_Templates_part_1.so
#8 32.02   CCLD     L3_Templates_part_2.so
#8 32.02   CCLD     L3_Templates_part_3.so
#8 32.02   CCLD     L3_Templates_part_4.so
#8 32.03   CCLD     L3_Templates_part_5.so
#8 32.03   CCLD     L3_Templates_part_6.so
#8 32.03   CCLD     L3_Templates_part_7.so
#8 32.03   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.04   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.04   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.04   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.04   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.04   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.05   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.07   CCLD     LAPDm_Types_part_1.so
#8 32.07   CCLD     LAPDm_Types_part_2.so
#8 32.07   CCLD     LAPDm_Types_part_3.so
#8 32.07   CCLD     LAPDm_Types_part_4.so
#8 32.07   CCLD     LAPDm_Types_part_5.so
#8 32.07   CCLD     LAPDm_Types_part_6.so
#8 32.07   CCLD     LAPDm_Types_part_7.so
#8 32.07   CCLD     Misc_Helpers_part_1.so
#8 32.07   CCLD     Misc_Helpers_part_2.so
#8 32.07   CCLD     Misc_Helpers_part_3.so
#8 32.09   CCLD     Misc_Helpers_part_4.so
#8 32.10   CCLD     Misc_Helpers_part_5.so
#8 32.10   CCLD     Misc_Helpers_part_6.so
#8 32.10   CCLD     Misc_Helpers_part_7.so
#8 32.10   CCLD     MobileL3_CC_Types_part_1.so
#8 32.10   CCLD     MobileL3_CC_Types_part_2.so
#8 32.10   CCLD     MobileL3_CC_Types_part_3.so
#8 32.10   CCLD     MobileL3_CC_Types_part_4.so
#8 32.10   CCLD     MobileL3_CC_Types_part_5.so
#8 32.10   CCLD     MobileL3_CC_Types_part_6.so
#8 32.10   CCLD     MobileL3_CC_Types_part_7.so
#8 32.12   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.13   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.15   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.15   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.15   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.15   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.15   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.16   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.16   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.16   CCLD     MobileL3_MM_Types_part_1.so
#8 32.28   CCLD     MobileL3_MM_Types_part_2.so
#8 32.31   CCLD     MobileL3_MM_Types_part_3.so
#8 32.31   CCLD     MobileL3_MM_Types_part_4.so
#8 32.32   CCLD     MobileL3_MM_Types_part_5.so
#8 32.32   CCLD     MobileL3_MM_Types_part_6.so
#8 32.33   CCLD     MobileL3_MM_Types_part_7.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.34   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.35   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.35   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.37   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.38   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.38   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.38   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.38   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.38   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.38   CCLD     MobileL3_SS_Types_part_1.so
#8 32.38   CCLD     MobileL3_SS_Types_part_2.so
#8 32.41   CCLD     MobileL3_SS_Types_part_3.so
#8 32.41   CCLD     MobileL3_SS_Types_part_4.so
#8 32.42   CCLD     MobileL3_SS_Types_part_5.so
#8 32.42   CCLD     MobileL3_SS_Types_part_6.so
#8 32.42   CCLD     MobileL3_SS_Types_part_7.so
#8 32.42   CCLD     MobileL3_Types_part_1.so
#8 32.42   CCLD     MobileL3_Types_part_2.so
#8 32.43   CCLD     MobileL3_Types_part_3.so
#8 32.44   CCLD     MobileL3_Types_part_4.so
#8 32.44   CCLD     MobileL3_Types_part_5.so
#8 32.45   CCLD     MobileL3_Types_part_6.so
#8 32.45   CCLD     MobileL3_Types_part_7.so
#8 32.45   CCLD     Native_Functions_part_1.so
#8 32.45   CCLD     Native_Functions_part_2.so
#8 32.46   CCLD     Native_Functions_part_3.so
#8 32.47   CCLD     Native_Functions_part_4.so
#8 32.47   CCLD     Native_Functions_part_5.so
#8 32.47   CCLD     Native_Functions_part_6.so
#8 32.48   CCLD     Native_Functions_part_7.so
#8 32.48   CCLD     OSMUX_CodecPort_part_1.so
#8 32.48   CCLD     OSMUX_CodecPort_part_2.so
#8 32.49   CCLD     OSMUX_CodecPort_part_3.so
#8 32.50   CCLD     OSMUX_CodecPort_part_4.so
#8 32.50   CCLD     OSMUX_CodecPort_part_5.so
#8 32.50   CCLD     OSMUX_CodecPort_part_7.so
#8 32.50   CCLD     OSMUX_CodecPort_part_6.so
#8 32.50   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.50   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.52   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.53   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.53   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.53   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.53   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.53   CCLD     OSMUX_Emulation_part_1.so
#8 32.53   CCLD     OSMUX_Emulation_part_2.so
#8 32.54   CCLD     OSMUX_Emulation_part_3.so
#8 32.54   CCLD     OSMUX_Emulation_part_4.so
#8 32.54   CCLD     OSMUX_Emulation_part_5.so
#8 32.54   CCLD     OSMUX_Emulation_part_6.so
#8 32.55   CCLD     OSMUX_Emulation_part_7.so
#8 32.56   CCLD     OSMUX_Types_part_1.so
#8 32.56   CCLD     OSMUX_Types_part_2.so
#8 32.56   CCLD     OSMUX_Types_part_3.so
#8 32.56   CCLD     OSMUX_Types_part_4.so
#8 32.56   CCLD     OSMUX_Types_part_6.so
#8 32.56   CCLD     OSMUX_Types_part_5.so
#8 32.56   CCLD     OSMUX_Types_part_7.so
#8 32.56   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 32.57   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 32.57   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 32.57   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 32.58   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 32.58   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 32.59   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 32.59   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 32.59   CCLD     Osmocom_CTRL_Types_part_1.so
#8 32.60   CCLD     Osmocom_CTRL_Types_part_2.so
#8 32.60   CCLD     Osmocom_CTRL_Types_part_3.so
#8 32.61   CCLD     Osmocom_CTRL_Types_part_4.so
#8 32.61   CCLD     Osmocom_CTRL_Types_part_5.so
#8 32.62   CCLD     Osmocom_CTRL_Types_part_6.so
#8 32.62   CCLD     Osmocom_CTRL_Types_part_7.so
#8 32.62   CCLD     Osmocom_Types_part_1.so
#8 32.62   CCLD     Osmocom_Types_part_2.so
#8 32.62   CCLD     Osmocom_Types_part_3.so
#8 32.62   CCLD     Osmocom_Types_part_4.so
#8 32.62   CCLD     Osmocom_Types_part_5.so
#8 32.62   CCLD     Osmocom_Types_part_6.so
#8 32.64   CCLD     Osmocom_Types_part_7.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_1.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_2.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_3.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_4.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_5.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_6.so
#8 32.64   CCLD     Osmocom_VTY_Functions_part_7.so
#8 32.64   CCLD     PCUIF_CodecPort_part_1.so
#8 32.65   CCLD     PCUIF_CodecPort_part_2.so
#8 32.65   CCLD     PCUIF_CodecPort_part_3.so
#8 32.65   CCLD     PCUIF_CodecPort_part_4.so
#8 32.65   CCLD     PCUIF_CodecPort_part_5.so
#8 32.65   CCLD     PCUIF_CodecPort_part_6.so
#8 32.66   CCLD     PCUIF_CodecPort_part_7.so
#8 32.67   CCLD     PCUIF_Types_part_1.so
#8 32.67   CCLD     PCUIF_Types_part_2.so
#8 32.67   CCLD     PCUIF_Types_part_3.so
#8 32.67   CCLD     PCUIF_Types_part_4.so
#8 32.67   CCLD     PCUIF_Types_part_5.so
#8 32.67   CCLD     PCUIF_Types_part_6.so
#8 32.68   CCLD     PCUIF_Types_part_7.so
#8 32.68   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 32.68   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 32.69   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 32.69   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 32.69   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 32.69   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 32.71   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 32.71   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 32.71   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 32.71   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 32.71   CCLD     RLCMAC_Templates_part_1.so
#8 32.71   CCLD     RLCMAC_Templates_part_2.so
#8 32.71   CCLD     RLCMAC_Templates_part_3.so
#8 32.71   CCLD     RLCMAC_Templates_part_4.so
#8 32.71   CCLD     RLCMAC_Templates_part_5.so
#8 32.72   CCLD     RLCMAC_Templates_part_6.so
#8 32.72   CCLD     RLCMAC_Templates_part_7.so
#8 32.72   CCLD     RLCMAC_Types_part_1.so
#8 32.75   CCLD     RLCMAC_Types_part_2.so
#8 32.75   CCLD     RLCMAC_Types_part_3.so
#8 32.75   CCLD     RLCMAC_Types_part_4.so
#8 32.75   CCLD     RLCMAC_Types_part_5.so
#8 32.75   CCLD     RLCMAC_Types_part_6.so
#8 32.75   CCLD     RLCMAC_Types_part_7.so
#8 32.75   CCLD     RSL_Emulation_part_1.so
#8 32.75   CCLD     RSL_Emulation_part_2.so
#8 32.75   CCLD     RSL_Emulation_part_3.so
#8 32.75   CCLD     RSL_Emulation_part_4.so
#8 32.75   CCLD     RSL_Emulation_part_5.so
#8 32.78   CCLD     RSL_Emulation_part_6.so
#8 32.78   CCLD     RSL_Emulation_part_7.so
#8 32.78   CCLD     RSL_Types_part_2.so
#8 32.78   CCLD     RSL_Types_part_3.so
#8 32.78   CCLD     RSL_Types_part_4.so
#8 32.78   CCLD     RSL_Types_part_5.so
#8 32.78   CCLD     RSL_Types_part_6.so
#8 32.78   CCLD     RSL_Types_part_7.so
#8 32.79   CCLD     RTP_CodecPort_part_1.so
#8 32.80   CCLD     RTP_CodecPort_part_2.so
#8 32.80   CCLD     RTP_CodecPort_part_3.so
#8 32.80   CCLD     RTP_CodecPort_part_4.so
#8 32.80   CCLD     RTP_CodecPort_part_5.so
#8 32.80   CCLD     RTP_CodecPort_part_6.so
#8 32.80   CCLD     RTP_CodecPort_part_7.so
#8 32.80   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 32.81   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 32.81   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 32.81   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 32.83   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 32.83   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 32.83   CCLD     RTP_Emulation_part_1.so
#8 32.83   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 32.83   CCLD     RTP_Emulation_part_2.so
#8 32.83   CCLD     RTP_Emulation_part_3.so
#8 32.83   CCLD     RTP_Emulation_part_4.so
#8 32.83   CCLD     RTP_Emulation_part_5.so
#8 32.83   CCLD     RTP_Emulation_part_6.so
#8 32.83   CCLD     RTP_Emulation_part_7.so
#8 32.84   CCLD     RTP_Types_part_1.so
#8 32.84   CCLD     RTP_Types_part_2.so
#8 32.84   CCLD     RTP_Types_part_3.so
#8 32.87   CCLD     RTP_Types_part_4.so
#8 32.87   CCLD     RTP_Types_part_5.so
#8 32.87   CCLD     RTP_Types_part_6.so
#8 32.87   CCLD     RTP_Types_part_7.so
#8 32.87   CCLD     Socket_API_Definitions_part_1.so
#8 32.87   CCLD     Socket_API_Definitions_part_2.so
#8 32.87   CCLD     Socket_API_Definitions_part_3.so
#8 32.87   CCLD     Socket_API_Definitions_part_4.so
#8 32.87   CCLD     Socket_API_Definitions_part_5.so
#8 32.87   CCLD     Socket_API_Definitions_part_6.so
#8 32.87   CCLD     Socket_API_Definitions_part_7.so
#8 32.87   CCLD     TCCConversion_Functions_part_1.so
#8 32.89   CCLD     TCCConversion_Functions_part_2.so
#8 32.91   CCLD     TCCConversion_Functions_part_3.so
#8 32.91   CCLD     TCCConversion_Functions_part_4.so
#8 32.91   CCLD     TCCConversion_Functions_part_5.so
#8 32.91   CCLD     TCCConversion_Functions_part_6.so
#8 32.91   CCLD     TCCConversion_Functions_part_7.so
#8 32.91   CCLD     TCCInterface_Functions_part_1.so
#8 32.91   CCLD     TCCInterface_Functions_part_2.so
#8 32.91   CCLD     TCCInterface_Functions_part_3.so
#8 32.91   CCLD     TCCInterface_Functions_part_4.so
#8 32.91   CCLD     TCCInterface_Functions_part_5.so
#8 32.93   CCLD     TCCInterface_Functions_part_6.so
#8 32.94   CCLD     TCCInterface_Functions_part_7.so
#8 32.94   CCLD     TELNETasp_PortType_part_1.so
#8 32.94   CCLD     TELNETasp_PortType_part_2.so
#8 32.94   CCLD     TELNETasp_PortType_part_3.so
#8 32.94   CCLD     TELNETasp_PortType_part_4.so
#8 32.94   CCLD     TELNETasp_PortType_part_5.so
#8 32.94   CCLD     TELNETasp_PortType_part_6.so
#8 32.94   CCLD     TELNETasp_PortType_part_7.so
#8 32.94   CCLD     TRXC_CodecPort_part_1.so
#8 32.94   CCLD     TRXC_CodecPort_part_2.so
#8 32.94   CCLD     TRXC_CodecPort_part_3.so
#8 32.94   CCLD     TRXC_CodecPort_part_4.so
#8 32.95   CCLD     TRXC_CodecPort_part_5.so
#8 32.96   CCLD     TRXC_CodecPort_part_6.so
#8 32.96   CCLD     TRXC_CodecPort_part_7.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 32.96   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 32.97   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 32.98   CCLD     TRXC_Types_part_1.so
#8 32.98   CCLD     TRXC_Types_part_2.so
#8 32.98   CCLD     TRXC_Types_part_3.so
#8 32.99   CCLD     TRXC_Types_part_4.so
#8 32.99   CCLD     TRXC_Types_part_5.so
#8 32.99   CCLD     TRXC_Types_part_6.so
#8 32.99   CCLD     TRXC_Types_part_7.so
#8 32.99   CCLD     UD_PortType_part_1.so
#8 32.99   CCLD     UD_PortType_part_2.so
#8 32.99   CCLD     UD_PortType_part_3.so
#8 32.99   CCLD     UD_PortType_part_4.so
#8 32.99   CCLD     UD_PortType_part_5.so
#8 32.99   CCLD     UD_PortType_part_6.so
#8 33.02   CCLD     UD_PortType_part_7.so
#8 33.02   CCLD     UD_Types_part_1.so
#8 33.02   CCLD     UD_Types_part_2.so
#8 33.02   CCLD     UD_Types_part_3.so
#8 33.02   CCLD     UD_Types_part_4.so
#8 33.02   CCLD     UD_Types_part_5.so
#8 33.02   CCLD     UD_Types_part_6.so
#8 33.02   CCLD     UD_Types_part_7.so
#8 33.02   CCLD     IPA_Emulation_part_1.so
#8 33.02   CCLD     IPA_Emulation_part_2.so
#8 33.02   CCLD     IPA_Emulation_part_3.so
#8 33.02   CCLD     IPA_Emulation_part_4.so
#8 33.05   CCLD     IPA_Emulation_part_5.so
#8 33.05   CCLD     IPA_Emulation_part_6.so
#8 33.05   CCLD     IPA_Emulation_part_7.so
#8 33.05   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.05   CCLD     IPL4asp_PT.so
#8 33.05   CCLD     IPL4asp_discovery.so
#8 33.05   CCLD     IuUP_EncDec.so
#8 33.05   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.05   CCLD     Native_FunctionDefs.so
#8 33.05   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.05   CCLD     RLCMAC_EncDec.so
#8 33.05   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.05   CCLD     RTP_EncDec.so
#8 33.07   CCLD     TCCConversion.so
#8 33.07   CCLD     TCCInterface.so
#8 33.07   CCLD     TELNETasp_PT.so
#8 33.07   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.08   CCLD     UD_PT.so
#8 33.39   CCLD     IPA_Emulation.so
#8 33.51   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 33.52   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 33.62   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 33.70   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.78   CCLD     RSL_Types_part_1.so
#8 34.82   CCLD     BTS_Tests
#8 35.14 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.5s

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

 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]
e3c34559f5b8: Preparing
c6adc43112af: Preparing
718790f03387: Preparing
a72ec9cd1f54: Preparing
b17d6b96c02c: Preparing
0fabf8e8b9fc: Preparing
447be9413c98: Preparing
d9f942637a98: Preparing
b488ac9b2f8f: Preparing
84df32dda8cd: Preparing
17954484b10f: Preparing
841d06ef6c16: Preparing
f72c6d52cd37: Preparing
57c142f65d3f: Preparing
fd61932795c5: Preparing
0fabf8e8b9fc: Waiting
1796ee384a32: Preparing
54c4f12e38d9: Preparing
c301583c2414: Preparing
447be9413c98: Waiting
2f7436e79a0b: Preparing
d9f942637a98: Waiting
f72c6d52cd37: Waiting
b488ac9b2f8f: Waiting
84df32dda8cd: Waiting
57c142f65d3f: Waiting
17954484b10f: Waiting
fd61932795c5: Waiting
841d06ef6c16: Waiting
2f7436e79a0b: Waiting
1796ee384a32: Waiting
54c4f12e38d9: Waiting
c301583c2414: Waiting
b17d6b96c02c: Layer already exists
a72ec9cd1f54: Layer already exists
0fabf8e8b9fc: Layer already exists
447be9413c98: Layer already exists
d9f942637a98: Layer already exists
b488ac9b2f8f: Layer already exists
17954484b10f: Layer already exists
84df32dda8cd: Layer already exists
841d06ef6c16: Layer already exists
f72c6d52cd37: Layer already exists
fd61932795c5: Layer already exists
57c142f65d3f: Layer already exists
718790f03387: Pushed
54c4f12e38d9: Layer already exists
e3c34559f5b8: Pushed
1796ee384a32: Layer already exists
2f7436e79a0b: Layer already exists
c301583c2414: Layer already exists
c6adc43112af: Pushed
latest: digest: sha256:ccb152fcb7a6ce2e310cf4d932b9692e34833b80b92bf54ad2b782e9785a4baa size: 4289
Finished: SUCCESS