#8 1.479 --output-indicator-new <char>
#8 1.479 specify the character to indicate a new line instead of '+'
#8 1.479 --output-indicator-old <char>
#8 1.479 specify the character to indicate an old line instead of '-'
#8 1.479 --output-indicator-context <char>
#8 1.479 specify the character to indicate a context instead of ' '
#8 1.479
#8 1.479 Diff rename options
#8 1.479 -B, --break-rewrites[=<n>[/<m>]]
#8 1.479 break complete rewrite changes into pairs of delete and create
#8 1.479 -M, --find-renames[=<n>]
#8 1.479 detect renames
#8 1.479 -D, --irreversible-delete
#8 1.479 omit the preimage for deletes
#8 1.479 -C, --find-copies[=<n>]
#8 1.479 detect copies
#8 1.479 --find-copies-harder use unmodified files as source to find copies
#8 1.479 --no-renames disable rename detection
#8 1.479 --rename-empty use empty blobs as rename source
#8 1.479 --follow continue listing the history of a file beyond renames
#8 1.479 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.479
#8 1.479 Diff algorithm options
#8 1.479 --minimal produce the smallest possible diff
#8 1.479 -w, --ignore-all-space
#8 1.479 ignore whitespace when comparing lines
#8 1.479 -b, --ignore-space-change
#8 1.479 ignore changes in amount of whitespace
#8 1.479 --ignore-space-at-eol
#8 1.479 ignore changes in whitespace at EOL
#8 1.479 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.479 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.479 -I, --ignore-matching-lines <regex>
#8 1.479 ignore changes whose all lines match <regex>
#8 1.479 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.479 --patience generate diff using the "patience diff" algorithm
#8 1.479 --histogram generate diff using the "histogram diff" algorithm
#8 1.479 --diff-algorithm <algorithm>
#8 1.479 choose a diff algorithm
#8 1.479 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.479 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.479 --word-diff-regex <regex>
#8 1.479 use <regex> to decide what a word is
#8 1.479 --color-words[=<regex>]
#8 1.479 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.479 --color-moved[=<mode>]
#8 1.479 moved lines of code are colored differently
#8 1.479 --color-moved-ws <mode>
#8 1.479 how white spaces are ignored in --color-moved
#8 1.479
#8 1.479 Other diff options
#8 1.479 --relative[=<prefix>]
#8 1.479 when run from subdir, exclude changes outside and show relative paths
#8 1.479 -a, --text treat all files as text
#8 1.479 -R swap two inputs, reverse the diff
#8 1.479 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.479 --quiet disable all output of the program
#8 1.479 --ext-diff allow an external diff helper to be executed
#8 1.479 --textconv run external text conversion filters when comparing binary files
#8 1.479 --ignore-submodules[=<when>]
#8 1.479 ignore changes to submodules in the diff generation
#8 1.479 --submodule[=<format>]
#8 1.479 specify how differences in submodules are shown
#8 1.479 --ita-invisible-in-index
#8 1.479 hide 'git add -N' entries from the index
#8 1.479 --ita-visible-in-index
#8 1.479 treat 'git add -N' entries as real in the index
#8 1.479 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.479 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.479 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.479 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.479 -O <file> control the order in which files appear in the output
#8 1.479 --rotate-to <path> show the change in the specified path first
#8 1.479 --skip-to <path> skip the output to the specified path
#8 1.479 --find-object <object-id>
#8 1.479 look for differences that change the number of occurrences of the specified object
#8 1.479 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.479 select files by diff type
#8 1.479 --output <file> output to a specific file
#8 1.479
#8 1.484 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.484 To add an exception for this directory, call:
#8 1.484
#8 1.484 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.490 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.490 To add an exception for this directory, call:
#8 1.490
#8 1.490 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.494 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.494 usage: git diff --no-index [<options>] <path> <path>
#8 1.494
#8 1.494 Diff output format options
#8 1.494 -p, --patch generate patch
#8 1.494 -s, --no-patch suppress diff output
#8 1.494 -u generate patch
#8 1.494 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.494 -W, --function-context
#8 1.494 generate diffs with <n> lines context
#8 1.494 --raw generate the diff in raw format
#8 1.494 --patch-with-raw synonym for '-p --raw'
#8 1.494 --patch-with-stat synonym for '-p --stat'
#8 1.494 --numstat machine friendly --stat
#8 1.494 --shortstat output only the last line of --stat
#8 1.494 -X, --dirstat[=<param1,param2>...]
#8 1.494 output the distribution of relative amount of changes for each sub-directory
#8 1.494 --cumulative synonym for --dirstat=cumulative
#8 1.494 --dirstat-by-file[=<param1,param2>...]
#8 1.494 synonym for --dirstat=files,param1,param2...
#8 1.494 --check warn if changes introduce conflict markers or whitespace errors
#8 1.494 --summary condensed summary such as creations, renames and mode changes
#8 1.494 --name-only show only names of changed files
#8 1.494 --name-status show only names and status of changed files
#8 1.494 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.494 generate diffstat
#8 1.494 --stat-width <width> generate diffstat with a given width
#8 1.494 --stat-name-width <width>
#8 1.494 generate diffstat with a given name width
#8 1.494 --stat-graph-width <width>
#8 1.494 generate diffstat with a given graph width
#8 1.494 --stat-count <count> generate diffstat with limited lines
#8 1.494 --compact-summary generate compact summary in diffstat
#8 1.494 --binary output a binary diff that can be applied
#8 1.494 --full-index show full pre- and post-image object names on the "index" lines
#8 1.494 --color[=<when>] show colored diff
#8 1.494 --ws-error-highlight <kind>
#8 1.494 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.494 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.494 --abbrev[=<n>] use <n> digits to display object names
#8 1.494 --src-prefix <prefix>
#8 1.494 show the given source prefix instead of "a/"
#8 1.494 --dst-prefix <prefix>
#8 1.494 show the given destination prefix instead of "b/"
#8 1.494 --line-prefix <prefix>
#8 1.494 prepend an additional prefix to every line of output
#8 1.494 --no-prefix do not show any source or destination prefix
#8 1.495 --inter-hunk-context <n>
#8 1.495 show context between diff hunks up to the specified number of lines
#8 1.495 --output-indicator-new <char>
#8 1.495 specify the character to indicate a new line instead of '+'
#8 1.495 --output-indicator-old <char>
#8 1.495 specify the character to indicate an old line instead of '-'
#8 1.495 --output-indicator-context <char>
#8 1.495 specify the character to indicate a context instead of ' '
#8 1.495
#8 1.495 Diff rename options
#8 1.495 -B, --break-rewrites[=<n>[/<m>]]
#8 1.495 break complete rewrite changes into pairs of delete and create
#8 1.495 -M, --find-renames[=<n>]
#8 1.495 detect renames
#8 1.495 -D, --irreversible-delete
#8 1.495 omit the preimage for deletes
#8 1.495 -C, --find-copies[=<n>]
#8 1.495 detect copies
#8 1.495 --find-copies-harder use unmodified files as source to find copies
#8 1.495 --no-renames disable rename detection
#8 1.495 --rename-empty use empty blobs as rename source
#8 1.495 --follow continue listing the history of a file beyond renames
#8 1.495 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.495
#8 1.495 Diff algorithm options
#8 1.495 --minimal produce the smallest possible diff
#8 1.495 -w, --ignore-all-space
#8 1.495 ignore whitespace when comparing lines
#8 1.495 -b, --ignore-space-change
#8 1.495 ignore changes in amount of whitespace
#8 1.495 --ignore-space-at-eol
#8 1.495 ignore changes in whitespace at EOL
#8 1.495 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.495 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.495 -I, --ignore-matching-lines <regex>
#8 1.495 ignore changes whose all lines match <regex>
#8 1.495 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.495 --patience generate diff using the "patience diff" algorithm
#8 1.495 --histogram generate diff using the "histogram diff" algorithm
#8 1.495 --diff-algorithm <algorithm>
#8 1.495 choose a diff algorithm
#8 1.495 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.495 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.495 --word-diff-regex <regex>
#8 1.495 use <regex> to decide what a word is
#8 1.495 --color-words[=<regex>]
#8 1.495 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.495 --color-moved[=<mode>]
#8 1.495 moved lines of code are colored differently
#8 1.495 --color-moved-ws <mode>
#8 1.495 how white spaces are ignored in --color-moved
#8 1.495
#8 1.495 Other diff options
#8 1.495 --relative[=<prefix>]
#8 1.495 when run from subdir, exclude changes outside and show relative paths
#8 1.495 -a, --text treat all files as text
#8 1.495 -R swap two inputs, reverse the diff
#8 1.495 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.495 --quiet disable all output of the program
#8 1.495 --ext-diff allow an external diff helper to be executed
#8 1.495 --textconv run external text conversion filters when comparing binary files
#8 1.495 --ignore-submodules[=<when>]
#8 1.495 ignore changes to submodules in the diff generation
#8 1.495 --submodule[=<format>]
#8 1.495 specify how differences in submodules are shown
#8 1.495 --ita-invisible-in-index
#8 1.495 hide 'git add -N' entries from the index
#8 1.495 --ita-visible-in-index
#8 1.495 treat 'git add -N' entries as real in the index
#8 1.495 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.495 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.495 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.495 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.495 -O <file> control the order in which files appear in the output
#8 1.495 --rotate-to <path> show the change in the specified path first
#8 1.495 --skip-to <path> skip the output to the specified path
#8 1.495 --find-object <object-id>
#8 1.495 look for differences that change the number of occurrences of the specified object
#8 1.495 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.495 select files by diff type
#8 1.495 --output <file> output to a specific file
#8 1.495
#8 1.499 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.499 To add an exception for this directory, call:
#8 1.499
#8 1.499 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.505 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.505 To add an exception for this directory, call:
#8 1.505
#8 1.505 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.510 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.510 usage: git diff --no-index [<options>] <path> <path>
#8 1.510
#8 1.510 Diff output format options
#8 1.510 -p, --patch generate patch
#8 1.510 -s, --no-patch suppress diff output
#8 1.510 -u generate patch
#8 1.510 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.510 -W, --function-context
#8 1.510 generate diffs with <n> lines context
#8 1.510 --raw generate the diff in raw format
#8 1.510 --patch-with-raw synonym for '-p --raw'
#8 1.510 --patch-with-stat synonym for '-p --stat'
#8 1.510 --numstat machine friendly --stat
#8 1.510 --shortstat output only the last line of --stat
#8 1.510 -X, --dirstat[=<param1,param2>...]
#8 1.510 output the distribution of relative amount of changes for each sub-directory
#8 1.510 --cumulative synonym for --dirstat=cumulative
#8 1.510 --dirstat-by-file[=<param1,param2>...]
#8 1.510 synonym for --dirstat=files,param1,param2...
#8 1.510 --check warn if changes introduce conflict markers or whitespace errors
#8 1.510 --summary condensed summary such as creations, renames and mode changes
#8 1.510 --name-only show only names of changed files
#8 1.510 --name-status show only names and status of changed files
#8 1.510 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.510 generate diffstat
#8 1.510 --stat-width <width> generate diffstat with a given width
#8 1.510 --stat-name-width <width>
#8 1.510 generate diffstat with a given name width
#8 1.510 --stat-graph-width <width>
#8 1.510 generate diffstat with a given graph width
#8 1.510 --stat-count <count> generate diffstat with limited lines
#8 1.510 --compact-summary generate compact summary in diffstat
#8 1.510 --binary output a binary diff that can be applied
#8 1.510 --full-index show full pre- and post-image object names on the "index" lines
#8 1.510 --color[=<when>] show colored diff
#8 1.510 --ws-error-highlight <kind>
#8 1.510 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.510 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.510 --abbrev[=<n>] use <n> digits to display object names
#8 1.510 --src-prefix <prefix>
#8 1.510 show the given source prefix instead of "a/"
#8 1.510 --dst-prefix <prefix>
#8 1.510 show the given destination prefix instead of "b/"
#8 1.510 --line-prefix <prefix>
#8 1.510 prepend an additional prefix to every line of output
#8 1.510 --no-prefix do not show any source or destination prefix
#8 1.510 --inter-hunk-context <n>
#8 1.510 show context between diff hunks up to the specified number of lines
#8 1.510 --output-indicator-new <char>
#8 1.510 specify the character to indicate a new line instead of '+'
#8 1.510 --output-indicator-old <char>
#8 1.510 specify the character to indicate an old line instead of '-'
#8 1.510 --output-indicator-context <char>
#8 1.510 specify the character to indicate a context instead of ' '
#8 1.510
#8 1.510 Diff rename options
#8 1.510 -B, --break-rewrites[=<n>[/<m>]]
#8 1.510 break complete rewrite changes into pairs of delete and create
#8 1.510 -M, --find-renames[=<n>]
#8 1.510 detect renames
#8 1.510 -D, --irreversible-delete
#8 1.510 omit the preimage for deletes
#8 1.510 -C, --find-copies[=<n>]
#8 1.510 detect copies
#8 1.510 --find-copies-harder use unmodified files as source to find copies
#8 1.510 --no-renames disable rename detection
#8 1.510 --rename-empty use empty blobs as rename source
#8 1.510 --follow continue listing the history of a file beyond renames
#8 1.510 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.510
#8 1.510 Diff algorithm options
#8 1.510 --minimal produce the smallest possible diff
#8 1.510 -w, --ignore-all-space
#8 1.510 ignore whitespace when comparing lines
#8 1.510 -b, --ignore-space-change
#8 1.510 ignore changes in amount of whitespace
#8 1.510 --ignore-space-at-eol
#8 1.510 ignore changes in whitespace at EOL
#8 1.510 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.510 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.510 -I, --ignore-matching-lines <regex>
#8 1.510 ignore changes whose all lines match <regex>
#8 1.510 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.510 --patience generate diff using the "patience diff" algorithm
#8 1.510 --histogram generate diff using the "histogram diff" algorithm
#8 1.510 --diff-algorithm <algorithm>
#8 1.510 choose a diff algorithm
#8 1.510 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.510 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.510 --word-diff-regex <regex>
#8 1.510 use <regex> to decide what a word is
#8 1.510 --color-words[=<regex>]
#8 1.510 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.510 --color-moved[=<mode>]
#8 1.510 moved lines of code are colored differently
#8 1.510 --color-moved-ws <mode>
#8 1.510 how white spaces are ignored in --color-moved
#8 1.510
#8 1.510 Other diff options
#8 1.510 --relative[=<prefix>]
#8 1.510 when run from subdir, exclude changes outside and show relative paths
#8 1.510 -a, --text treat all files as text
#8 1.510 -R swap two inputs, reverse the diff
#8 1.510 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.510 --quiet disable all output of the program
#8 1.510 --ext-diff allow an external diff helper to be executed
#8 1.510 --textconv run external text conversion filters when comparing binary files
#8 1.510 --ignore-submodules[=<when>]
#8 1.510 ignore changes to submodules in the diff generation
#8 1.510 --submodule[=<format>]
#8 1.510 specify how differences in submodules are shown
#8 1.510 --ita-invisible-in-index
#8 1.510 hide 'git add -N' entries from the index
#8 1.510 --ita-visible-in-index
#8 1.510 treat 'git add -N' entries as real in the index
#8 1.510 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.510 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.510 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.510 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.510 -O <file> control the order in which files appear in the output
#8 1.510 --rotate-to <path> show the change in the specified path first
#8 1.510 --skip-to <path> skip the output to the specified path
#8 1.510 --find-object <object-id>
#8 1.510 look for differences that change the number of occurrences of the specified object
#8 1.510 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.510 select files by diff type
#8 1.510 --output <file> output to a specific file
#8 1.510
#8 1.515 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.515 To add an exception for this directory, call:
#8 1.515
#8 1.515 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.521 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.521 To add an exception for this directory, call:
#8 1.521
#8 1.521 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.525 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.525 usage: git diff --no-index [<options>] <path> <path>
#8 1.525
#8 1.525 Diff output format options
#8 1.525 -p, --patch generate patch
#8 1.525 -s, --no-patch suppress diff output
#8 1.525 -u generate patch
#8 1.525 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.525 -W, --function-context
#8 1.525 generate diffs with <n> lines context
#8 1.525 --raw generate the diff in raw format
#8 1.525 --patch-with-raw synonym for '-p --raw'
#8 1.525 --patch-with-stat synonym for '-p --stat'
#8 1.525 --numstat machine friendly --stat
#8 1.525 --shortstat output only the last line of --stat
#8 1.525 -X, --dirstat[=<param1,param2>...]
#8 1.525 output the distribution of relative amount of changes for each sub-directory
#8 1.525 --cumulative synonym for --dirstat=cumulative
#8 1.525 --dirstat-by-file[=<param1,param2>...]
#8 1.525 synonym for --dirstat=files,param1,param2...
#8 1.525 --check warn if changes introduce conflict markers or whitespace errors
#8 1.525 --summary condensed summary such as creations, renames and mode changes
#8 1.525 --name-only show only names of changed files
#8 1.525 --name-status show only names and status of changed files
#8 1.525 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.525 generate diffstat
#8 1.525 --stat-width <width> generate diffstat with a given width
#8 1.525 --stat-name-width <width>
#8 1.525 generate diffstat with a given name width
#8 1.525 --stat-graph-width <width>
#8 1.525 generate diffstat with a given graph width
#8 1.525 --stat-count <count> generate diffstat with limited lines
#8 1.525 --compact-summary generate compact summary in diffstat
#8 1.525 --binary output a binary diff that can be applied
#8 1.525 --full-index show full pre- and post-image object names on the "index" lines
#8 1.525 --color[=<when>] show colored diff
#8 1.525 --ws-error-highlight <kind>
#8 1.525 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.525 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.525 --abbrev[=<n>] use <n> digits to display object names
#8 1.525 --src-prefix <prefix>
#8 1.525 show the given source prefix instead of "a/"
#8 1.525 --dst-prefix <prefix>
#8 1.525 show the given destination prefix instead of "b/"
#8 1.525 --line-prefix <prefix>
#8 1.525 prepend an additional prefix to every line of output
#8 1.525 --no-prefix do not show any source or destination prefix
#8 1.525 --inter-hunk-context <n>
#8 1.525 show context between diff hunks up to the specified number of lines
#8 1.525 --output-indicator-new <char>
#8 1.525 specify the character to indicate a new line instead of '+'
#8 1.525 --output-indicator-old <char>
#8 1.525 specify the character to indicate an old line instead of '-'
#8 1.525 --output-indicator-context <char>
#8 1.525 specify the character to indicate a context instead of ' '
#8 1.525
#8 1.525 Diff rename options
#8 1.525 -B, --break-rewrites[=<n>[/<m>]]
#8 1.525 break complete rewrite changes into pairs of delete and create
#8 1.525 -M, --find-renames[=<n>]
#8 1.525 detect renames
#8 1.525 -D, --irreversible-delete
#8 1.525 omit the preimage for deletes
#8 1.525 -C, --find-copies[=<n>]
#8 1.525 detect copies
#8 1.525 --find-copies-harder use unmodified files as source to find copies
#8 1.525 --no-renames disable rename detection
#8 1.525 --rename-empty use empty blobs as rename source
#8 1.525 --follow continue listing the history of a file beyond renames
#8 1.525 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.525
#8 1.525 Diff algorithm options
#8 1.525 --minimal produce the smallest possible diff
#8 1.525 -w, --ignore-all-space
#8 1.525 ignore whitespace when comparing lines
#8 1.525 -b, --ignore-space-change
#8 1.525 ignore changes in amount of whitespace
#8 1.525 --ignore-space-at-eol
#8 1.525 ignore changes in whitespace at EOL
#8 1.525 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.525 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.525 -I, --ignore-matching-lines <regex>
#8 1.525 ignore changes whose all lines match <regex>
#8 1.525 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.525 --patience generate diff using the "patience diff" algorithm
#8 1.525 --histogram generate diff using the "histogram diff" algorithm
#8 1.525 --diff-algorithm <algorithm>
#8 1.525 choose a diff algorithm
#8 1.525 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.525 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.525 --word-diff-regex <regex>
#8 1.525 use <regex> to decide what a word is
#8 1.525 --color-words[=<regex>]
#8 1.525 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.525 --color-moved[=<mode>]
#8 1.525 moved lines of code are colored differently
#8 1.525 --color-moved-ws <mode>
#8 1.525 how white spaces are ignored in --color-moved
#8 1.525
#8 1.525 Other diff options
#8 1.525 --relative[=<prefix>]
#8 1.525 when run from subdir, exclude changes outside and show relative paths
#8 1.525 -a, --text treat all files as text
#8 1.525 -R swap two inputs, reverse the diff
#8 1.525 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.525 --quiet disable all output of the program
#8 1.525 --ext-diff allow an external diff helper to be executed
#8 1.525 --textconv run external text conversion filters when comparing binary files
#8 1.525 --ignore-submodules[=<when>]
#8 1.525 ignore changes to submodules in the diff generation
#8 1.525 --submodule[=<format>]
#8 1.525 specify how differences in submodules are shown
#8 1.525 --ita-invisible-in-index
#8 1.525 hide 'git add -N' entries from the index
#8 1.525 --ita-visible-in-index
#8 1.525 treat 'git add -N' entries as real in the index
#8 1.525 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.525 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.525 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.525 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.525 -O <file> control the order in which files appear in the output
#8 1.525 --rotate-to <path> show the change in the specified path first
#8 1.525 --skip-to <path> skip the output to the specified path
#8 1.525 --find-object <object-id>
#8 1.525 look for differences that change the number of occurrences of the specified object
#8 1.525 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.525 select files by diff type
#8 1.525 --output <file> output to a specific file
#8 1.525
#8 1.529 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.529 To add an exception for this directory, call:
#8 1.529
#8 1.529 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.535 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.535 To add an exception for this directory, call:
#8 1.535
#8 1.535 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.539 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.539 usage: git diff --no-index [<options>] <path> <path>
#8 1.539
#8 1.539 Diff output format options
#8 1.539 -p, --patch generate patch
#8 1.539 -s, --no-patch suppress diff output
#8 1.539 -u generate patch
#8 1.539 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.539 -W, --function-context
#8 1.539 generate diffs with <n> lines context
#8 1.539 --raw generate the diff in raw format
#8 1.539 --patch-with-raw synonym for '-p --raw'
#8 1.539 --patch-with-stat synonym for '-p --stat'
#8 1.539 --numstat machine friendly --stat
#8 1.539 --shortstat output only the last line of --stat
#8 1.539 -X, --dirstat[=<param1,param2>...]
#8 1.539 output the distribution of relative amount of changes for each sub-directory
#8 1.539 --cumulative synonym for --dirstat=cumulative
#8 1.539 --dirstat-by-file[=<param1,param2>...]
#8 1.539 synonym for --dirstat=files,param1,param2...
#8 1.539 --check warn if changes introduce conflict markers or whitespace errors
#8 1.539 --summary condensed summary such as creations, renames and mode changes
#8 1.539 --name-only show only names of changed files
#8 1.539 --name-status show only names and status of changed files
#8 1.539 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.539 generate diffstat
#8 1.539 --stat-width <width> generate diffstat with a given width
#8 1.539 --stat-name-width <width>
#8 1.539 generate diffstat with a given name width
#8 1.539 --stat-graph-width <width>
#8 1.539 generate diffstat with a given graph width
#8 1.539 --stat-count <count> generate diffstat with limited lines
#8 1.539 --compact-summary generate compact summary in diffstat
#8 1.539 --binary output a binary diff that can be applied
#8 1.539 --full-index show full pre- and post-image object names on the "index" lines
#8 1.539 --color[=<when>] show colored diff
#8 1.539 --ws-error-highlight <kind>
#8 1.539 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.539 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.539 --abbrev[=<n>] use <n> digits to display object names
#8 1.539 --src-prefix <prefix>
#8 1.539 show the given source prefix instead of "a/"
#8 1.539 --dst-prefix <prefix>
#8 1.539 show the given destination prefix instead of "b/"
#8 1.539 --line-prefix <prefix>
#8 1.539 prepend an additional prefix to every line of output
#8 1.539 --no-prefix do not show any source or destination prefix
#8 1.539 --inter-hunk-context <n>
#8 1.539 show context between diff hunks up to the specified number of lines
#8 1.539 --output-indicator-new <char>
#8 1.539 specify the character to indicate a new line instead of '+'
#8 1.539 --output-indicator-old <char>
#8 1.539 specify the character to indicate an old line instead of '-'
#8 1.539 --output-indicator-context <char>
#8 1.539 specify the character to indicate a context instead of ' '
#8 1.539
#8 1.539 Diff rename options
#8 1.539 -B, --break-rewrites[=<n>[/<m>]]
#8 1.539 break complete rewrite changes into pairs of delete and create
#8 1.539 -M, --find-renames[=<n>]
#8 1.539 detect renames
#8 1.539 -D, --irreversible-delete
#8 1.539 omit the preimage for deletes
#8 1.539 -C, --find-copies[=<n>]
#8 1.539 detect copies
#8 1.539 --find-copies-harder use unmodified files as source to find copies
#8 1.539 --no-renames disable rename detection
#8 1.539 --rename-empty use empty blobs as rename source
#8 1.539 --follow continue listing the history of a file beyond renames
#8 1.539 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.539
#8 1.539 Diff algorithm options
#8 1.539 --minimal produce the smallest possible diff
#8 1.539 -w, --ignore-all-space
#8 1.540 ignore whitespace when comparing lines
#8 1.540 -b, --ignore-space-change
#8 1.540 ignore changes in amount of whitespace
#8 1.540 --ignore-space-at-eol
#8 1.540 ignore changes in whitespace at EOL
#8 1.540 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.540 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.540 -I, --ignore-matching-lines <regex>
#8 1.540 ignore changes whose all lines match <regex>
#8 1.540 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.540 --patience generate diff using the "patience diff" algorithm
#8 1.540 --histogram generate diff using the "histogram diff" algorithm
#8 1.540 --diff-algorithm <algorithm>
#8 1.540 choose a diff algorithm
#8 1.540 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.540 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.540 --word-diff-regex <regex>
#8 1.540 use <regex> to decide what a word is
#8 1.540 --color-words[=<regex>]
#8 1.540 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.540 --color-moved[=<mode>]
#8 1.540 moved lines of code are colored differently
#8 1.540 --color-moved-ws <mode>
#8 1.540 how white spaces are ignored in --color-moved
#8 1.540
#8 1.540 Other diff options
#8 1.540 --relative[=<prefix>]
#8 1.540 when run from subdir, exclude changes outside and show relative paths
#8 1.540 -a, --text treat all files as text
#8 1.540 -R swap two inputs, reverse the diff
#8 1.540 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.540 --quiet disable all output of the program
#8 1.540 --ext-diff allow an external diff helper to be executed
#8 1.540 --textconv run external text conversion filters when comparing binary files
#8 1.540 --ignore-submodules[=<when>]
#8 1.540 ignore changes to submodules in the diff generation
#8 1.540 --submodule[=<format>]
#8 1.540 specify how differences in submodules are shown
#8 1.540 --ita-invisible-in-index
#8 1.540 hide 'git add -N' entries from the index
#8 1.540 --ita-visible-in-index
#8 1.540 treat 'git add -N' entries as real in the index
#8 1.540 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.540 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.540 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.540 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.540 -O <file> control the order in which files appear in the output
#8 1.540 --rotate-to <path> show the change in the specified path first
#8 1.540 --skip-to <path> skip the output to the specified path
#8 1.540 --find-object <object-id>
#8 1.540 look for differences that change the number of occurrences of the specified object
#8 1.540 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.540 select files by diff type
#8 1.540 --output <file> output to a specific file
#8 1.540
#8 1.544 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.544 To add an exception for this directory, call:
#8 1.544
#8 1.544 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.550 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.550 To add an exception for this directory, call:
#8 1.550
#8 1.550 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.554 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.554 usage: git diff --no-index [<options>] <path> <path>
#8 1.554
#8 1.554 Diff output format options
#8 1.554 -p, --patch generate patch
#8 1.554 -s, --no-patch suppress diff output
#8 1.554 -u generate patch
#8 1.554 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.554 -W, --function-context
#8 1.554 generate diffs with <n> lines context
#8 1.554 --raw generate the diff in raw format
#8 1.554 --patch-with-raw synonym for '-p --raw'
#8 1.554 --patch-with-stat synonym for '-p --stat'
#8 1.554 --numstat machine friendly --stat
#8 1.554 --shortstat output only the last line of --stat
#8 1.554 -X, --dirstat[=<param1,param2>...]
#8 1.554 output the distribution of relative amount of changes for each sub-directory
#8 1.554 --cumulative synonym for --dirstat=cumulative
#8 1.554 --dirstat-by-file[=<param1,param2>...]
#8 1.554 synonym for --dirstat=files,param1,param2...
#8 1.554 --check warn if changes introduce conflict markers or whitespace errors
#8 1.554 --summary condensed summary such as creations, renames and mode changes
#8 1.554 --name-only show only names of changed files
#8 1.554 --name-status show only names and status of changed files
#8 1.554 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.554 generate diffstat
#8 1.554 --stat-width <width> generate diffstat with a given width
#8 1.554 --stat-name-width <width>
#8 1.554 generate diffstat with a given name width
#8 1.554 --stat-graph-width <width>
#8 1.554 generate diffstat with a given graph width
#8 1.554 --stat-count <count> generate diffstat with limited lines
#8 1.554 --compact-summary generate compact summary in diffstat
#8 1.554 --binary output a binary diff that can be applied
#8 1.554 --full-index show full pre- and post-image object names on the "index" lines
#8 1.554 --color[=<when>] show colored diff
#8 1.554 --ws-error-highlight <kind>
#8 1.554 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.554 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.554 --abbrev[=<n>] use <n> digits to display object names
#8 1.554 --src-prefix <prefix>
#8 1.554 show the given source prefix instead of "a/"
#8 1.554 --dst-prefix <prefix>
#8 1.554 show the given destination prefix instead of "b/"
#8 1.554 --line-prefix <prefix>
#8 1.554 prepend an additional prefix to every line of output
#8 1.554 --no-prefix do not show any source or destination prefix
#8 1.554 --inter-hunk-context <n>
#8 1.554 show context between diff hunks up to the specified number of lines
#8 1.554 --output-indicator-new <char>
#8 1.554 specify the character to indicate a new line instead of '+'
#8 1.554 --output-indicator-old <char>
#8 1.554 specify the character to indicate an old line instead of '-'
#8 1.554 --output-indicator-context <char>
#8 1.554 specify the character to indicate a context instead of ' '
#8 1.554
#8 1.554 Diff rename options
#8 1.554 -B, --break-rewrites[=<n>[/<m>]]
#8 1.554 break complete rewrite changes into pairs of delete and create
#8 1.554 -M, --find-renames[=<n>]
#8 1.554 detect renames
#8 1.554 -D, --irreversible-delete
#8 1.554 omit the preimage for deletes
#8 1.554 -C, --find-copies[=<n>]
#8 1.554 detect copies
#8 1.554 --find-copies-harder use unmodified files as source to find copies
#8 1.554 --no-renames disable rename detection
#8 1.554 --rename-empty use empty blobs as rename source
#8 1.554 --follow continue listing the history of a file beyond renames
#8 1.554 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.554
#8 1.554 Diff algorithm options
#8 1.554 --minimal produce the smallest possible diff
#8 1.554 -w, --ignore-all-space
#8 1.554 ignore whitespace when comparing lines
#8 1.554 -b, --ignore-space-change
#8 1.554 ignore changes in amount of whitespace
#8 1.554 --ignore-space-at-eol
#8 1.554 ignore changes in whitespace at EOL
#8 1.554 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.554 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.554 -I, --ignore-matching-lines <regex>
#8 1.554 ignore changes whose all lines match <regex>
#8 1.554 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.554 --patience generate diff using the "patience diff" algorithm
#8 1.554 --histogram generate diff using the "histogram diff" algorithm
#8 1.554 --diff-algorithm <algorithm>
#8 1.554 choose a diff algorithm
#8 1.554 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.554 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.554 --word-diff-regex <regex>
#8 1.554 use <regex> to decide what a word is
#8 1.554 --color-words[=<regex>]
#8 1.554 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.554 --color-moved[=<mode>]
#8 1.554 moved lines of code are colored differently
#8 1.554 --color-moved-ws <mode>
#8 1.554 how white spaces are ignored in --color-moved
#8 1.554
#8 1.554 Other diff options
#8 1.554 --relative[=<prefix>]
#8 1.554 when run from subdir, exclude changes outside and show relative paths
#8 1.554 -a, --text treat all files as text
#8 1.554 -R swap two inputs, reverse the diff
#8 1.554 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.554 --quiet disable all output of the program
#8 1.554 --ext-diff allow an external diff helper to be executed
#8 1.554 --textconv run external text conversion filters when comparing binary files
#8 1.554 --ignore-submodules[=<when>]
#8 1.554 ignore changes to submodules in the diff generation
#8 1.554 --submodule[=<format>]
#8 1.554 specify how differences in submodules are shown
#8 1.554 --ita-invisible-in-index
#8 1.554 hide 'git add -N' entries from the index
#8 1.554 --ita-visible-in-index
#8 1.554 treat 'git add -N' entries as real in the index
#8 1.554 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.554 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.554 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.554 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.554 -O <file> control the order in which files appear in the output
#8 1.554 --rotate-to <path> show the change in the specified path first
#8 1.554 --skip-to <path> skip the output to the specified path
#8 1.554 --find-object <object-id>
#8 1.554 look for differences that change the number of occurrences of the specified object
#8 1.554 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.554 select files by diff type
#8 1.554 --output <file> output to a specific file
#8 1.554
#8 1.559 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.559 To add an exception for this directory, call:
#8 1.559
#8 1.559 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.565 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.565 To add an exception for this directory, call:
#8 1.565
#8 1.565 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.569 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.569 usage: git diff --no-index [<options>] <path> <path>
#8 1.569
#8 1.569 Diff output format options
#8 1.569 -p, --patch generate patch
#8 1.569 -s, --no-patch suppress diff output
#8 1.569 -u generate patch
#8 1.569 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.569 -W, --function-context
#8 1.569 generate diffs with <n> lines context
#8 1.569 --raw generate the diff in raw format
#8 1.569 --patch-with-raw synonym for '-p --raw'
#8 1.569 --patch-with-stat synonym for '-p --stat'
#8 1.569 --numstat machine friendly --stat
#8 1.569 --shortstat output only the last line of --stat
#8 1.569 -X, --dirstat[=<param1,param2>...]
#8 1.569 output the distribution of relative amount of changes for each sub-directory
#8 1.569 --cumulative synonym for --dirstat=cumulative
#8 1.569 --dirstat-by-file[=<param1,param2>...]
#8 1.569 synonym for --dirstat=files,param1,param2...
#8 1.569 --check warn if changes introduce conflict markers or whitespace errors
#8 1.569 --summary condensed summary such as creations, renames and mode changes
#8 1.569 --name-only show only names of changed files
#8 1.569 --name-status show only names and status of changed files
#8 1.569 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.569 generate diffstat
#8 1.569 --stat-width <width> generate diffstat with a given width
#8 1.569 --stat-name-width <width>
#8 1.569 generate diffstat with a given name width
#8 1.569 --stat-graph-width <width>
#8 1.569 generate diffstat with a given graph width
#8 1.569 --stat-count <count> generate diffstat with limited lines
#8 1.569 --compact-summary generate compact summary in diffstat
#8 1.569 --binary output a binary diff that can be applied
#8 1.569 --full-index show full pre- and post-image object names on the "index" lines
#8 1.569 --color[=<when>] show colored diff
#8 1.569 --ws-error-highlight <kind>
#8 1.569 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.569 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.569 --abbrev[=<n>] use <n> digits to display object names
#8 1.569 --src-prefix <prefix>
#8 1.569 show the given source prefix instead of "a/"
#8 1.569 --dst-prefix <prefix>
#8 1.569 show the given destination prefix instead of "b/"
#8 1.569 --line-prefix <prefix>
#8 1.569 prepend an additional prefix to every line of output
#8 1.569 --no-prefix do not show any source or destination prefix
#8 1.569 --inter-hunk-context <n>
#8 1.569 show context between diff hunks up to the specified number of lines
#8 1.569 --output-indicator-new <char>
#8 1.569 specify the character to indicate a new line instead of '+'
#8 1.569 --output-indicator-old <char>
#8 1.569 specify the character to indicate an old line instead of '-'
#8 1.569 --output-indicator-context <char>
#8 1.569 specify the character to indicate a context instead of ' '
#8 1.569
#8 1.569 Diff rename options
#8 1.569 -B, --break-rewrites[=<n>[/<m>]]
#8 1.569 break complete rewrite changes into pairs of delete and create
#8 1.569 -M, --find-renames[=<n>]
#8 1.569 detect renames
#8 1.569 -D, --irreversible-delete
#8 1.569 omit the preimage for deletes
#8 1.569 -C, --find-copies[=<n>]
#8 1.569 detect copies
#8 1.569 --find-copies-harder use unmodified files as source to find copies
#8 1.569 --no-renames disable rename detection
#8 1.569 --rename-empty use empty blobs as rename source
#8 1.569 --follow continue listing the history of a file beyond renames
#8 1.569 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.569
#8 1.569 Diff algorithm options
#8 1.569 --minimal produce the smallest possible diff
#8 1.569 -w, --ignore-all-space
#8 1.569 ignore whitespace when comparing lines
#8 1.569 -b, --ignore-space-change
#8 1.569 ignore changes in amount of whitespace
#8 1.569 --ignore-space-at-eol
#8 1.569 ignore changes in whitespace at EOL
#8 1.569 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.569 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.569 -I, --ignore-matching-lines <regex>
#8 1.569 ignore changes whose all lines match <regex>
#8 1.569 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.569 --patience generate diff using the "patience diff" algorithm
#8 1.569 --histogram generate diff using the "histogram diff" algorithm
#8 1.569 --diff-algorithm <algorithm>
#8 1.569 choose a diff algorithm
#8 1.569 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.569 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.569 --word-diff-regex <regex>
#8 1.569 use <regex> to decide what a word is
#8 1.569 --color-words[=<regex>]
#8 1.569 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.569 --color-moved[=<mode>]
#8 1.569 moved lines of code are colored differently
#8 1.569 --color-moved-ws <mode>
#8 1.569 how white spaces are ignored in --color-moved
#8 1.569
#8 1.569 Other diff options
#8 1.569 --relative[=<prefix>]
#8 1.569 when run from subdir, exclude changes outside and show relative paths
#8 1.569 -a, --text treat all files as text
#8 1.569 -R swap two inputs, reverse the diff
#8 1.569 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.569 --quiet disable all output of the program
#8 1.569 --ext-diff allow an external diff helper to be executed
#8 1.569 --textconv run external text conversion filters when comparing binary files
#8 1.569 --ignore-submodules[=<when>]
#8 1.569 ignore changes to submodules in the diff generation
#8 1.569 --submodule[=<format>]
#8 1.569 specify how differences in submodules are shown
#8 1.569 --ita-invisible-in-index
#8 1.569 hide 'git add -N' entries from the index
#8 1.569 --ita-visible-in-index
#8 1.569 treat 'git add -N' entries as real in the index
#8 1.569 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.569 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.569 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.569 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.569 -O <file> control the order in which files appear in the output
#8 1.569 --rotate-to <path> show the change in the specified path first
#8 1.569 --skip-to <path> skip the output to the specified path
#8 1.569 --find-object <object-id>
#8 1.569 look for differences that change the number of occurrences of the specified object
#8 1.569 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.569 select files by diff type
#8 1.569 --output <file> output to a specific file
#8 1.569
#8 1.573 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.573 To add an exception for this directory, call:
#8 1.573
#8 1.573 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.580 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.580 To add an exception for this directory, call:
#8 1.580
#8 1.580 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.583 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.583 usage: git diff --no-index [<options>] <path> <path>
#8 1.583
#8 1.583 Diff output format options
#8 1.583 -p, --patch generate patch
#8 1.583 -s, --no-patch suppress diff output
#8 1.583 -u generate patch
#8 1.583 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.583 -W, --function-context
#8 1.583 generate diffs with <n> lines context
#8 1.583 --raw generate the diff in raw format
#8 1.584 --patch-with-raw synonym for '-p --raw'
#8 1.584 --patch-with-stat synonym for '-p --stat'
#8 1.584 --numstat machine friendly --stat
#8 1.584 --shortstat output only the last line of --stat
#8 1.584 -X, --dirstat[=<param1,param2>...]
#8 1.584 output the distribution of relative amount of changes for each sub-directory
#8 1.584 --cumulative synonym for --dirstat=cumulative
#8 1.584 --dirstat-by-file[=<param1,param2>...]
#8 1.584 synonym for --dirstat=files,param1,param2...
#8 1.584 --check warn if changes introduce conflict markers or whitespace errors
#8 1.584 --summary condensed summary such as creations, renames and mode changes
#8 1.584 --name-only show only names of changed files
#8 1.584 --name-status show only names and status of changed files
#8 1.584 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.584 generate diffstat
#8 1.584 --stat-width <width> generate diffstat with a given width
#8 1.584 --stat-name-width <width>
#8 1.584 generate diffstat with a given name width
#8 1.584 --stat-graph-width <width>
#8 1.584 generate diffstat with a given graph width
#8 1.584 --stat-count <count> generate diffstat with limited lines
#8 1.584 --compact-summary generate compact summary in diffstat
#8 1.584 --binary output a binary diff that can be applied
#8 1.584 --full-index show full pre- and post-image object names on the "index" lines
#8 1.584 --color[=<when>] show colored diff
#8 1.584 --ws-error-highlight <kind>
#8 1.584 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.584 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.584 --abbrev[=<n>] use <n> digits to display object names
#8 1.584 --src-prefix <prefix>
#8 1.584 show the given source prefix instead of "a/"
#8 1.584 --dst-prefix <prefix>
#8 1.584 show the given destination prefix instead of "b/"
#8 1.584 --line-prefix <prefix>
#8 1.584 prepend an additional prefix to every line of output
#8 1.584 --no-prefix do not show any source or destination prefix
#8 1.584 --inter-hunk-context <n>
#8 1.584 show context between diff hunks up to the specified number of lines
#8 1.584 --output-indicator-new <char>
#8 1.584 specify the character to indicate a new line instead of '+'
#8 1.584 --output-indicator-old <char>
#8 1.584 specify the character to indicate an old line instead of '-'
#8 1.584 --output-indicator-context <char>
#8 1.584 specify the character to indicate a context instead of ' '
#8 1.584
#8 1.584 Diff rename options
#8 1.584 -B, --break-rewrites[=<n>[/<m>]]
#8 1.584 break complete rewrite changes into pairs of delete and create
#8 1.584 -M, --find-renames[=<n>]
#8 1.584 detect renames
#8 1.584 -D, --irreversible-delete
#8 1.584 omit the preimage for deletes
#8 1.584 -C, --find-copies[=<n>]
#8 1.584 detect copies
#8 1.584 --find-copies-harder use unmodified files as source to find copies
#8 1.584 --no-renames disable rename detection
#8 1.584 --rename-empty use empty blobs as rename source
#8 1.584 --follow continue listing the history of a file beyond renames
#8 1.584 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.584
#8 1.584 Diff algorithm options
#8 1.584 --minimal produce the smallest possible diff
#8 1.584 -w, --ignore-all-space
#8 1.584 ignore whitespace when comparing lines
#8 1.584 -b, --ignore-space-change
#8 1.584 ignore changes in amount of whitespace
#8 1.584 --ignore-space-at-eol
#8 1.584 ignore changes in whitespace at EOL
#8 1.584 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.584 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.584 -I, --ignore-matching-lines <regex>
#8 1.584 ignore changes whose all lines match <regex>
#8 1.584 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.584 --patience generate diff using the "patience diff" algorithm
#8 1.584 --histogram generate diff using the "histogram diff" algorithm
#8 1.584 --diff-algorithm <algorithm>
#8 1.584 choose a diff algorithm
#8 1.584 --anchored <text> generate diff using
#8 1.584 [output clipped, log limit 200KiB/s reached]
#8 1.588 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.588 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.590 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.591 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.591 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.592 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.592 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.593 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.594 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.595 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.595 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.596 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.598 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.599 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.599 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.600 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.600 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.600 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.601 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.601 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.602 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.602 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.603 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.603 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.604 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.604 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.604 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.605 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.605 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.606 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.606 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.606 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.606 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.607 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.607 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.607 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.608 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.608 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.608 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.609 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.609 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.609 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.610 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.610 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.611 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.611 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.612 touch .make.deps
#8 1.615 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.616 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.618 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.619 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.620 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.737 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.874 make -C _build/bts compile
#8 1.878 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.878 PP IPA_Emulation.ttcn
#8 1.891 TTCN *.ttcn *.asn
#8 2.349 touch compile
#8 2.349 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.350 make -j20 -C _build/bts
#8 2.359 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.392 DEP UD_PT.cc
#8 2.392 DEP TRXC_CodecPort_CtrlFunctDef.cc
#8 2.392 DEP TELNETasp_PT.cc
#8 2.392 DEP TCCInterface.cc
#8 2.392 DEP TCCConversion.cc
#8 2.393 DEP RTP_EncDec.cc
#8 2.393 DEP RTP_CodecPort_CtrlFunctDef.cc
#8 2.393 DEP RLCMAC_EncDec.cc
#8 2.393 DEP OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.393 DEP Native_FunctionDefs.cc
#8 2.393 DEP L1CTL_PortType_CtrlFunctDef.cc
#8 2.394 DEP IuUP_EncDec.cc
#8 2.394 DEP IPL4asp_discovery.cc
#8 2.394 DEP IPL4asp_PT.cc
#8 2.394 DEP IPA_CodecPort_CtrlFunctDef.cc
#8 2.426 DEP IPA_Emulation_part_7.cc
#8 2.426 DEP IPA_Emulation_part_6.cc
#8 2.427 DEP IPA_Emulation_part_5.cc
#8 2.427 DEP IPA_Emulation_part_3.cc
#8 2.427 DEP IPA_Emulation_part_4.cc
#8 2.429 DEP IPA_Emulation_part_2.cc
#8 2.432 DEP IPA_Emulation_part_1.cc
#8 2.434 DEP IPA_Emulation.cc
#8 2.435 DEP UD_Types_part_7.cc
#8 2.437 DEP UD_Types_part_6.cc
#8 2.438 DEP UD_Types_part_5.cc
#8 2.439 DEP UD_Types_part_4.cc
#8 2.441 DEP UD_Types_part_3.cc
#8 2.443 DEP UD_Types_part_2.cc
#8 2.443 DEP UD_Types_part_1.cc
#8 2.448 DEP UD_PortType_part_7.cc
#8 2.448 DEP UD_PortType_part_6.cc
#8 2.453 DEP UD_PortType_part_5.cc
#8 2.454 DEP UD_PortType_part_4.cc
#8 2.454 DEP UD_PortType_part_3.cc
#8 2.456 DEP UD_PortType_part_2.cc
#8 2.459 DEP UD_PortType_part_1.cc
#8 2.459 DEP TRXC_Types_part_7.cc
#8 2.461 DEP TRXC_Types_part_6.cc
#8 2.463 DEP TRXC_Types_part_5.cc
#8 2.463 DEP TRXC_Types_part_4.cc
#8 2.464 DEP TRXC_Types_part_3.cc
#8 2.465 DEP TRXC_Types_part_2.cc
#8 2.466 DEP TRXC_Types_part_1.cc
#8 2.466 DEP TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.468 DEP TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.469 DEP TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.470 DEP TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.470 DEP TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.470 DEP TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.470 DEP TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.471 DEP TRXC_CodecPort_part_7.cc
#8 2.472 DEP TRXC_CodecPort_part_6.cc
#8 2.472 DEP TRXC_CodecPort_part_5.cc
#8 2.473 DEP TRXC_CodecPort_part_4.cc
#8 2.473 DEP TRXC_CodecPort_part_3.cc
#8 2.474 DEP TRXC_CodecPort_part_2.cc
#8 2.475 DEP TRXC_CodecPort_part_1.cc
#8 2.476 DEP TELNETasp_PortType_part_7.cc
#8 2.477 DEP TELNETasp_PortType_part_6.cc
#8 2.477 DEP TELNETasp_PortType_part_5.cc
#8 2.478 DEP TELNETasp_PortType_part_4.cc
#8 2.478 DEP TELNETasp_PortType_part_3.cc
#8 2.478 DEP TELNETasp_PortType_part_2.cc
#8 2.478 DEP TELNETasp_PortType_part_1.cc
#8 2.479 DEP TCCInterface_Functions_part_7.cc
#8 2.480 DEP TCCInterface_Functions_part_6.cc
#8 2.480 DEP TCCInterface_Functions_part_5.cc
#8 2.481 DEP TCCInterface_Functions_part_4.cc
#8 2.485 DEP TCCInterface_Functions_part_3.cc
#8 2.485 DEP TCCInterface_Functions_part_2.cc
#8 2.486 DEP TCCInterface_Functions_part_1.cc
#8 2.486 DEP TCCConversion_Functions_part_7.cc
#8 2.486 DEP TCCConversion_Functions_part_6.cc
#8 2.486 DEP TCCConversion_Functions_part_5.cc
#8 2.486 DEP TCCConversion_Functions_part_4.cc
#8 2.487 DEP TCCConversion_Functions_part_3.cc
#8 2.487 DEP TCCConversion_Functions_part_2.cc
#8 2.487 DEP TCCConversion_Functions_part_1.cc
#8 2.487 DEP Socket_API_Definitions_part_7.cc
#8 2.488 DEP Socket_API_Definitions_part_6.cc
#8 2.488 DEP Socket_API_Definitions_part_5.cc
#8 2.488 DEP Socket_API_Definitions_part_4.cc
#8 2.488 DEP Socket_API_Definitions_part_3.cc
#8 2.488 DEP Socket_API_Definitions_part_2.cc
#8 2.489 DEP Socket_API_Definitions_part_1.cc
#8 2.493 DEP RTP_Types_part_7.cc
#8 2.493 DEP RTP_Types_part_6.cc
#8 2.493 DEP RTP_Types_part_5.cc
#8 2.493 DEP RTP_Types_part_4.cc
#8 2.494 DEP RTP_Types_part_3.cc
#8 2.494 DEP RTP_Types_part_2.cc
#8 2.494 DEP RTP_Types_part_1.cc
#8 2.494 DEP RTP_Emulation_part_7.cc
#8 2.495 DEP RTP_Emulation_part_6.cc
#8 2.495 DEP RTP_Emulation_part_5.cc
#8 2.496 DEP RTP_Emulation_part_4.cc
#8 2.496 DEP RTP_Emulation_part_3.cc
#8 2.496 DEP RTP_Emulation_part_2.cc
#8 2.496 DEP RTP_Emulation_part_1.cc
#8 2.497 DEP RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.498 DEP RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.498 DEP RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.500 DEP RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.500 DEP RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.501 DEP RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.501 DEP RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.501 DEP RTP_CodecPort_part_7.cc
#8 2.502 DEP RTP_CodecPort_part_6.cc
#8 2.502 DEP RTP_CodecPort_part_5.cc
#8 2.507 DEP RTP_CodecPort_part_4.cc
#8 2.507 DEP RTP_CodecPort_part_3.cc
#8 2.507 DEP RTP_CodecPort_part_2.cc
#8 2.507 DEP RTP_CodecPort_part_1.cc
#8 2.507 DEP RSL_Types_part_7.cc
#8 2.507 DEP RSL_Types_part_6.cc
#8 2.508 DEP RSL_Types_part_5.cc
#8 2.508 DEP RSL_Types_part_4.cc
#8 2.508 DEP RSL_Types_part_3.cc
#8 2.509 DEP RSL_Types_part_2.cc
#8 2.509 DEP RSL_Types_part_1.cc
#8 2.514 DEP RSL_Emulation_part_6.cc
#8 2.514 DEP RSL_Emulation_part_5.cc
#8 2.514 DEP RSL_Emulation_part_7.cc
#8 2.514 DEP RSL_Emulation_part_4.cc
#8 2.515 DEP RSL_Emulation_part_3.cc
#8 2.515 DEP RSL_Emulation_part_2.cc
#8 2.515 DEP RSL_Emulation_part_1.cc
#8 2.515 DEP RLCMAC_Types_part_7.cc
#8 2.515 DEP RLCMAC_Types_part_6.cc
#8 2.515 DEP RLCMAC_Types_part_5.cc
#8 2.516 DEP RLCMAC_Types_part_4.cc
#8 2.521 DEP RLCMAC_Types_part_3.cc
#8 2.521 DEP RLCMAC_Types_part_2.cc
#8 2.521 DEP RLCMAC_Templates_part_7.cc
#8 2.521 DEP RLCMAC_Types_part_1.cc
#8 2.521 DEP RLCMAC_Templates_part_6.cc
#8 2.522 DEP RLCMAC_Templates_part_5.cc
#8 2.522 DEP RLCMAC_Templates_part_4.cc
#8 2.523 DEP RLCMAC_Templates_part_3.cc
#8 2.523 DEP RLCMAC_Templates_part_2.cc
#8 2.523 DEP RLCMAC_Templates_part_1.cc
#8 2.523 DEP RLCMAC_CSN1_Types_part_7.cc
#8 2.523 DEP RLCMAC_CSN1_Types_part_6.cc
#8 2.524 DEP RLCMAC_CSN1_Types_part_5.cc
#8 2.527 DEP RLCMAC_CSN1_Types_part_4.cc
#8 2.529 DEP RLCMAC_CSN1_Types_part_3.cc
#8 2.529 DEP RLCMAC_CSN1_Types_part_2.cc
#8 2.529 DEP RLCMAC_CSN1_Types_part_1.cc
#8 2.529 DEP RLCMAC_CSN1_Templates_part_7.cc
#8 2.530 DEP RLCMAC_CSN1_Templates_part_6.cc
#8 2.530 DEP RLCMAC_CSN1_Templates_part_5.cc
#8 2.530 DEP RLCMAC_CSN1_Templates_part_4.cc
#8 2.531 DEP RLCMAC_CSN1_Templates_part_3.cc
#8 2.531 DEP RLCMAC_CSN1_Templates_part_2.cc
#8 2.535 DEP RLCMAC_CSN1_Templates_part_1.cc
#8 2.536 DEP PCUIF_Types_part_7.cc
#8 2.538 DEP PCUIF_Types_part_6.cc
#8 2.538 DEP PCUIF_Types_part_5.cc
#8 2.542 DEP PCUIF_Types_part_4.cc
#8 2.542 DEP PCUIF_Types_part_3.cc
#8 2.544 DEP PCUIF_Types_part_2.cc
#8 2.545 DEP PCUIF_Types_part_1.cc
#8 2.545 DEP PCUIF_CodecPort_part_7.cc
#8 2.545 DEP PCUIF_CodecPort_part_6.cc
#8 2.548 DEP PCUIF_CodecPort_part_5.cc
#8 2.549 DEP PCUIF_CodecPort_part_4.cc
#8 2.551 DEP PCUIF_CodecPort_part_3.cc
#8 2.552 DEP PCUIF_CodecPort_part_2.cc
#8 2.553 DEP PCUIF_CodecPort_part_1.cc
#8 2.555 DEP Osmocom_VTY_Functions_part_7.cc
#8 2.556 DEP Osmocom_VTY_Functions_part_6.cc
#8 2.557 DEP Osmocom_VTY_Functions_part_5.cc
#8 2.558 DEP Osmocom_VTY_Functions_part_4.cc
#8 2.558 DEP Osmocom_VTY_Functions_part_3.cc
#8 2.559 DEP Osmocom_VTY_Functions_part_2.cc
#8 2.562 DEP Osmocom_VTY_Functions_part_1.cc
#8 2.562 DEP Osmocom_Types_part_7.cc
#8 2.564 DEP Osmocom_Types_part_6.cc
#8 2.564 DEP Osmocom_Types_part_5.cc
#8 2.565 DEP Osmocom_Types_part_4.cc
#8 2.567 DEP Osmocom_Types_part_3.cc
#8 2.568 DEP Osmocom_Types_part_2.cc
#8 2.570 DEP Osmocom_Types_part_1.cc
#8 2.571 DEP Osmocom_CTRL_Types_part_7.cc
#8 2.571 DEP Osmocom_CTRL_Types_part_6.cc
#8 2.572 DEP Osmocom_CTRL_Types_part_5.cc
#8 2.572 DEP Osmocom_CTRL_Types_part_4.cc
#8 2.574 DEP Osmocom_CTRL_Types_part_3.cc
#8 2.577 DEP Osmocom_CTRL_Types_part_2.cc
#8 2.580 DEP Osmocom_CTRL_Types_part_1.cc
#8 2.580 DEP Osmocom_CTRL_Functions_part_7.cc
#8 2.580 DEP Osmocom_CTRL_Functions_part_6.cc
#8 2.580 DEP Osmocom_CTRL_Functions_part_5.cc
#8 2.580 DEP Osmocom_CTRL_Functions_part_4.cc
#8 2.581 DEP Osmocom_CTRL_Functions_part_3.cc
#8 2.581 DEP Osmocom_CTRL_Functions_part_2.cc
#8 2.584 DEP Osmocom_CTRL_Functions_part_1.cc
#8 2.587 DEP Osmocom_CTRL_Adapter_part_6.cc
#8 2.587 DEP Osmocom_CTRL_Adapter_part_7.cc
#8 2.588 DEP Osmocom_CTRL_Adapter_part_4.cc
#8 2.588 DEP Osmocom_CTRL_Adapter_part_3.cc
#8 2.588 DEP Osmocom_CTRL_Adapter_part_5.cc
#8 2.588 DEP Osmocom_CTRL_Adapter_part_2.cc
#8 2.588 DEP Osmocom_CTRL_Adapter_part_1.cc
#8 2.591 DEP OSMUX_Types_part_7.cc
#8 2.595 DEP OSMUX_Types_part_6.cc
#8 2.596 DEP OSMUX_Types_part_5.cc
#8 2.596 DEP OSMUX_Types_part_4.cc
#8 2.596 DEP OSMUX_Types_part_3.cc
#8 2.596 DEP OSMUX_Types_part_2.cc
#8 2.599 DEP OSMUX_Types_part_1.cc
#8 2.603 DEP OSMUX_Emulation_part_7.cc
#8 2.603 DEP OSMUX_Emulation_part_6.cc
#8 2.603 DEP OSMUX_Emulation_part_4.cc
#8 2.603 DEP OSMUX_Emulation_part_5.cc
#8 2.603 DEP OSMUX_Emulation_part_3.cc
#8 2.603 DEP OSMUX_Emulation_part_2.cc
#8 2.604 DEP OSMUX_Emulation_part_1.cc
#8 2.606 DEP OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.610 DEP OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.610 DEP OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.610 DEP OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.610 DEP OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.611 DEP OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.612 DEP OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.612 DEP OSMUX_CodecPort_part_7.cc
#8 2.613 DEP OSMUX_CodecPort_part_6.cc
#8 2.613 DEP OSMUX_CodecPort_part_5.cc
#8 2.613 DEP OSMUX_CodecPort_part_4.cc
#8 2.617 DEP OSMUX_CodecPort_part_3.cc
#8 2.617 DEP OSMUX_CodecPort_part_2.cc
#8 2.617 DEP OSMUX_CodecPort_part_1.cc
#8 2.618 DEP Native_Functions_part_7.cc
#8 2.619 DEP Native_Functions_part_6.cc
#8 2.620 DEP Native_Functions_part_5.cc
#8 2.621 DEP Native_Functions_part_4.cc
#8 2.623 DEP Native_Functions_part_3.cc
#8 2.624 DEP Native_Functions_part_2.cc
#8 2.625 DEP Native_Functions_part_1.cc
#8 2.625 DEP MobileL3_Types_part_7.cc
#8 2.628 DEP MobileL3_Types_part_6.cc
#8 2.628 DEP MobileL3_Types_part_5.cc
#8 2.628 DEP MobileL3_Types_part_3.cc
#8 2.628 DEP MobileL3_Types_part_4.cc
#8 2.628 DEP MobileL3_Types_part_2.cc
#8 2.629 DEP MobileL3_Types_part_1.cc
#8 2.629 DEP MobileL3_SS_Types_part_7.cc
#8 2.630 DEP MobileL3_SS_Types_part_6.cc
#8 2.631 DEP MobileL3_SS_Types_part_5.cc
#8 2.632 DEP MobileL3_SS_Types_part_4.cc
#8 2.632 DEP MobileL3_SS_Types_part_3.cc
#8 2.633 DEP MobileL3_SS_Types_part_2.cc
#8 2.636 DEP MobileL3_SS_Types_part_1.cc
#8 2.637 DEP MobileL3_SMS_Types_part_7.cc
#8 2.637 DEP MobileL3_SMS_Types_part_6.cc
#8 2.637 DEP MobileL3_SMS_Types_part_5.cc
#8 2.637 DEP MobileL3_SMS_Types_part_4.cc
#8 2.638 DEP MobileL3_SMS_Types_part_3.cc
#8 2.639 DEP MobileL3_SMS_Types_part_2.cc
#8 2.640 DEP MobileL3_SMS_Types_part_1.cc
#8 2.640 DEP MobileL3_RRM_Types_part_7.cc
#8 2.640 DEP MobileL3_RRM_Types_part_6.cc
#8 2.642 DEP MobileL3_RRM_Types_part_5.cc
#8 2.644 DEP MobileL3_RRM_Types_part_4.cc
#8 2.644 DEP MobileL3_RRM_Types_part_3.cc
#8 2.645 DEP MobileL3_RRM_Types_part_2.cc
#8 2.645 DEP MobileL3_RRM_Types_part_1.cc
#8 2.646 DEP MobileL3_MM_Types_part_7.cc
#8 2.646 DEP MobileL3_MM_Types_part_6.cc
#8 2.649 DEP MobileL3_MM_Types_part_5.cc
#8 2.651 DEP MobileL3_MM_Types_part_4.cc
#8 2.651 DEP MobileL3_MM_Types_part_3.cc
#8 2.651 DEP MobileL3_MM_Types_part_2.cc
#8 2.652 DEP MobileL3_MM_Types_part_1.cc
#8 2.658 DEP MobileL3_GMM_SM_Types_part_7.cc
#8 2.658 DEP MobileL3_GMM_SM_Types_part_6.cc
#8 2.658 DEP MobileL3_GMM_SM_Types_part_5.cc
#8 2.659 DEP MobileL3_GMM_SM_Types_part_4.cc
#8 2.671 DEP MobileL3_GMM_SM_Types_part_3.cc
#8 2.671 DEP MobileL3_GMM_SM_Types_part_2.cc
#8 2.671 DEP MobileL3_GMM_SM_Types_part_1.cc
#8 2.688 DEP MobileL3_CommonIE_Types_part_7.cc
#8 2.689 DEP MobileL3_CommonIE_Types_part_6.cc
#8 2.692 DEP MobileL3_CommonIE_Types_part_5.cc
#8 2.692 DEP MobileL3_CommonIE_Types_part_4.cc
#8 2.696 DEP MobileL3_CommonIE_Types_part_3.cc
#8 2.696 DEP MobileL3_CommonIE_Types_part_2.cc
#8 2.701 DEP MobileL3_CommonIE_Types_part_1.cc
#8 2.701 DEP MobileL3_CC_Types_part_7.cc
#8 2.708 DEP MobileL3_CC_Types_part_6.cc
#8 2.709 DEP MobileL3_CC_Types_part_5.cc
#8 2.716 DEP MobileL3_CC_Types_part_4.cc
#8 2.716 DEP MobileL3_CC_Types_part_3.cc
#8 2.716 DEP MobileL3_CC_Types_part_2.cc
#8 2.724 DEP MobileL3_CC_Types_part_1.cc
#8 2.724 DEP Misc_Helpers_part_7.cc
#8 2.732 DEP Misc_Helpers_part_6.cc
#8 2.735 DEP Misc_Helpers_part_5.cc
#8 2.752 DEP Misc_Helpers_part_4.cc
#8 2.755 DEP Misc_Helpers_part_3.cc
#8 2.760 DEP Misc_Helpers_part_2.cc
#8 2.762 DEP Misc_Helpers_part_1.cc
#8 2.762 DEP LAPDm_Types_part_7.cc
#8 2.768 DEP LAPDm_Types_part_6.cc
#8 2.771 DEP LAPDm_Types_part_5.cc
#8 2.771 DEP LAPDm_Types_part_4.cc
#8 2.775 DEP LAPDm_Types_part_3.cc
#8 2.775 DEP LAPDm_Types_part_2.cc
#8 2.776 DEP LAPDm_Types_part_1.cc
#8 2.776 DEP LAPDm_RAW_PT_part_7.cc
#8 2.777 DEP LAPDm_RAW_PT_part_6.cc
#8 2.779 DEP LAPDm_RAW_PT_part_5.cc
#8 2.779 DEP LAPDm_RAW_PT_part_4.cc
#8 2.780 DEP LAPDm_RAW_PT_part_3.cc
#8 2.781 DEP LAPDm_RAW_PT_part_2.cc
#8 2.783 DEP LAPDm_RAW_PT_part_1.cc
#8 2.783 DEP L3_Templates_part_7.cc
#8 2.784 DEP L3_Templates_part_6.cc
#8 2.785 DEP L3_Templates_part_5.cc
#8 2.785 DEP L3_Templates_part_4.cc
#8 2.785 DEP L3_Templates_part_3.cc
#8 2.786 DEP L3_Templates_part_2.cc
#8 2.787 DEP L3_Templates_part_1.cc
#8 2.787 DEP L3_Common_part_7.cc
#8 2.789 DEP L3_Common_part_6.cc
#8 2.789 DEP L3_Common_part_5.cc
#8 2.791 DEP L3_Common_part_4.cc
#8 2.791 DEP L3_Common_part_3.cc
#8 2.791 DEP L3_Common_part_2.cc
#8 2.792 DEP L3_Common_part_1.cc
#8 2.792 DEP L1CTL_Types_part_7.cc
#8 2.793 DEP L1CTL_Types_part_6.cc
#8 2.793 DEP L1CTL_Types_part_5.cc
#8 2.794 DEP L1CTL_Types_part_4.cc
#8 2.794 DEP L1CTL_Types_part_3.cc
#8 2.797 DEP L1CTL_Types_part_2.cc
#8 2.797 DEP L1CTL_Types_part_1.cc
#8 2.797 DEP L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.799 DEP L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.799 DEP L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.800 DEP L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.800 DEP L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.800 DEP L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.800 DEP L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.801 DEP L1CTL_PortType_part_7.cc
#8 2.801 DEP L1CTL_PortType_part_6.cc
#8 2.802 DEP L1CTL_PortType_part_5.cc
#8 2.803 DEP L1CTL_PortType_part_4.cc
#8 2.804 DEP L1CTL_PortType_part_3.cc
#8 2.806 DEP L1CTL_PortType_part_2.cc
#8 2.806 DEP L1CTL_PortType_part_1.cc
#8 2.806 DEP IuUP_Types_part_7.cc
#8 2.808 DEP IuUP_Types_part_6.cc
#8 2.809 DEP IuUP_Types_part_5.cc
#8 2.809 DEP IuUP_Types_part_4.cc
#8 2.809 DEP IuUP_Types_part_3.cc
#8 2.809 DEP IuUP_Types_part_2.cc
#8 2.809 DEP IuUP_Types_part_1.cc
#8 2.810 DEP IuUP_Emulation_part_7.cc
#8 2.813 DEP IuUP_Emulation_part_6.cc
#8 2.813 DEP IuUP_Emulation_part_5.cc
#8 2.814 DEP IuUP_Emulation_part_4.cc
#8 2.814 DEP IuUP_Emulation_part_3.cc
#8 2.814 DEP IuUP_Emulation_part_2.cc
#8 2.815 DEP IuUP_Emulation_part_1.cc
#8 2.815 DEP IPL4asp_Types_part_6.cc
#8 2.815 DEP IPL4asp_Types_part_7.cc
#8 2.817 DEP IPL4asp_Types_part_5.cc
#8 2.817 DEP IPL4asp_Types_part_3.cc
#8 2.817 DEP IPL4asp_Types_part_4.cc
#8 2.818 DEP IPL4asp_Types_part_2.cc
#8 2.819 DEP IPL4asp_Types_part_1.cc
#8 2.821 DEP IPL4asp_PortType_part_7.cc
#8 2.821 DEP IPL4asp_PortType_part_6.cc
#8 2.821 DEP IPL4asp_PortType_part_5.cc
#8 2.821 DEP IPL4asp_PortType_part_4.cc
#8 2.822 DEP IPL4asp_PortType_part_3.cc
#8 2.822 DEP IPL4asp_PortType_part_2.cc
#8 2.822 DEP IPL4asp_PortType_part_1.cc
#8 2.824 DEP IPL4asp_Functions_part_7.cc
#8 2.824 DEP IPL4asp_Functions_part_6.cc
#8 2.824 DEP IPL4asp_Functions_part_5.cc
#8 2.825 DEP IPL4asp_Functions_part_4.cc
#8 2.829 DEP IPL4asp_Functions_part_3.cc
#8 2.829 DEP IPL4asp_Functions_part_2.cc
#8 2.829 DEP IPA_Types_part_7.cc
#8 2.829 DEP IPL4asp_Functions_part_1.cc
#8 2.829 DEP IPA_Types_part_6.cc
#8 2.829 DEP IPA_Types_part_5.cc
#8 2.829 DEP IPA_Types_part_4.cc
#8 2.830 DEP IPA_Types_part_3.cc
#8 2.830 DEP IPA_Types_part_2.cc
#8 2.830 DEP IPA_Types_part_1.cc
#8 2.831 DEP IPA_Testing_part_7.cc
#8 2.831 DEP IPA_Testing_part_6.cc
#8 2.831 DEP IPA_Testing_part_5.cc
#8 2.832 DEP IPA_Testing_part_3.cc
#8 2.832 DEP IPA_Testing_part_4.cc
#8 2.832 DEP IPA_Testing_part_2.cc
#8 2.836 DEP IPA_Testing_part_1.cc
#8 2.836 DEP IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.836 DEP IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.836 DEP IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.837 DEP IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.837 DEP IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.838 DEP IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.839 DEP IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.839 DEP IPA_CodecPort_part_7.cc
#8 2.839 DEP IPA_CodecPort_part_6.cc
#8 2.839 DEP IPA_CodecPort_part_5.cc
#8 2.840 DEP IPA_CodecPort_part_4.cc
#8 2.840 DEP IPA_CodecPort_part_3.cc
#8 2.843 DEP IPA_CodecPort_part_2.cc
#8 2.843 DEP IPA_CodecPort_part_1.cc
#8 2.843 DEP General_Types_part_7.cc
#8 2.843 DEP General_Types_part_6.cc
#8 2.845 DEP General_Types_part_5.cc
#8 2.845 DEP General_Types_part_3.cc
#8 2.845 DEP General_Types_part_2.cc
#8 2.845 DEP General_Types_part_4.cc
#8 2.846 DEP General_Types_part_1.cc
#8 2.850 DEP GSM_Types_part_6.cc
#8 2.850 DEP GSM_Types_part_5.cc
#8 2.850 DEP GSM_Types_part_7.cc
#8 2.850 DEP GSM_Types_part_3.cc
#8 2.850 DEP GSM_Types_part_2.cc
#8 2.850 DEP GSM_Types_part_1.cc
#8 2.850 DEP GSM_Types_part_4.cc
#8 2.851 DEP GSM_SystemInformation_part_6.cc
#8 2.851 DEP GSM_SystemInformation_part_5.cc
#8 2.851 DEP GSM_SystemInformation_part_4.cc
#8 2.851 DEP GSM_SystemInformation_part_7.cc
#8 2.851 DEP GSM_SystemInformation_part_3.cc
#8 2.851 DEP GSM_SystemInformation_part_2.cc
#8 2.852 DEP GSM_SystemInformation_part_1.cc
#8 2.852 DEP GSM_RestOctets_part_7.cc
#8 2.853 DEP GSM_RestOctets_part_6.cc
#8 2.853 DEP GSM_RestOctets_part_5.cc
#8 2.853 DEP GSM_RestOctets_part_4.cc
#8 2.857 DEP GSM_RestOctets_part_2.cc
#8 2.857 DEP GSM_RestOctets_part_3.cc
#8 2.857 DEP GSM_RestOctets_part_1.cc
#8 2.858 DEP GSM_RR_Types_part_7.cc
#8 2.858 DEP GSM_RR_Types_part_6.cc
#8 2.858 DEP GSM_RR_Types_part_5.cc
#8 2.859 DEP GSM_RR_Types_part_4.cc
#8 2.859 DEP GSM_RR_Types_part_3.cc
#8 2.859 DEP GSM_RR_Types_part_2.cc
#8 2.859 DEP GSM_RR_Types_part_1.cc
#8 2.860 DEP BTS_Tests_perf_part_7.cc
#8 2.860 DEP BTS_Tests_perf_part_6.cc
#8 2.860 DEP BTS_Tests_perf_part_5.cc
#8 2.860 DEP BTS_Tests_perf_part_4.cc
#8 2.861 DEP BTS_Tests_perf_part_3.cc
#8 2.865 DEP BTS_Tests_perf_part_2.cc
#8 2.865 DEP BTS_Tests_perf_part_1.cc
#8 2.865 DEP BTS_Tests_VAMOS_part_7.cc
#8 2.865 DEP BTS_Tests_VAMOS_part_6.cc
#8 2.866 DEP BTS_Tests_VAMOS_part_5.cc
#8 2.866 DEP BTS_Tests_VAMOS_part_4.cc
#8 2.867 DEP BTS_Tests_VAMOS_part_3.cc
#8 2.867 DEP BTS_Tests_VAMOS_part_2.cc
#8 2.867 DEP BTS_Tests_VAMOS_part_1.cc
#8 2.871 DEP BTS_Tests_SMSCB_part_7.cc
#8 2.871 DEP BTS_Tests_SMSCB_part_6.cc
#8 2.871 DEP BTS_Tests_SMSCB_part_5.cc
#8 2.871 DEP BTS_Tests_SMSCB_part_4.cc
#8 2.871 DEP BTS_Tests_SMSCB_part_3.cc
#8 2.876 DEP BTS_Tests_SMSCB_part_2.cc
#8 2.876 DEP BTS_Tests_SMSCB_part_1.cc
#8 2.876 DEP BTS_Tests_OML_part_7.cc
#8 2.876 DEP BTS_Tests_OML_part_6.cc
#8 2.876 DEP BTS_Tests_OML_part_5.cc
#8 2.877 DEP BTS_Tests_OML_part_4.cc
#8 2.877 DEP BTS_Tests_OML_part_3.cc
#8 2.877 DEP BTS_Tests_OML_part_2.cc
#8 2.877 DEP BTS_Tests_OML_part_1.cc
#8 2.878 DEP BTS_Tests_LAPDm_part_7.cc
#8 2.878 DEP BTS_Tests_LAPDm_part_6.cc
#8 2.878 DEP BTS_Tests_LAPDm_part_4.cc
#8 2.878 DEP BTS_Tests_LAPDm_part_5.cc
#8 2.878 DEP BTS_Tests_LAPDm_part_3.cc
#8 2.882 DEP BTS_Tests_LAPDm_part_2.cc
#8 2.882 DEP BTS_Tests_LAPDm_part_1.cc
#8 2.883 DEP BTS_Tests_ASCI_part_7.cc
#8 2.884 DEP BTS_Tests_ASCI_part_6.cc
#8 2.884 DEP BTS_Tests_ASCI_part_5.cc
#8 2.884 DEP BTS_Tests_ASCI_part_4.cc
#8 2.885 DEP BTS_Tests_ASCI_part_3.cc
#8 2.885 DEP BTS_Tests_ASCI_part_2.cc
#8 2.885 DEP BTS_Tests_ASCI_part_1.cc
#8 2.885 DEP BTS_Tests_part_7.cc
#8 2.886 DEP BTS_Tests_part_6.cc
#8 2.887 DEP BTS_Tests_part_5.cc
#8 2.888 DEP BTS_Tests_part_4.cc
#8 2.888 DEP BTS_Tests_part_3.cc
#8 2.890 DEP BTS_Tests_part_2.cc
#8 2.891 DEP BTS_Tests_part_1.cc
#8 2.891 DEP AbisOML_Types_part_7.cc
#8 2.892 DEP AbisOML_Types_part_6.cc
#8 2.893 DEP AbisOML_Types_part_5.cc
#8 2.893 DEP AbisOML_Types_part_4.cc
#8 2.893 DEP AbisOML_Types_part_3.cc
#8 2.893 DEP AbisOML_Types_part_2.cc
#8 2.893 DEP AbisOML_Types_part_1.cc
#8 2.894 DEP AMR_Types_part_7.cc
#8 2.900 DEP AMR_Types_part_6.cc
#8 2.900 DEP AMR_Types_part_5.cc
#8 2.900 DEP AMR_Types_part_4.cc
#8 2.900 DEP AMR_Types_part_3.cc
#8 2.900 DEP AMR_Types_part_2.cc
#8 2.901 DEP AMR_Types_part_1.cc
#8 2.901 DEP UD_Types.cc
#8 2.901 DEP UD_PortType.cc
#8 2.902 DEP TRXC_Types.cc
#8 2.902 DEP TRXC_CodecPort_CtrlFunct.cc
#8 2.902 DEP TELNETasp_PortType.cc
#8 2.902 DEP TRXC_CodecPort.cc
#8 2.918 DEP TCCInterface_Functions.cc
#8 2.918 DEP TCCConversion_Functions.cc
#8 2.919 DEP Socket_API_Definitions.cc
#8 2.947 DEP RTP_Types.cc
#8 2.947 DEP RTP_Emulation.cc
#8 2.947 DEP RTP_CodecPort_CtrlFunct.cc
#8 2.948 DEP RTP_CodecPort.cc
#8 2.956 DEP RSL_Types.cc
#8 2.967 DEP RSL_Emulation.cc
#8 2.969 DEP RLCMAC_Types.cc
#8 2.973 DEP RLCMAC_Templates.cc
#8 2.976 DEP RLCMAC_CSN1_Types.cc
#8 2.977 DEP RLCMAC_CSN1_Templates.cc
#8 2.977 DEP PCUIF_Types.cc
#8 2.979 DEP PCUIF_CodecPort.cc
#8 2.985 DEP Osmocom_VTY_Functions.cc
#8 2.997 DEP Osmocom_Types.cc
#8 3.009 DEP Osmocom_CTRL_Types.cc
#8 3.022 DEP Osmocom_CTRL_Functions.cc
#8 3.024 DEP Osmocom_CTRL_Adapter.cc
#8 3.032 DEP OSMUX_Types.cc
#8 3.036 DEP OSMUX_Emulation.cc
#8 3.037 DEP OSMUX_CodecPort_CtrlFunct.cc
#8 3.038 DEP OSMUX_CodecPort.cc
#8 3.040 DEP Native_Functions.cc
#8 3.051 DEP MobileL3_Types.cc
#8 3.052 DEP MobileL3_SS_Types.cc
#8 3.061 DEP MobileL3_SMS_Types.cc
#8 3.070 DEP MobileL3_RRM_Types.cc
#8 3.075 DEP MobileL3_MM_Types.cc
#8 3.088 DEP MobileL3_GMM_SM_Types.cc
#8 3.094 DEP MobileL3_CommonIE_Types.cc
#8 3.102 DEP MobileL3_CC_Types.cc
#8 3.109 DEP Misc_Helpers.cc
#8 3.111 DEP LAPDm_Types.cc
#8 3.124 DEP LAPDm_RAW_PT.cc
#8 3.126 DEP L3_Templates.cc
#8 3.131 DEP L3_Common.cc
#8 3.141 DEP L1CTL_Types.cc
#8 3.143 DEP L1CTL_PortType_CtrlFunct.cc
#8 3.147 DEP L1CTL_PortType.cc
#8 3.148 DEP IuUP_Types.cc
#8 3.166 DEP IuUP_Emulation.cc
#8 3.167 DEP IPL4asp_Types.cc
#8 3.177 DEP IPL4asp_PortType.cc
#8 3.177 DEP IPL4asp_Functions.cc
#8 3.197 DEP IPA_Types.cc
#8 3.206 DEP IPA_Testing.cc
#8 3.212 DEP IPA_CodecPort_CtrlFunct.cc
#8 3.214 DEP IPA_CodecPort.cc
#8 3.222 DEP General_Types.cc
#8 3.222 DEP GSM_Types.cc
#8 3.241 DEP GSM_SystemInformation.cc
#8 3.247 DEP GSM_RestOctets.cc
#8 3.247 DEP GSM_RR_Types.cc
#8 3.247 DEP BTS_Tests_perf.cc
#8 3.262 DEP BTS_Tests_VAMOS.cc
#8 3.279 DEP BTS_Tests_SMSCB.cc
#8 3.286 DEP BTS_Tests_OML.cc
#8 3.290 DEP BTS_Tests_LAPDm.cc
#8 3.296 DEP BTS_Tests_ASCI.cc
#8 3.301 DEP BTS_Tests.cc
#8 3.314 DEP AbisOML_Types.cc
#8 3.349 DEP AMR_Types.cc
#8 3.996 CC AMR_Types.o
#8 3.996 CC AbisOML_Types.o
#8 3.996 CC BTS_Tests.o
#8 3.997 CC BTS_Tests_ASCI.o
#8 3.997 CC BTS_Tests_LAPDm.o
#8 3.997 CC BTS_Tests_OML.o
#8 3.997 CC BTS_Tests_SMSCB.o
#8 3.997 CC BTS_Tests_VAMOS.o
#8 3.998 CC BTS_Tests_perf.o
#8 3.998 CC GSM_RR_Types.o
#8 3.998 CC GSM_RestOctets.o
#8 3.998 CC GSM_SystemInformation.o
#8 3.999 CC GSM_Types.o
#8 3.999 CC General_Types.o
#8 3.999 CC IPA_CodecPort.o
#8 3.999 CC IPA_CodecPort_CtrlFunct.o
#8 4.000 CC IPA_Testing.o
#8 4.000 CC IPA_Types.o
#8 4.000 CC IPL4asp_Functions.o
#8 4.015 CC IPL4asp_PortType.o
#8 4.691 CC IPL4asp_Types.o
#8 4.737 CC IuUP_Emulation.o
#8 4.801 CC IuUP_Types.o
#8 4.849 CC L1CTL_PortType.o
#8 5.103 CC L1CTL_PortType_CtrlFunct.o
#8 5.296 CC L1CTL_Types.o
#8 5.946 CC L3_Common.o
#8 6.367 CC L3_Templates.o
#8 6.432 CC LAPDm_RAW_PT.o
#8 7.185 CC LAPDm_Types.o
#8 7.336 CC Misc_Helpers.o
#8 7.927 CC MobileL3_CC_Types.o
#8 8.068 CC MobileL3_CommonIE_Types.o
#8 8.207 CC MobileL3_GMM_SM_Types.o
#8 8.349 CC MobileL3_MM_Types.o
#8 9.111 CC MobileL3_RRM_Types.o
#8 9.363 CC MobileL3_SMS_Types.o
#8 9.628 CC MobileL3_SS_Types.o
#8 9.778 CC MobileL3_Types.o
#8 10.03 CC Native_Functions.o
#8 10.14 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.14 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.14 6168 | }
#8 10.14 | ^
#8 10.15 CC OSMUX_CodecPort.o
#8 10.20 CC OSMUX_CodecPort_CtrlFunct.o
#8 10.75 CC OSMUX_Emulation.o
#8 10.76 CC OSMUX_Types.o
#8 11.06 CC Osmocom_CTRL_Adapter.o
#8 11.26 CC Osmocom_CTRL_Functions.o
#8 11.49 CC Osmocom_CTRL_Types.o
#8 11.51 CC Osmocom_Types.o
#8 11.63 CC Osmocom_VTY_Functions.o
#8 11.65 CC PCUIF_CodecPort.o
#8 11.73 CC PCUIF_Types.o
#8 11.77 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.77 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.77 39292 | }
#8 11.77 | ^
#8 11.77 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.77 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.77 39373 | }
#8 11.77 | ^
#8 12.83 CC RLCMAC_CSN1_Templates.o
#8 12.83 CC RLCMAC_CSN1_Types.o
#8 12.87 CC RLCMAC_Templates.o
#8 12.89 CC RLCMAC_Types.o
#8 12.94 CC RSL_Emulation.o
#8 13.33 CC RSL_Types.o
#8 13.49 CC RTP_CodecPort.o
#8 13.61 CC RTP_CodecPort_CtrlFunct.o
#8 14.30 CC RTP_Emulation.o
#8 14.63 CC RTP_Types.o
#8 14.69 CC Socket_API_Definitions.o
#8 14.79 CC TCCConversion_Functions.o
#8 14.98 CC TCCInterface_Functions.o
#8 15.00 CC TELNETasp_PortType.o
#8 15.07 CC TRXC_CodecPort.o
#8 15.11 CC TRXC_CodecPort_CtrlFunct.o
#8 15.38 CC TRXC_Types.o
#8 15.47 CC UD_PortType.o
#8 15.58 CC UD_Types.o
#8 15.79 CC AMR_Types_part_1.o
#8 15.81 CC AMR_Types_part_2.o
#8 15.85 CC AMR_Types_part_3.o
#8 15.88 CC AMR_Types_part_4.o
#8 15.92 CC AMR_Types_part_5.o
#8 15.95 CC AMR_Types_part_6.o
#8 15.95 CC AMR_Types_part_7.o
#8 15.97 CC AbisOML_Types_part_1.o
#8 15.97 CC AbisOML_Types_part_2.o
#8 16.01 CC AbisOML_Types_part_3.o
#8 16.02 CC AbisOML_Types_part_4.o
#8 16.04 CC AbisOML_Types_part_5.o
#8 16.05 CC AbisOML_Types_part_6.o
#8 16.06 CC AbisOML_Types_part_7.o
#8 16.07 CC BTS_Tests_part_1.o
#8 16.08 CC BTS_Tests_part_2.o
#8 16.11 CC BTS_Tests_part_3.o
#8 16.15 CC BTS_Tests_part_4.o
#8 16.17 CC BTS_Tests_part_5.o
#8 16.17 CC BTS_Tests_part_6.o
#8 16.19 CC BTS_Tests_part_7.o
#8 16.19 CC BTS_Tests_ASCI_part_1.o
#8 16.21 CC BTS_Tests_ASCI_part_2.o
#8 16.21 CC BTS_Tests_ASCI_part_3.o
#8 16.23 CC BTS_Tests_ASCI_part_4.o
#8 16.24 CC BTS_Tests_ASCI_part_5.o
#8 16.26 CC BTS_Tests_ASCI_part_6.o
#8 16.26 CC BTS_Tests_ASCI_part_7.o
#8 16.28 CC BTS_Tests_LAPDm_part_1.o
#8 16.28 CC BTS_Tests_LAPDm_part_2.o
#8 16.30 CC BTS_Tests_LAPDm_part_3.o
#8 16.31 CC BTS_Tests_LAPDm_part_4.o
#8 16.32 CC BTS_Tests_LAPDm_part_5.o
#8 16.33 CC BTS_Tests_LAPDm_part_6.o
#8 16.35 CC BTS_Tests_LAPDm_part_7.o
#8 16.36 CC BTS_Tests_OML_part_1.o
#8 16.37 CC BTS_Tests_OML_part_2.o
#8 16.38 CC BTS_Tests_OML_part_3.o
#8 16.40 CC BTS_Tests_OML_part_4.o
#8 16.41 CC BTS_Tests_OML_part_5.o
#8 16.42 CC BTS_Tests_OML_part_6.o
#8 16.44 CC BTS_Tests_OML_part_7.o
#8 16.45 CC BTS_Tests_SMSCB_part_1.o
#8 16.45 CC BTS_Tests_SMSCB_part_2.o
#8 16.45 CC BTS_Tests_SMSCB_part_3.o
#8 16.47 CC BTS_Tests_SMSCB_part_4.o
#8 16.47 CC BTS_Tests_SMSCB_part_5.o
#8 16.47 CC BTS_Tests_SMSCB_part_6.o
#8 16.47 CC BTS_Tests_SMSCB_part_7.o
#8 16.49 CC BTS_Tests_VAMOS_part_1.o
#8 16.49 CC BTS_Tests_VAMOS_part_2.o
#8 16.49 CC BTS_Tests_VAMOS_part_3.o
#8 16.49 CC BTS_Tests_VAMOS_part_4.o
#8 16.51 CC BTS_Tests_VAMOS_part_5.o
#8 16.51 CC BTS_Tests_VAMOS_part_6.o
#8 16.51 CC BTS_Tests_VAMOS_part_7.o
#8 16.51 CC BTS_Tests_perf_part_1.o
#8 16.53 CC BTS_Tests_perf_part_2.o
#8 16.53 CC BTS_Tests_perf_part_4.o
#8 16.53 CC BTS_Tests_perf_part_3.o
#8 16.53 CC BTS_Tests_perf_part_5.o
#8 16.54 CC BTS_Tests_perf_part_6.o
#8 16.55 CC BTS_Tests_perf_part_7.o
#8 16.55 CC GSM_RR_Types_part_1.o
#8 16.55 CC GSM_RR_Types_part_2.o
#8 16.55 CC GSM_RR_Types_part_3.o
#8 16.57 CC GSM_RR_Types_part_4.o
#8 16.57 CC GSM_RR_Types_part_5.o
#8 16.58 CC GSM_RR_Types_part_6.o
#8 16.59 CC GSM_RR_Types_part_7.o
#8 16.60 CC GSM_RestOctets_part_2.o
#8 16.60 CC GSM_RestOctets_part_1.o
#8 16.61 CC GSM_RestOctets_part_3.o
#8 16.74 CC GSM_RestOctets_part_4.o
#8 16.77 CC GSM_RestOctets_part_5.o
#8 16.80 CC GSM_RestOctets_part_6.o
#8 16.84 CC GSM_RestOctets_part_7.o
#8 16.86 CC GSM_SystemInformation_part_1.o
#8 16.87 CC GSM_SystemInformation_part_2.o
#8 16.88 CC GSM_SystemInformation_part_3.o
#8 16.89 CC GSM_SystemInformation_part_4.o
#8 16.90 CC GSM_SystemInformation_part_5.o
#8 16.92 CC GSM_SystemInformation_part_6.o
#8 16.93 CC GSM_SystemInformation_part_7.o
#8 16.94 CC GSM_Types_part_1.o
#8 16.96 CC GSM_Types_part_2.o
#8 16.96 CC GSM_Types_part_3.o
#8 16.98 CC GSM_Types_part_4.o
#8 16.98 CC GSM_Types_part_5.o
#8 17.00 CC GSM_Types_part_6.o
#8 17.00 CC GSM_Types_part_7.o
#8 17.00 CC General_Types_part_1.o
#8 17.02 CC General_Types_part_2.o
#8 17.02 CC General_Types_part_3.o
#8 17.03 CC General_Types_part_4.o
#8 17.04 CC General_Types_part_5.o
#8 17.05 CC General_Types_part_6.o
#8 17.05 CC General_Types_part_7.o
#8 17.06 CC IPA_CodecPort_part_1.o
#8 17.07 CC IPA_CodecPort_part_2.o
#8 17.07 CC IPA_CodecPort_part_3.o
#8 17.08 CC IPA_CodecPort_part_4.o
#8 17.09 CC IPA_CodecPort_part_5.o
#8 17.09 CC IPA_CodecPort_part_6.o
#8 17.11 CC IPA_CodecPort_part_7.o
#8 17.11 CC IPA_CodecPort_CtrlFunct_part_1.o
#8 17.11 CC IPA_CodecPort_CtrlFunct_part_2.o
#8 17.13 CC IPA_CodecPort_CtrlFunct_part_3.o
#8 17.14 CC IPA_CodecPort_CtrlFunct_part_4.o
#8 17.14 CC IPA_CodecPort_CtrlFunct_part_5.o
#8 17.15 CC IPA_CodecPort_CtrlFunct_part_6.o
#8 17.16 CC IPA_CodecPort_CtrlFunct_part_7.o
#8 17.16 CC IPA_Testing_part_1.o
#8 17.17 CC IPA_Testing_part_2.o
#8 17.17 CC IPA_Testing_part_3.o
#8 17.18 CC IPA_Testing_part_4.o
#8 17.18 CC IPA_Testing_part_5.o
#8 17.18 CC IPA_Testing_part_6.o
#8 17.19 CC IPA_Testing_part_7.o
#8 17.20 CC IPA_Types_part_1.o
#8 17.20 CC IPA_Types_part_2.o
#8 17.20 CC IPA_Types_part_3.o
#8 17.21 CC IPA_Types_part_4.o
#8 17.23 CC IPA_Types_part_5.o
#8 17.23 CC IPA_Types_part_6.o
#8 17.23 CC IPA_Types_part_7.o
#8 17.23 CC IPL4asp_Functions_part_1.o
#8 17.25 CC IPL4asp_Functions_part_2.o
#8 17.25 CC IPL4asp_Functions_part_3.o
#8 17.25 CC IPL4asp_Functions_part_4.o
#8 17.25 CC IPL4asp_Functions_part_5.o
#8 17.27 CC IPL4asp_Functions_part_6.o
#8 17.27 CC IPL4asp_Functions_part_7.o
#8 17.27 CC IPL4asp_PortType_part_1.o
#8 17.27 CC IPL4asp_PortType_part_2.o
#8 17.29 CC IPL4asp_PortType_part_3.o
#8 17.29 CC IPL4asp_PortType_part_4.o
#8 17.29 CC IPL4asp_PortType_part_5.o
#8 17.29 CC IPL4asp_PortType_part_6.o
#8 17.31 CC IPL4asp_PortType_part_7.o
#8 17.31 CC IPL4asp_Types_part_1.o
#8 17.31 CC IPL4asp_Types_part_2.o
#8 17.31 CC IPL4asp_Types_part_3.o
#8 17.33 CC IPL4asp_Types_part_4.o
#8 17.33 CC IPL4asp_Types_part_5.o
#8 17.33 CC IPL4asp_Types_part_6.o
#8 17.33 CC IPL4asp_Types_part_7.o
#8 17.35 CC IuUP_Emulation_part_1.o
#8 17.35 CC IuUP_Emulation_part_2.o
#8 17.35 CC IuUP_Emulation_part_3.o
#8 17.35 CC IuUP_Emulation_part_4.o
#8 17.37 CC IuUP_Emulation_part_5.o
#8 17.37 CC IuUP_Emulation_part_6.o
#8 17.37 CC IuUP_Emulation_part_7.o
#8 17.39 CC IuUP_Types_part_1.o
#8 17.39 CC IuUP_Types_part_2.o
#8 17.39 CC IuUP_Types_part_3.o
#8 17.41 CC IuUP_Types_part_4.o
#8 17.41 CC IuUP_Types_part_5.o
#8 17.42 CC IuUP_Types_part_6.o
#8 17.42 CC IuUP_Types_part_7.o
#8 17.43 CC L1CTL_PortType_part_1.o
#8 17.43 CC L1CTL_PortType_part_2.o
#8 17.44 CC L1CTL_PortType_part_3.o
#8 17.44 CC L1CTL_PortType_part_4.o
#8 17.45 CC L1CTL_PortType_part_5.o
#8 17.46 CC L1CTL_PortType_part_6.o
#8 17.47 CC L1CTL_PortType_part_7.o
#8 17.47 CC L1CTL_PortType_CtrlFunct_part_1.o
#8 17.47 CC L1CTL_PortType_CtrlFunct_part_2.o
#8 17.47 CC L1CTL_PortType_CtrlFunct_part_3.o
#8 17.48 CC L1CTL_PortType_CtrlFunct_part_4.o
#8 17.48 CC L1CTL_PortType_CtrlFunct_part_5.o
#8 17.49 CC L1CTL_PortType_CtrlFunct_part_6.o
#8 17.49 CC L1CTL_PortType_CtrlFunct_part_7.o
#8 17.49 CC L1CTL_Types_part_1.o
#8 17.50 CC L1CTL_Types_part_2.o
#8 17.50 CC L1CTL_Types_part_3.o
#8 17.50 CC L1CTL_Types_part_4.o
#8 17.51 CC L1CTL_Types_part_5.o
#8 17.51 CC L1CTL_Types_part_6.o
#8 17.52 CC L1CTL_Types_part_7.o
#8 17.52 CC L3_Common_part_1.o
#8 17.52 CC L3_Common_part_2.o
#8 17.54 CC L3_Common_part_4.o
#8 17.54 CC L3_Common_part_3.o
#8 17.54 CC L3_Common_part_5.o
#8 17.54 CC L3_Common_part_6.o
#8 17.54 CC L3_Common_part_7.o
#8 17.56 CC L3_Templates_part_1.o
#8 17.56 CC L3_Templates_part_2.o
#8 17.56 CC L3_Templates_part_4.o
#8 17.56 CC L3_Templates_part_3.o
#8 17.57 CC L3_Templates_part_5.o
#8 17.58 CC L3_Templates_part_7.o
#8 17.58 CC L3_Templates_part_6.o
#8 17.58 CC LAPDm_RAW_PT_part_1.o
#8 17.58 CC LAPDm_RAW_PT_part_2.o
#8 17.59 CC LAPDm_RAW_PT_part_3.o
#8 17.60 CC LAPDm_RAW_PT_part_4.o
#8 17.60 CC LAPDm_RAW_PT_part_5.o
#8 17.60 CC LAPDm_RAW_PT_part_6.o
#8 17.61 CC LAPDm_RAW_PT_part_7.o
#8 17.62 CC LAPDm_Types_part_1.o
#8 17.62 CC LAPDm_Types_part_2.o
#8 17.62 CC LAPDm_Types_part_3.o
#8 17.63 CC LAPDm_Types_part_4.o
#8 17.64 CC LAPDm_Types_part_5.o
#8 17.64 CC LAPDm_Types_part_6.o
#8 17.65 CC LAPDm_Types_part_7.o
#8 17.65 CC Misc_Helpers_part_1.o
#8 17.65 CC Misc_Helpers_part_2.o
#8 17.65 CC Misc_Helpers_part_3.o
#8 17.66 CC Misc_Helpers_part_4.o
#8 17.67 CC Misc_Helpers_part_5.o
#8 17.67 CC Misc_Helpers_part_6.o
#8 17.68 CC Misc_Helpers_part_7.o
#8 17.68 CC MobileL3_CC_Types_part_1.o
#8 17.68 CC MobileL3_CC_Types_part_2.o
#8 17.69 CC MobileL3_CC_Types_part_3.o
#8 17.69 CC MobileL3_CC_Types_part_4.o
#8 17.70 CC MobileL3_CC_Types_part_5.o
#8 17.70 CC MobileL3_CC_Types_part_6.o
#8 17.71 CC MobileL3_CC_Types_part_7.o
#8 17.72 CC MobileL3_CommonIE_Types_part_1.o
#8 17.73 CC MobileL3_CommonIE_Types_part_2.o
#8 17.75 CC MobileL3_CommonIE_Types_part_3.o
#8 17.75 CC MobileL3_CommonIE_Types_part_4.o
#8 17.77 CC MobileL3_CommonIE_Types_part_5.o
#8 17.78 CC MobileL3_CommonIE_Types_part_6.o
#8 17.80 CC MobileL3_CommonIE_Types_part_7.o
#8 17.81 CC MobileL3_GMM_SM_Types_part_1.o
#8 17.83 CC MobileL3_GMM_SM_Types_part_2.o
#8 17.97 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.97 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.97 11507 | }
#8 17.97 | ^
#8 18.47 CC MobileL3_GMM_SM_Types_part_3.o
#8 19.02 CC MobileL3_GMM_SM_Types_part_4.o
#8 19.82 CC MobileL3_GMM_SM_Types_part_5.o
#8 20.10 CC MobileL3_GMM_SM_Types_part_6.o
#8 21.63 CC MobileL3_GMM_SM_Types_part_7.o
#8 21.96 CC MobileL3_MM_Types_part_1.o
#8 22.31 CC MobileL3_MM_Types_part_2.o
#8 22.35 CC MobileL3_MM_Types_part_3.o
#8 22.37 CC MobileL3_MM_Types_part_4.o
#8 22.40 CC MobileL3_MM_Types_part_5.o
#8 22.41 CC MobileL3_MM_Types_part_6.o
#8 22.43 CC MobileL3_MM_Types_part_7.o
#8 22.43 CC MobileL3_RRM_Types_part_1.o
#8 22.47 CC MobileL3_RRM_Types_part_2.o
#8 22.79 CC MobileL3_RRM_Types_part_3.o
#8 23.32 CC MobileL3_RRM_Types_part_4.o
#8 23.62 CC MobileL3_RRM_Types_part_5.o
#8 23.65 CC MobileL3_RRM_Types_part_6.o
#8 23.69 CC MobileL3_RRM_Types_part_7.o
#8 23.74 CC MobileL3_SMS_Types_part_1.o
#8 23.96 CC MobileL3_SMS_Types_part_2.o
#8 23.99 CC MobileL3_SMS_Types_part_3.o
#8 24.03 CC MobileL3_SMS_Types_part_4.o
#8 24.06 CC MobileL3_SMS_Types_part_5.o
#8 24.10 CC MobileL3_SMS_Types_part_6.o
#8 24.13 CC MobileL3_SMS_Types_part_7.o
#8 24.17 CC MobileL3_SS_Types_part_1.o
#8 24.21 CC MobileL3_SS_Types_part_2.o
#8 24.24 CC MobileL3_SS_Types_part_3.o
#8 24.28 CC MobileL3_SS_Types_part_4.o
#8 24.32 CC MobileL3_SS_Types_part_5.o
#8 24.35 CC MobileL3_SS_Types_part_6.o
#8 24.38 CC MobileL3_SS_Types_part_7.o
#8 24.41 CC MobileL3_Types_part_1.o
#8 24.45 CC MobileL3_Types_part_2.o
#8 24.49 CC MobileL3_Types_part_3.o
#8 24.52 CC MobileL3_Types_part_4.o
#8 24.56 CC MobileL3_Types_part_5.o
#8 24.59 CC MobileL3_Types_part_6.o
#8 24.63 CC MobileL3_Types_part_7.o
#8 24.67 CC Native_Functions_part_1.o
#8 24.69 CC Native_Functions_part_2.o
#8 24.71 CC Native_Functions_part_3.o
#8 24.73 CC Native_Functions_part_4.o
#8 24.75 CC Native_Functions_part_5.o
#8 24.77 CC Native_Functions_part_6.o
#8 24.79 CC Native_Functions_part_7.o
#8 24.82 CC OSMUX_CodecPort_part_1.o
#8 24.84 CC OSMUX_CodecPort_part_2.o
#8 24.86 CC OSMUX_CodecPort_part_3.o
#8 24.88 CC OSMUX_CodecPort_part_4.o
#8 24.90 CC OSMUX_CodecPort_part_5.o
#8 24.92 CC OSMUX_CodecPort_part_6.o
#8 24.94 CC OSMUX_CodecPort_part_7.o
#8 24.97 CC OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.99 CC OSMUX_CodecPort_CtrlFunct_part_2.o
#8 25.01 CC OSMUX_CodecPort_CtrlFunct_part_3.o
#8 25.03 CC OSMUX_CodecPort_CtrlFunct_part_4.o
#8 25.05 CC OSMUX_CodecPort_CtrlFunct_part_5.o
#8 25.08 CC OSMUX_CodecPort_CtrlFunct_part_6.o
#8 25.10 CC OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.12 CC OSMUX_Emulation_part_1.o
#8 25.14 CC OSMUX_Emulation_part_2.o
#8 25.18 CC OSMUX_Emulation_part_3.o
#8 25.22 CC OSMUX_Emulation_part_4.o
#8 25.26 CC OSMUX_Emulation_part_5.o
#8 25.29 CC OSMUX_Emulation_part_6.o
#8 25.31 CC OSMUX_Emulation_part_7.o
#8 25.33 CC OSMUX_Types_part_1.o
#8 25.37 CC OSMUX_Types_part_2.o
#8 25.39 CC OSMUX_Types_part_3.o
#8 25.41 CC OSMUX_Types_part_4.o
#8 25.45 CC OSMUX_Types_part_5.o
#8 25.48 CC OSMUX_Types_part_6.o
#8 25.52 CC OSMUX_Types_part_7.o
#8 25.55 CC Osmocom_CTRL_Adapter_part_1.o
#8 25.56 CC Osmocom_CTRL_Adapter_part_2.o
#8 25.58 CC Osmocom_CTRL_Adapter_part_3.o
#8 25.59 CC Osmocom_CTRL_Adapter_part_4.o
#8 25.60 CC Osmocom_CTRL_Adapter_part_5.o
#8 25.61 CC Osmocom_CTRL_Adapter_part_6.o
#8 25.61 CC Osmocom_CTRL_Adapter_part_7.o
#8 25.62 CC Osmocom_CTRL_Functions_part_1.o
#8 25.63 CC Osmocom_CTRL_Functions_part_2.o
#8 25.64 CC Osmocom_CTRL_Functions_part_3.o
#8 25.65 CC Osmocom_CTRL_Functions_part_4.o
#8 25.65 CC Osmocom_CTRL_Functions_part_5.o
#8 25.67 CC Osmocom_CTRL_Functions_part_6.o
#8 25.67 CC Osmocom_CTRL_Functions_part_7.o
#8 25.68 CC Osmocom_CTRL_Types_part_1.o
#8 25.69 CC Osmocom_CTRL_Types_part_2.o
#8 25.69 CC Osmocom_CTRL_Types_part_3.o
#8 25.71 CC Osmocom_CTRL_Types_part_4.o
#8 25.71 CC Osmocom_CTRL_Types_part_5.o
#8 25.72 CC Osmocom_CTRL_Types_part_6.o
#8 25.73 CC Osmocom_CTRL_Types_part_7.o
#8 25.74 CC Osmocom_Types_part_1.o
#8 25.75 CC Osmocom_Types_part_2.o
#8 25.75 CC Osmocom_Types_part_3.o
#8 25.76 CC Osmocom_Types_part_4.o
#8 25.77 CC Osmocom_Types_part_5.o
#8 25.77 CC Osmocom_Types_part_6.o
#8 25.79 CC Osmocom_Types_part_7.o
#8 25.80 CC Osmocom_VTY_Functions_part_1.o
#8 25.80 CC Osmocom_VTY_Functions_part_2.o
#8 25.81 CC Osmocom_VTY_Functions_part_3.o
#8 25.82 CC Osmocom_VTY_Functions_part_4.o
#8 25.82 CC Osmocom_VTY_Functions_part_5.o
#8 25.84 CC Osmocom_VTY_Functions_part_6.o
#8 25.84 CC Osmocom_VTY_Functions_part_7.o
#8 25.84 CC PCUIF_CodecPort_part_1.o
#8 25.84 CC PCUIF_CodecPort_part_2.o
#8 25.86 CC PCUIF_CodecPort_part_3.o
#8 25.86 CC PCUIF_CodecPort_part_4.o
#8 25.86 CC PCUIF_CodecPort_part_5.o
#8 25.86 CC PCUIF_CodecPort_part_6.o
#8 25.88 CC PCUIF_CodecPort_part_7.o
#8 25.88 CC PCUIF_Types_part_1.o
#8 25.88 CC PCUIF_Types_part_2.o
#8 25.88 CC PCUIF_Types_part_3.o
#8 25.90 CC PCUIF_Types_part_4.o
#8 25.90 CC PCUIF_Types_part_5.o
#8 25.90 CC PCUIF_Types_part_6.o
#8 25.92 CC PCUIF_Types_part_7.o
#8 25.92 CC RLCMAC_CSN1_Templates_part_1.o
#8 25.92 CC RLCMAC_CSN1_Templates_part_2.o
#8 25.94 CC RLCMAC_CSN1_Templates_part_3.o
#8 25.94 CC RLCMAC_CSN1_Templates_part_4.o
#8 25.95 CC RLCMAC_CSN1_Templates_part_5.o
#8 25.97 CC RLCMAC_CSN1_Templates_part_6.o
#8 25.97 CC RLCMAC_CSN1_Templates_part_7.o
#8 25.97 CC RLCMAC_CSN1_Types_part_1.o
#8 25.99 CC RLCMAC_CSN1_Types_part_2.o
#8 25.99 CC RLCMAC_CSN1_Types_part_3.o
#8 26.07 CC RLCMAC_CSN1_Types_part_4.o
#8 26.12 CC RLCMAC_CSN1_Types_part_5.o
#8 26.27 CC RLCMAC_CSN1_Types_part_6.o
#8 26.30 CC RLCMAC_CSN1_Types_part_7.o
#8 26.34 CC RLCMAC_Templates_part_1.o
#8 26.38 CC RLCMAC_Templates_part_2.o
#8 26.40 CC RLCMAC_Templates_part_3.o
#8 26.41 CC RLCMAC_Templates_part_4.o
#8 26.42 CC RLCMAC_Templates_part_5.o
#8 26.43 CC RLCMAC_Templates_part_6.o
#8 26.46 CC RLCMAC_Templates_part_7.o
#8 26.46 CC RLCMAC_Types_part_1.o
#8 26.48 CC RLCMAC_Types_part_2.o
#8 26.51 CC RLCMAC_Types_part_3.o
#8 26.54 CC RLCMAC_Types_part_4.o
#8 26.55 CC RLCMAC_Types_part_5.o
#8 26.56 CC RLCMAC_Types_part_6.o
#8 26.57 CC RLCMAC_Types_part_7.o
#8 26.58 CC RSL_Emulation_part_1.o
#8 26.59 CC RSL_Emulation_part_2.o
#8 26.60 CC RSL_Emulation_part_3.o
#8 26.61 CC RSL_Emulation_part_4.o
#8 26.62 CC RSL_Emulation_part_5.o
#8 26.64 CC RSL_Emulation_part_6.o
#8 26.65 CC RSL_Emulation_part_7.o
#8 26.67 CC RSL_Types_part_1.o
#8 26.67 CC RSL_Types_part_2.o
#8 26.82 CC RSL_Types_part_3.o
#8 26.84 CC RSL_Types_part_4.o
#8 26.86 CC RSL_Types_part_5.o
#8 26.89 CC RSL_Types_part_6.o
#8 26.91 CC RSL_Types_part_7.o
#8 26.93 CC RTP_CodecPort_part_1.o
#8 26.96 CC RTP_CodecPort_part_2.o
#8 26.98 CC RTP_CodecPort_part_3.o
#8 26.98 CC RTP_CodecPort_part_4.o
#8 27.00 CC RTP_CodecPort_part_5.o
#8 27.01 CC RTP_CodecPort_part_6.o
#8 27.03 CC RTP_CodecPort_part_7.o
#8 27.03 CC RTP_CodecPort_CtrlFunct_part_1.o
#8 27.05 CC RTP_CodecPort_CtrlFunct_part_2.o
#8 27.05 CC RTP_CodecPort_CtrlFunct_part_3.o
#8 27.07 CC RTP_CodecPort_CtrlFunct_part_4.o
#8 27.07 CC RTP_CodecPort_CtrlFunct_part_5.o
#8 27.09 CC RTP_CodecPort_CtrlFunct_part_6.o
#8 27.09 CC RTP_CodecPort_CtrlFunct_part_7.o
#8 27.11 CC RTP_Emulation_part_1.o
#8 27.11 CC RTP_Emulation_part_2.o
#8 27.13 CC RTP_Emulation_part_3.o
#8 27.14 CC RTP_Emulation_part_4.o
#8 27.16 CC RTP_Emulation_part_5.o
#8 27.16 CC RTP_Emulation_part_6.o
#8 27.18 CC RTP_Emulation_part_7.o
#8 27.18 CC RTP_Types_part_1.o
#8 27.20 CC RTP_Types_part_2.o
#8 27.24 CC RTP_Types_part_3.o
#8 27.27 CC RTP_Types_part_4.o
#8 27.27 CC RTP_Types_part_5.o
#8 27.29 CC RTP_Types_part_6.o
#8 27.29 CC RTP_Types_part_7.o
#8 27.32 CC Socket_API_Definitions_part_1.o
#8 27.32 CC Socket_API_Definitions_part_2.o
#8 27.34 CC Socket_API_Definitions_part_3.o
#8 27.34 CC Socket_API_Definitions_part_4.o
#8 27.37 CC Socket_API_Definitions_part_5.o
#8 27.37 CC Socket_API_Definitions_part_6.o
#8 27.40 CC Socket_API_Definitions_part_7.o
#8 27.40 CC TCCConversion_Functions_part_1.o
#8 27.42 CC TCCConversion_Functions_part_2.o
#8 27.42 CC TCCConversion_Functions_part_3.o
#8 27.44 CC TCCConversion_Functions_part_4.o
#8 27.44 CC TCCConversion_Functions_part_5.o
#8 27.46 CC TCCConversion_Functions_part_6.o
#8 27.46 CC TCCConversion_Functions_part_7.o
#8 27.48 CC TCCInterface_Functions_part_1.o
#8 27.48 CC TCCInterface_Functions_part_2.o
#8 27.50 CC TCCInterface_Functions_part_3.o
#8 27.50 CC TCCInterface_Functions_part_4.o
#8 27.53 CC TCCInterface_Functions_part_5.o
#8 27.53 CC TCCInterface_Functions_part_6.o
#8 27.55 CC TCCInterface_Functions_part_7.o
#8 27.55 CC TELNETasp_PortType_part_1.o
#8 27.57 CC TELNETasp_PortType_part_2.o
#8 27.57 CC TELNETasp_PortType_part_3.o
#8 27.59 CC TELNETasp_PortType_part_4.o
#8 27.59 CC TELNETasp_PortType_part_5.o
#8 27.61 CC TELNETasp_PortType_part_6.o
#8 27.61 CC TELNETasp_PortType_part_7.o
#8 27.63 CC TRXC_CodecPort_part_1.o
#8 27.64 CC TRXC_CodecPort_part_2.o
#8 27.66 CC TRXC_CodecPort_part_3.o
#8 27.66 CC TRXC_CodecPort_part_4.o
#8 27.68 CC TRXC_CodecPort_part_5.o
#8 27.68 CC TRXC_CodecPort_part_6.o
#8 27.70 CC TRXC_CodecPort_part_7.o
#8 27.70 CC TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.72 CC TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.72 CC TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.74 CC TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.75 CC TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.77 CC TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.77 CC TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.79 CC TRXC_Types_part_1.o
#8 27.79 CC TRXC_Types_part_2.o
#8 27.81 CC TRXC_Types_part_3.o
#8 27.81 CC TRXC_Types_part_4.o
#8 27.84 CC TRXC_Types_part_5.o
#8 27.84 CC TRXC_Types_part_6.o
#8 27.86 CC TRXC_Types_part_7.o
#8 27.86 CC UD_PortType_part_1.o
#8 27.88 CC UD_PortType_part_2.o
#8 27.88 CC UD_PortType_part_3.o
#8 27.90 CC UD_PortType_part_4.o
#8 27.92 CC UD_PortType_part_5.o
#8 27.94 CC UD_PortType_part_6.o
#8 27.94 CC UD_PortType_part_7.o
#8 27.96 CC UD_Types_part_1.o
#8 27.96 CC UD_Types_part_2.o
#8 27.99 CC UD_Types_part_3.o
#8 27.99 CC UD_Types_part_4.o
#8 28.01 CC UD_Types_part_5.o
#8 28.01 CC UD_Types_part_6.o
#8 28.03 CC UD_Types_part_7.o
#8 28.03 CC IPA_Emulation.o
#8 28.07 CC IPA_Emulation_part_1.o
#8 28.09 CC IPA_Emulation_part_2.o
#8 28.11 CC IPA_Emulation_part_3.o
#8 28.14 CC IPA_Emulation_part_4.o
#8 28.16 CC IPA_Emulation_part_5.o
#8 28.18 CC IPA_Emulation_part_6.o
#8 28.20 CC IPA_Emulation_part_7.o
#8 28.22 CC IPA_CodecPort_CtrlFunctDef.o
#8 28.33 CC IPL4asp_PT.o
#8 28.41 CC IPL4asp_discovery.o
#8 28.67 CC IuUP_EncDec.o
#8 28.75 CC L1CTL_PortType_CtrlFunctDef.o
#8 28.97 CC Native_FunctionDefs.o
#8 29.07 CC OSMUX_CodecPort_CtrlFunctDef.o
#8 29.24 CC RLCMAC_EncDec.o
#8 29.27 CC RTP_CodecPort_CtrlFunctDef.o
#8 29.44 CC RTP_EncDec.o
#8 29.48 CC TCCConversion.o
#8 29.57 CC TCCInterface.o
#8 29.92 CC TELNETasp_PT.o
#8 30.08 CC TRXC_CodecPort_CtrlFunctDef.o
#8 30.24 CC UD_PT.o
#8 30.35 CCLD AMR_Types.so
#8 30.35 CCLD AbisOML_Types.so
#8 30.42 CCLD BTS_Tests.so
#8 30.42 CCLD BTS_Tests_ASCI.so
#8 30.51 CCLD BTS_Tests_LAPDm.so
#8 30.52 CCLD BTS_Tests_OML.so
#8 30.59 CCLD BTS_Tests_SMSCB.so
#8 30.60 CCLD BTS_Tests_VAMOS.so
#8 30.65 CCLD BTS_Tests_perf.so
#8 30.68 CCLD GSM_RR_Types.so
#8 30.73 CCLD GSM_RestOctets.so
#8 30.74 CCLD GSM_SystemInformation.so
#8 30.81 CCLD GSM_Types.so
#8 30.86 CCLD General_Types.so
#8 30.89 CCLD IPA_CodecPort.so
#8 30.92 CCLD IPA_CodecPort_CtrlFunct.so
#8 30.92 CCLD IPA_Testing.so
#8 30.96 CCLD IPA_Types.so
#8 30.98 CCLD IPL4asp_Functions.so
#8 30.99 CCLD IPL4asp_PortType.so
#8 31.03 CCLD IPL4asp_Types.so
#8 31.06 CCLD IuUP_Emulation.so
#8 31.07 CCLD IuUP_Types.so
#8 31.07 CCLD L1CTL_PortType.so
#8 31.15 CCLD L1CTL_PortType_CtrlFunct.so
#8 31.15 CCLD L1CTL_Types.so
#8 31.16 CCLD L3_Common.so
#8 31.18 CCLD L3_Templates.so
#8 31.21 CCLD LAPDm_RAW_PT.so
#8 31.26 CCLD LAPDm_Types.so
#8 31.29 CCLD Misc_Helpers.so
#8 31.30 CCLD MobileL3_CC_Types.so
#8 31.30 CCLD MobileL3_CommonIE_Types.so
#8 31.34 CCLD MobileL3_GMM_SM_Types.so
#8 31.34 CCLD MobileL3_MM_Types.so
#8 31.36 CCLD MobileL3_RRM_Types.so
#8 31.38 CCLD MobileL3_SMS_Types.so
#8 31.38 CCLD MobileL3_SS_Types.so
#8 31.44 CCLD MobileL3_Types.so
#8 31.49 CCLD Native_Functions.so
#8 31.49 CCLD OSMUX_CodecPort.so
#8 31.50 CCLD OSMUX_CodecPort_CtrlFunct.so
#8 31.51 CCLD OSMUX_Emulation.so
#8 31.52 CCLD OSMUX_Types.so
#8 31.55 CCLD Osmocom_CTRL_Adapter.so
#8 31.56 CCLD Osmocom_CTRL_Functions.so
#8 31.58 CCLD Osmocom_CTRL_Types.so
#8 31.60 CCLD Osmocom_Types.so
#8 31.60 CCLD Osmocom_VTY_Functions.so
#8 31.64 CCLD PCUIF_CodecPort.so
#8 31.65 CCLD PCUIF_Types.so
#8 31.66 CCLD RLCMAC_CSN1_Templates.so
#8 31.67 CCLD RLCMAC_CSN1_Types.so
#8 31.68 CCLD RLCMAC_Templates.so
#8 31.70 CCLD RLCMAC_Types.so
#8 31.71 CCLD RSL_Emulation.so
#8 31.71 CCLD RSL_Types.so
#8 31.72 CCLD RTP_CodecPort.so
#8 31.72 CCLD RTP_CodecPort_CtrlFunct.so
#8 31.75 CCLD RTP_Emulation.so
#8 31.77 CCLD RTP_Types.so
#8 31.79 CCLD Socket_API_Definitions.so
#8 31.84 CCLD TCCConversion_Functions.so
#8 31.85 CCLD TCCInterface_Functions.so
#8 31.86 CCLD TELNETasp_PortType.so
#8 31.86 CCLD TRXC_CodecPort.so
#8 31.87 CCLD TRXC_CodecPort_CtrlFunct.so
#8 31.90 CCLD TRXC_Types.so
#8 31.91 CCLD UD_PortType.so
#8 31.92 CCLD UD_Types.so
#8 31.93 CCLD AMR_Types_part_1.so
#8 31.95 CCLD AMR_Types_part_2.so
#8 31.96 CCLD AMR_Types_part_3.so
#8 31.96 CCLD AMR_Types_part_4.so
#8 31.96 CCLD AMR_Types_part_5.so
#8 31.98 CCLD AMR_Types_part_6.so
#8 31.98 CCLD AMR_Types_part_7.so
#8 31.98 CCLD AbisOML_Types_part_1.so
#8 31.99 CCLD AbisOML_Types_part_2.so
#8 31.99 CCLD AbisOML_Types_part_3.so
#8 31.99 CCLD AbisOML_Types_part_4.so
#8 32.01 CCLD AbisOML_Types_part_5.so
#8 32.01 CCLD AbisOML_Types_part_6.so
#8 32.01 CCLD AbisOML_Types_part_7.so
#8 32.01 CCLD BTS_Tests_part_1.so
#8 32.02 CCLD BTS_Tests_part_2.so
#8 32.02 CCLD BTS_Tests_part_3.so
#8 32.02 CCLD BTS_Tests_part_4.so
#8 32.03 CCLD BTS_Tests_part_5.so
#8 32.03 CCLD BTS_Tests_part_6.so
#8 32.04 CCLD BTS_Tests_part_7.so
#8 32.05 CCLD BTS_Tests_ASCI_part_1.so
#8 32.05 CCLD BTS_Tests_ASCI_part_2.so
#8 32.06 CCLD BTS_Tests_ASCI_part_3.so
#8 32.06 CCLD BTS_Tests_ASCI_part_4.so
#8 32.06 CCLD BTS_Tests_ASCI_part_5.so
#8 32.07 CCLD BTS_Tests_ASCI_part_6.so
#8 32.07 CCLD BTS_Tests_ASCI_part_7.so
#8 32.07 CCLD BTS_Tests_LAPDm_part_1.so
#8 32.08 CCLD BTS_Tests_LAPDm_part_2.so
#8 32.09 CCLD BTS_Tests_LAPDm_part_3.so
#8 32.09 CCLD BTS_Tests_LAPDm_part_4.so
#8 32.09 CCLD BTS_Tests_LAPDm_part_5.so
#8 32.10 CCLD BTS_Tests_LAPDm_part_6.so
#8 32.10 CCLD BTS_Tests_LAPDm_part_7.so
#8 32.10 CCLD BTS_Tests_OML_part_1.so
#8 32.10 CCLD BTS_Tests_OML_part_2.so
#8 32.11 CCLD BTS_Tests_OML_part_3.so
#8 32.11 CCLD BTS_Tests_OML_part_4.so
#8 32.12 CCLD BTS_Tests_OML_part_5.so
#8 32.12 CCLD BTS_Tests_OML_part_7.so
#8 32.12 CCLD BTS_Tests_OML_part_6.so
#8 32.12 CCLD BTS_Tests_SMSCB_part_1.so
#8 32.12 CCLD BTS_Tests_SMSCB_part_2.so
#8 32.12 CCLD BTS_Tests_SMSCB_part_3.so
#8 32.13 CCLD BTS_Tests_SMSCB_part_4.so
#8 32.14 CCLD BTS_Tests_SMSCB_part_5.so
#8 32.14 CCLD BTS_Tests_SMSCB_part_6.so
#8 32.14 CCLD BTS_Tests_SMSCB_part_7.so
#8 32.14 CCLD BTS_Tests_VAMOS_part_1.so
#8 32.14 CCLD BTS_Tests_VAMOS_part_2.so
#8 32.15 CCLD BTS_Tests_VAMOS_part_3.so
#8 32.15 CCLD BTS_Tests_VAMOS_part_4.so
#8 32.15 CCLD BTS_Tests_VAMOS_part_5.so
#8 32.15 CCLD BTS_Tests_VAMOS_part_6.so
#8 32.15 CCLD BTS_Tests_VAMOS_part_7.so
#8 32.16 CCLD BTS_Tests_perf_part_1.so
#8 32.18 CCLD BTS_Tests_perf_part_2.so
#8 32.18 CCLD BTS_Tests_perf_part_3.so
#8 32.18 CCLD BTS_Tests_perf_part_4.so
#8 32.18 CCLD BTS_Tests_perf_part_5.so
#8 32.18 CCLD BTS_Tests_perf_part_6.so
#8 32.18 CCLD BTS_Tests_perf_part_7.so
#8 32.18 CCLD GSM_RR_Types_part_1.so
#8 32.18 CCLD GSM_RR_Types_part_2.so
#8 32.19 CCLD GSM_RR_Types_part_3.so
#8 32.20 CCLD GSM_RR_Types_part_4.so
#8 32.21 CCLD GSM_RR_Types_part_6.so
#8 32.21 CCLD GSM_RR_Types_part_5.so
#8 32.21 CCLD GSM_RR_Types_part_7.so
#8 32.22 CCLD GSM_RestOctets_part_1.so
#8 32.22 CCLD GSM_RestOctets_part_2.so
#8 32.22 CCLD GSM_RestOctets_part_3.so
#8 32.22 CCLD GSM_RestOctets_part_4.so
#8 32.23 CCLD GSM_RestOctets_part_5.so
#8 32.24 CCLD GSM_RestOctets_part_6.so
#8 32.24 CCLD GSM_RestOctets_part_7.so
#8 32.24 CCLD GSM_SystemInformation_part_1.so
#8 32.25 CCLD GSM_SystemInformation_part_2.so
#8 32.27 CCLD GSM_SystemInformation_part_3.so
#8 32.27 CCLD GSM_SystemInformation_part_4.so
#8 32.28 CCLD GSM_SystemInformation_part_5.so
#8 32.28 CCLD GSM_SystemInformation_part_6.so
#8 32.30 CCLD GSM_SystemInformation_part_7.so
#8 32.30 CCLD GSM_Types_part_1.so
#8 32.30 CCLD GSM_Types_part_2.so
#8 32.30 CCLD GSM_Types_part_3.so
#8 32.31 CCLD GSM_Types_part_4.so
#8 32.31 CCLD GSM_Types_part_5.so
#8 32.32 CCLD GSM_Types_part_6.so
#8 32.32 CCLD GSM_Types_part_7.so
#8 32.33 CCLD General_Types_part_1.so
#8 32.33 CCLD General_Types_part_2.so
#8 32.34 CCLD General_Types_part_3.so
#8 32.34 CCLD General_Types_part_4.so
#8 32.34 CCLD General_Types_part_5.so
#8 32.35 CCLD General_Types_part_6.so
#8 32.35 CCLD General_Types_part_7.so
#8 32.35 CCLD IPA_CodecPort_part_1.so
#8 32.35 CCLD IPA_CodecPort_part_2.so
#8 32.35 CCLD IPA_CodecPort_part_3.so
#8 32.36 CCLD IPA_CodecPort_part_4.so
#8 32.36 CCLD IPA_CodecPort_part_5.so
#8 32.36 CCLD IPA_CodecPort_part_6.so
#8 32.36 CCLD IPA_CodecPort_part_7.so
#8 32.37 CCLD IPA_CodecPort_CtrlFunct_part_1.so
#8 32.37 CCLD IPA_CodecPort_CtrlFunct_part_2.so
#8 32.37 CCLD IPA_CodecPort_CtrlFunct_part_3.so
#8 32.38 CCLD IPA_CodecPort_CtrlFunct_part_4.so
#8 32.38 CCLD IPA_CodecPort_CtrlFunct_part_5.so
#8 32.38 CCLD IPA_CodecPort_CtrlFunct_part_6.so
#8 32.38 CCLD IPA_CodecPort_CtrlFunct_part_7.so
#8 32.39 CCLD IPA_Testing_part_1.so
#8 32.40 CCLD IPA_Testing_part_2.so
#8 32.40 CCLD IPA_Testing_part_3.so
#8 32.40 CCLD IPA_Testing_part_4.so
#8 32.40 CCLD IPA_Testing_part_5.so
#8 32.40 CCLD IPA_Testing_part_6.so
#8 32.40 CCLD IPA_Testing_part_7.so
#8 32.40 CCLD IPA_Types_part_1.so
#8 32.42 CCLD IPA_Types_part_2.so
#8 32.42 CCLD IPA_Types_part_3.so
#8 32.42 CCLD IPA_Types_part_4.so
#8 32.42 CCLD IPA_Types_part_5.so
#8 32.42 CCLD IPA_Types_part_6.so
#8 32.42 CCLD IPA_Types_part_7.so
#8 32.42 CCLD IPL4asp_Functions_part_1.so
#8 32.44 CCLD IPL4asp_Functions_part_2.so
#8 32.44 CCLD IPL4asp_Functions_part_3.so
#8 32.44 CCLD IPL4asp_Functions_part_4.so
#8 32.45 CCLD IPL4asp_Functions_part_5.so
#8 32.45 CCLD IPL4asp_Functions_part_6.so
#8 32.45 CCLD IPL4asp_Functions_part_7.so
#8 32.45 CCLD IPL4asp_PortType_part_1.so
#8 32.45 CCLD IPL4asp_PortType_part_2.so
#8 32.45 CCLD IPL4asp_PortType_part_3.so
#8 32.45 CCLD IPL4asp_PortType_part_4.so
#8 32.45 CCLD IPL4asp_PortType_part_5.so
#8 32.45 CCLD IPL4asp_PortType_part_6.so
#8 32.45 CCLD IPL4asp_PortType_part_7.so
#8 32.47 CCLD IPL4asp_Types_part_1.so
#8 32.47 CCLD IPL4asp_Types_part_2.so
#8 32.47 CCLD IPL4asp_Types_part_3.so
#8 32.48 CCLD IPL4asp_Types_part_4.so
#8 32.48 CCLD IPL4asp_Types_part_5.so
#8 32.48 CCLD IPL4asp_Types_part_6.so
#8 32.48 CCLD IPL4asp_Types_part_7.so
#8 32.48 CCLD IuUP_Emulation_part_1.so
#8 32.48 CCLD IuUP_Emulation_part_2.so
#8 32.48 CCLD IuUP_Emulation_part_3.so
#8 32.48 CCLD IuUP_Emulation_part_4.so
#8 32.48 CCLD IuUP_Emulation_part_5.so
#8 32.49 CCLD IuUP_Emulation_part_6.so
#8 32.50 CCLD IuUP_Emulation_part_7.so
#8 32.50 CCLD IuUP_Types_part_1.so
#8 32.50 CCLD IuUP_Types_part_2.so
#8 32.50 CCLD IuUP_Types_part_3.so
#8 32.50 CCLD IuUP_Types_part_4.so
#8 32.50 CCLD IuUP_Types_part_5.so
#8 32.50 CCLD IuUP_Types_part_6.so
#8 32.51 CCLD IuUP_Types_part_7.so
#8 32.51 CCLD L1CTL_PortType_part_1.so
#8 32.52 CCLD L1CTL_PortType_part_2.so
#8 32.52 CCLD L1CTL_PortType_part_3.so
#8 32.52 CCLD L1CTL_PortType_part_4.so
#8 32.53 CCLD L1CTL_PortType_part_5.so
#8 32.53 CCLD L1CTL_PortType_part_6.so
#8 32.53 CCLD L1CTL_PortType_part_7.so
#8 32.53 CCLD L1CTL_PortType_CtrlFunct_part_1.so
#8 32.53 CCLD L1CTL_PortType_CtrlFunct_part_2.so
#8 32.53 CCLD L1CTL_PortType_CtrlFunct_part_3.so
#8 32.53 CCLD L1CTL_PortType_CtrlFunct_part_4.so
#8 32.54 CCLD L1CTL_PortType_CtrlFunct_part_5.so
#8 32.54 CCLD L1CTL_PortType_CtrlFunct_part_6.so
#8 32.54 CCLD L1CTL_PortType_CtrlFunct_part_7.so
#8 32.54 CCLD L1CTL_Types_part_1.so
#8 32.55 CCLD L1CTL_Types_part_2.so
#8 32.55 CCLD L1CTL_Types_part_3.so
#8 32.55 CCLD L1CTL_Types_part_4.so
#8 32.57 CCLD L1CTL_Types_part_5.so
#8 32.57 CCLD L1CTL_Types_part_6.so
#8 32.57 CCLD L1CTL_Types_part_7.so
#8 32.57 CCLD L3_Common_part_1.so
#8 32.57 CCLD L3_Common_part_2.so
#8 32.57 CCLD L3_Common_part_3.so
#8 32.57 CCLD L3_Common_part_4.so
#8 32.57 CCLD L3_Common_part_5.so
#8 32.57 CCLD L3_Common_part_6.so
#8 32.59 CCLD L3_Common_part_7.so
#8 32.59 CCLD L3_Templates_part_1.so
#8 32.59 CCLD L3_Templates_part_2.so
#8 32.59 CCLD L3_Templates_part_3.so
#8 32.60 CCLD L3_Templates_part_4.so
#8 32.60 CCLD L3_Templates_part_5.so
#8 32.60 CCLD L3_Templates_part_6.so
#8 32.60 CCLD L3_Templates_part_7.so
#8 32.60 CCLD LAPDm_RAW_PT_part_1.so
#8 32.61 CCLD LAPDm_RAW_PT_part_2.so
#8 32.61 CCLD LAPDm_RAW_PT_part_3.so
#8 32.63 CCLD LAPDm_RAW_PT_part_4.so
#8 32.63 CCLD LAPDm_RAW_PT_part_5.so
#8 32.63 CCLD LAPDm_RAW_PT_part_6.so
#8 32.63 CCLD LAPDm_RAW_PT_part_7.so
#8 32.63 CCLD LAPDm_Types_part_1.so
#8 32.63 CCLD LAPDm_Types_part_2.so
#8 32.63 CCLD LAPDm_Types_part_3.so
#8 32.63 CCLD LAPDm_Types_part_4.so
#8 32.63 CCLD LAPDm_Types_part_5.so
#8 32.64 CCLD LAPDm_Types_part_6.so
#8 32.64 CCLD LAPDm_Types_part_7.so
#8 32.65 CCLD Misc_Helpers_part_1.so
#8 32.65 CCLD Misc_Helpers_part_2.so
#8 32.65 CCLD Misc_Helpers_part_3.so
#8 32.65 CCLD Misc_Helpers_part_4.so
#8 32.65 CCLD Misc_Helpers_part_5.so
#8 32.65 CCLD Misc_Helpers_part_6.so
#8 32.66 CCLD Misc_Helpers_part_7.so
#8 32.66 CCLD MobileL3_CC_Types_part_1.so
#8 32.66 CCLD MobileL3_CC_Types_part_2.so
#8 32.66 CCLD MobileL3_CC_Types_part_3.so
#8 32.66 CCLD MobileL3_CC_Types_part_4.so
#8 32.66 CCLD MobileL3_CC_Types_part_5.so
#8 32.68 CCLD MobileL3_CC_Types_part_6.so
#8 32.68 CCLD MobileL3_CC_Types_part_7.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_1.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_2.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_3.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_4.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_5.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_6.so
#8 32.68 CCLD MobileL3_CommonIE_Types_part_7.so
#8 32.69 CCLD MobileL3_GMM_SM_Types_part_1.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_2.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_3.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_4.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_5.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_6.so
#8 32.71 CCLD MobileL3_GMM_SM_Types_part_7.so
#8 32.71 CCLD MobileL3_MM_Types_part_1.so
#8 32.73 CCLD MobileL3_MM_Types_part_2.so
#8 32.79 CCLD MobileL3_MM_Types_part_3.so
#8 32.82 CCLD MobileL3_MM_Types_part_4.so
#8 32.83 CCLD MobileL3_MM_Types_part_5.so
#8 32.84 CCLD MobileL3_MM_Types_part_6.so
#8 32.85 CCLD MobileL3_MM_Types_part_7.so
#8 32.85 CCLD MobileL3_RRM_Types_part_1.so
#8 32.86 CCLD MobileL3_RRM_Types_part_2.so
#8 32.87 CCLD MobileL3_RRM_Types_part_3.so
#8 32.87 CCLD MobileL3_RRM_Types_part_4.so
#8 32.87 CCLD MobileL3_RRM_Types_part_5.so
#8 32.88 CCLD MobileL3_RRM_Types_part_6.so
#8 32.89 CCLD MobileL3_RRM_Types_part_7.so
#8 32.89 CCLD MobileL3_SMS_Types_part_1.so
#8 32.90 CCLD MobileL3_SMS_Types_part_2.so
#8 32.91 CCLD MobileL3_SMS_Types_part_3.so
#8 32.91 CCLD MobileL3_SMS_Types_part_4.so
#8 32.92 CCLD MobileL3_SMS_Types_part_5.so
#8 32.92 CCLD MobileL3_SMS_Types_part_6.so
#8 32.94 CCLD MobileL3_SMS_Types_part_7.so
#8 32.94 CCLD MobileL3_SS_Types_part_1.so
#8 32.94 CCLD MobileL3_SS_Types_part_2.so
#8 32.94 CCLD MobileL3_SS_Types_part_3.so
#8 32.95 CCLD MobileL3_SS_Types_part_4.so
#8 32.96 CCLD MobileL3_SS_Types_part_5.so
#8 32.96 CCLD MobileL3_SS_Types_part_6.so
#8 32.97 CCLD MobileL3_SS_Types_part_7.so
#8 32.97 CCLD MobileL3_Types_part_1.so
#8 32.97 CCLD MobileL3_Types_part_2.so
#8 32.97 CCLD MobileL3_Types_part_3.so
#8 32.98 CCLD MobileL3_Types_part_4.so
#8 32.98 CCLD MobileL3_Types_part_5.so
#8 32.99 CCLD MobileL3_Types_part_6.so
#8 33.00 CCLD MobileL3_Types_part_7.so
#8 33.00 CCLD Native_Functions_part_1.so
#8 33.00 CCLD Native_Functions_part_2.so
#8 33.00 CCLD Native_Functions_part_3.so
#8 33.01 CCLD Native_Functions_part_4.so
#8 33.01 CCLD Native_Functions_part_5.so
#8 33.01 CCLD Native_Functions_part_7.so
#8 33.01 CCLD Native_Functions_part_6.so
#8 33.02 CCLD OSMUX_CodecPort_part_1.so
#8 33.02 CCLD OSMUX_CodecPort_part_2.so
#8 33.02 CCLD OSMUX_CodecPort_part_3.so
#8 33.02 CCLD OSMUX_CodecPort_part_4.so
#8 33.03 CCLD OSMUX_CodecPort_part_5.so
#8 33.03 CCLD OSMUX_CodecPort_part_6.so
#8 33.03 CCLD OSMUX_CodecPort_part_7.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_1.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_2.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_3.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_4.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_5.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_6.so
#8 33.04 CCLD OSMUX_CodecPort_CtrlFunct_part_7.so
#8 33.05 CCLD OSMUX_Emulation_part_1.so
#8 33.05 CCLD OSMUX_Emulation_part_2.so
#8 33.06 CCLD OSMUX_Emulation_part_3.so
#8 33.06 CCLD OSMUX_Emulation_part_4.so
#8 33.06 CCLD OSMUX_Emulation_part_5.so
#8 33.06 CCLD OSMUX_Emulation_part_6.so
#8 33.06 CCLD OSMUX_Emulation_part_7.so
#8 33.07 CCLD OSMUX_Types_part_1.so
#8 33.07 CCLD OSMUX_Types_part_2.so
#8 33.07 CCLD OSMUX_Types_part_3.so
#8 33.07 CCLD OSMUX_Types_part_4.so
#8 33.08 CCLD OSMUX_Types_part_5.so
#8 33.08 CCLD OSMUX_Types_part_6.so
#8 33.08 CCLD OSMUX_Types_part_7.so
#8 33.08 CCLD Osmocom_CTRL_Adapter_part_1.so
#8 33.08 CCLD Osmocom_CTRL_Adapter_part_2.so
#8 33.09 CCLD Osmocom_CTRL_Adapter_part_3.so
#8 33.09 CCLD Osmocom_CTRL_Adapter_part_4.so
#8 33.09 CCLD Osmocom_CTRL_Adapter_part_5.so
#8 33.10 CCLD Osmocom_CTRL_Adapter_part_6.so
#8 33.10 CCLD Osmocom_CTRL_Adapter_part_7.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_2.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_1.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_3.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_4.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_5.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_6.so
#8 33.10 CCLD Osmocom_CTRL_Functions_part_7.so
#8 33.11 CCLD Osmocom_CTRL_Types_part_1.so
#8 33.11 CCLD Osmocom_CTRL_Types_part_2.so
#8 33.13 CCLD Osmocom_CTRL_Types_part_3.so
#8 33.13 CCLD Osmocom_CTRL_Types_part_4.so
#8 33.13 CCLD Osmocom_CTRL_Types_part_5.so
#8 33.13 CCLD Osmocom_CTRL_Types_part_6.so
#8 33.13 CCLD Osmocom_CTRL_Types_part_7.so
#8 33.13 CCLD Osmocom_Types_part_1.so
#8 33.13 CCLD Osmocom_Types_part_4.so
#8 33.13 CCLD Osmocom_Types_part_2.so
#8 33.13 CCLD Osmocom_Types_part_3.so
#8 33.13 CCLD Osmocom_Types_part_5.so
#8 33.13 CCLD Osmocom_Types_part_6.so
#8 33.14 CCLD Osmocom_Types_part_7.so
#8 33.15 CCLD Osmocom_VTY_Functions_part_1.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_2.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_3.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_4.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_5.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_6.so
#8 33.16 CCLD Osmocom_VTY_Functions_part_7.so
#8 33.16 CCLD PCUIF_CodecPort_part_1.so
#8 33.16 CCLD PCUIF_CodecPort_part_2.so
#8 33.16 CCLD PCUIF_CodecPort_part_3.so
#8 33.16 CCLD PCUIF_CodecPort_part_4.so
#8 33.16 CCLD PCUIF_CodecPort_part_5.so
#8 33.18 CCLD PCUIF_CodecPort_part_6.so
#8 33.18 CCLD PCUIF_CodecPort_part_7.so
#8 33.18 CCLD PCUIF_Types_part_1.so
#8 33.18 CCLD PCUIF_Types_part_3.so
#8 33.18 CCLD PCUIF_Types_part_2.so
#8 33.18 CCLD PCUIF_Types_part_4.so
#8 33.19 CCLD PCUIF_Types_part_5.so
#8 33.19 CCLD PCUIF_Types_part_6.so
#8 33.19 CCLD PCUIF_Types_part_7.so
#8 33.19 CCLD RLCMAC_CSN1_Templates_part_1.so
#8 33.20 CCLD RLCMAC_CSN1_Templates_part_2.so
#8 33.20 CCLD RLCMAC_CSN1_Templates_part_3.so
#8 33.20 CCLD RLCMAC_CSN1_Templates_part_4.so
#8 33.20 CCLD RLCMAC_CSN1_Templates_part_5.so
#8 33.21 CCLD RLCMAC_CSN1_Templates_part_6.so
#8 33.21 CCLD RLCMAC_CSN1_Templates_part_7.so
#8 33.21 CCLD RLCMAC_CSN1_Types_part_5.so
#8 33.21 CCLD RLCMAC_CSN1_Types_part_6.so
#8 33.21 CCLD RLCMAC_CSN1_Types_part_7.so
#8 33.22 CCLD RLCMAC_Templates_part_1.so
#8 33.23 CCLD RLCMAC_Templates_part_2.so
#8 33.23 CCLD RLCMAC_Templates_part_3.so
#8 33.23 CCLD RLCMAC_Templates_part_4.so
#8 33.23 CCLD RLCMAC_Templates_part_5.so
#8 33.23 CCLD RLCMAC_Templates_part_6.so
#8 33.24 CCLD RLCMAC_Templates_part_7.so
#8 33.26 CCLD RLCMAC_Types_part_1.so
#8 33.26 CCLD RLCMAC_Types_part_2.so
#8 33.26 CCLD RLCMAC_Types_part_3.so
#8 33.26 CCLD RLCMAC_Types_part_4.so
#8 33.26 CCLD RLCMAC_Types_part_5.so
#8 33.26 CCLD RLCMAC_Types_part_6.so
#8 33.26 CCLD RLCMAC_Types_part_7.so
#8 33.26 CCLD RSL_Emulation_part_1.so
#8 33.26 CCLD RSL_Emulation_part_2.so
#8 33.26 CCLD RSL_Emulation_part_3.so
#8 33.27 CCLD RSL_Emulation_part_4.so
#8 33.27 CCLD RSL_Emulation_part_5.so
#8 33.28 CCLD RSL_Emulation_part_6.so
#8 33.29 CCLD RSL_Emulation_part_7.so
#8 33.29 CCLD RSL_Types_part_2.so
#8 33.29 CCLD RSL_Types_part_3.so
#8 33.29 CCLD RSL_Types_part_5.so
#8 33.29 CCLD RSL_Types_part_4.so
#8 33.29 CCLD RSL_Types_part_6.so
#8 33.29 CCLD RSL_Types_part_7.so
#8 33.29 CCLD RTP_CodecPort_part_2.so
#8 33.29 CCLD RTP_CodecPort_part_1.so
#8 33.29 CCLD RTP_CodecPort_part_3.so
#8 33.30 CCLD RTP_CodecPort_part_4.so
#8 33.31 CCLD RTP_CodecPort_part_5.so
#8 33.31 CCLD RTP_CodecPort_part_6.so
#8 33.31 CCLD RTP_CodecPort_part_7.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_1.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_3.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_2.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_4.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_5.so
#8 33.32 CCLD RTP_CodecPort_CtrlFunct_part_6.so
#8 33.33 CCLD RTP_CodecPort_CtrlFunct_part_7.so
#8 33.34 CCLD RTP_Emulation_part_1.so
#8 33.34 CCLD RTP_Emulation_part_2.so
#8 33.34 CCLD RTP_Emulation_part_3.so
#8 33.34 CCLD RTP_Emulation_part_4.so
#8 33.34 CCLD RTP_Emulation_part_5.so
#8 33.34 CCLD RTP_Emulation_part_6.so
#8 33.34 CCLD RTP_Emulation_part_7.so
#8 33.34 CCLD RTP_Types_part_1.so
#8 33.35 CCLD RTP_Types_part_2.so
#8 33.35 CCLD RTP_Types_part_3.so
#8 33.36 CCLD RTP_Types_part_4.so
#8 33.36 CCLD RTP_Types_part_5.so
#8 33.36 CCLD RTP_Types_part_6.so
#8 33.37 CCLD RTP_Types_part_7.so
#8 33.37 CCLD Socket_API_Definitions_part_1.so
#8 33.37 CCLD Socket_API_Definitions_part_2.so
#8 33.37 CCLD Socket_API_Definitions_part_3.so
#8 33.37 CCLD Socket_API_Definitions_part_4.so
#8 33.37 CCLD Socket_API_Definitions_part_5.so
#8 33.37 CCLD Socket_API_Definitions_part_6.so
#8 33.37 CCLD Socket_API_Definitions_part_7.so
#8 33.38 CCLD TCCConversion_Functions_part_1.so
#8 33.38 CCLD TCCConversion_Functions_part_2.so
#8 33.39 CCLD TCCConversion_Functions_part_3.so
#8 33.39 CCLD TCCConversion_Functions_part_4.so
#8 33.40 CCLD TCCConversion_Functions_part_5.so
#8 33.40 CCLD TCCConversion_Functions_part_6.so
#8 33.40 CCLD TCCConversion_Functions_part_7.so
#8 33.40 CCLD TCCInterface_Functions_part_1.so
#8 33.40 CCLD TCCInterface_Functions_part_2.so
#8 33.40 CCLD TCCInterface_Functions_part_3.so
#8 33.40 CCLD TCCInterface_Functions_part_4.so
#8 33.40 CCLD TCCInterface_Functions_part_5.so
#8 33.40 CCLD TCCInterface_Functions_part_6.so
#8 33.40 CCLD TCCInterface_Functions_part_7.so
#8 33.42 CCLD TELNETasp_PortType_part_1.so
#8 33.43 CCLD TELNETasp_PortType_part_2.so
#8 33.43 CCLD TELNETasp_PortType_part_3.so
#8 33.43 CCLD TELNETasp_PortType_part_4.so
#8 33.43 CCLD TELNETasp_PortType_part_5.so
#8 33.43 CCLD TELNETasp_PortType_part_6.so
#8 33.43 CCLD TELNETasp_PortType_part_7.so
#8 33.43 CCLD TRXC_CodecPort_part_1.so
#8 33.43 CCLD TRXC_CodecPort_part_2.so
#8 33.43 CCLD TRXC_CodecPort_part_3.so
#8 33.43 CCLD TRXC_CodecPort_part_4.so
#8 33.43 CCLD TRXC_CodecPort_part_5.so
#8 33.43 CCLD TRXC_CodecPort_part_6.so
#8 33.45 CCLD TRXC_CodecPort_part_7.so
#8 33.45 CCLD TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.45 CCLD TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.45 CCLD TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.45 CCLD TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.45 CCLD TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.46 CCLD TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.46 CCLD TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.46 CCLD TRXC_Types_part_1.so
#8 33.46 CCLD TRXC_Types_part_2.so
#8 33.46 CCLD TRXC_Types_part_3.so
#8 33.46 CCLD TRXC_Types_part_4.so
#8 33.47 CCLD TRXC_Types_part_5.so
#8 33.47 CCLD TRXC_Types_part_6.so
#8 33.47 CCLD TRXC_Types_part_7.so
#8 33.48 CCLD UD_PortType_part_1.so
#8 33.48 CCLD UD_PortType_part_2.so
#8 33.48 CCLD UD_PortType_part_3.so
#8 33.49 CCLD UD_PortType_part_4.so
#8 33.49 CCLD UD_PortType_part_5.so
#8 33.49 CCLD UD_PortType_part_6.so
#8 33.49 CCLD UD_PortType_part_7.so
#8 33.49 CCLD UD_Types_part_1.so
#8 33.49 CCLD UD_Types_part_2.so
#8 33.49 CCLD UD_Types_part_3.so
#8 33.50 CCLD UD_Types_part_4.so
#8 33.50 CCLD UD_Types_part_5.so
#8 33.50 CCLD UD_Types_part_6.so
#8 33.50 CCLD UD_Types_part_7.so
#8 33.50 CCLD IPA_Emulation_part_1.so
#8 33.50 CCLD IPA_Emulation_part_2.so
#8 33.52 CCLD IPA_Emulation_part_3.so
#8 33.52 CCLD IPA_Emulation_part_4.so
#8 33.52 CCLD IPA_Emulation_part_5.so
#8 33.52 CCLD IPA_Emulation_part_6.so
#8 33.52 CCLD IPA_Emulation_part_7.so
#8 33.52 CCLD IPA_CodecPort_CtrlFunctDef.so
#8 33.52 CCLD IPL4asp_PT.so
#8 33.52 CCLD IPL4asp_discovery.so
#8 33.52 CCLD IuUP_EncDec.so
#8 33.54 CCLD L1CTL_PortType_CtrlFunctDef.so
#8 33.54 CCLD Native_FunctionDefs.so
#8 33.54 CCLD OSMUX_CodecPort_CtrlFunctDef.so
#8 33.54 CCLD RLCMAC_EncDec.so
#8 33.54 CCLD RTP_CodecPort_CtrlFunctDef.so
#8 33.54 CCLD RTP_EncDec.so
#8 33.54 CCLD TCCConversion.so
#8 33.55 CCLD TCCInterface.so
#8 33.55 CCLD TELNETasp_PT.so
#8 33.55 CCLD TRXC_CodecPort_CtrlFunctDef.so
#8 33.56 CCLD UD_PT.so
#8 34.23 CCLD IPA_Emulation.so
#8 34.28 CCLD RLCMAC_CSN1_Types_part_2.so
#8 34.29 CCLD RLCMAC_CSN1_Types_part_4.so
#8 34.35 CCLD RLCMAC_CSN1_Types_part_3.so
#8 34.42 CCLD RLCMAC_CSN1_Types_part_1.so
#8 35.01 CCLD RSL_Types_part_1.so
#8 35.05 CCLD BTS_Tests
#8 35.39 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.7s
#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.5s done
#10 writing image sha256:e1b52a9e333c2d8c096eb8603f1c014fa07f0a8a8f29a7a34dce93f9108bad8e done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.6s
[33m2 warnings found (use docker --debug to expand):
[0m - 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]
ab8ba247ecba: Preparing
ecdb9d0ca1bb: Preparing
db22150e6526: Preparing
963634a6a045: Preparing
95a5b2bc853b: Preparing
8ca2775fd493: Preparing
f8f27c3578a0: Preparing
e49159f9a4f8: Preparing
23a9f3096efe: Preparing
8bd8f50072b1: Preparing
0449e7b792d0: Preparing
9f140ccdf7b0: Preparing
534360e4f8a1: Preparing
4003304561e0: Preparing
3516aada91d3: Preparing
be930720f710: Preparing
645d1963e128: Preparing
895752471dc4: Preparing
4668f0f488e5: Preparing
e49159f9a4f8: Waiting
23a9f3096efe: Waiting
0449e7b792d0: Waiting
8bd8f50072b1: Waiting
9f140ccdf7b0: Waiting
534360e4f8a1: Waiting
895752471dc4: Waiting
4003304561e0: Waiting
8ca2775fd493: Waiting
3516aada91d3: Waiting
be930720f710: Waiting
4668f0f488e5: Waiting
645d1963e128: Waiting
f8f27c3578a0: Waiting
963634a6a045: Layer already exists
95a5b2bc853b: Layer already exists
f8f27c3578a0: Layer already exists
8ca2775fd493: Layer already exists
e49159f9a4f8: Layer already exists
23a9f3096efe: Layer already exists
0449e7b792d0: Layer already exists
8bd8f50072b1: Layer already exists
9f140ccdf7b0: Layer already exists
534360e4f8a1: Layer already exists
db22150e6526: Pushed
4003304561e0: Layer already exists
3516aada91d3: Layer already exists
ab8ba247ecba: Pushed
be930720f710: Layer already exists
645d1963e128: Layer already exists
895752471dc4: Layer already exists
4668f0f488e5: Layer already exists
ecdb9d0ca1bb: Pushed
latest: digest: sha256:aa80754588af86155629fb77ebfb38d4edbd9614149ba59f0aa80f4937a3370e size: 4289
Finished: SUCCESS