hi holger,
i still can't see it.
regards,
andreas
git pull in libosmocore please. We are still moving stuff out of
OpenBSC into
libosmocore and if you update the one you should update the other. My libosmocore contains a mncc.h file.
root@nuedel libosmocore # git pull Already up-to-date. root@nuedel libosmocore # ls include/osmocore/ -R include/osmocore/: Makefile bitvec.h gsm_utils.h msgb.h rxlev_stat.h statistics.h tlv.h Makefile.am comp128.h gsmtap.h protocol select.h talloc.h utils.h Makefile.in gsm48.h linuxlist.h rsl.h signal.h timer.h write_queue.h
include/osmocore/protocol: Makefile Makefile.am Makefile.in gsm_04_08.h gsm_04_11.h gsm_04_80.h gsm_08_58.h gsm_12_21.h
On Thursday 11 March 2010 09:42:17 Andreas.Eversberg wrote:
hi holger,
i still can't see it.
regards,
andreas
git pull in libosmocore please. We are still moving stuff out of
OpenBSC into
libosmocore and if you update the one you should update the other. My libosmocore contains a mncc.h file.
ich@tamarin:~/source/gsm/libosmocore$ git log --pretty=oneline include/osmocore/mncc.h 1e9086684f258a9b8eed8f5c8d7d4f6c98665636 import GSM04.08 encode/decode functions and mncc.h from openbsc ich@tamarin:~/source/gsm/libosmocore$ git branch -- contains=1e9086684f258a9b8eed8f5c8d7d4f6c98665636 * master ich@tamarin:~/source/gsm/libosmocore$ git branch -- contains=1e9086684f258a9b8eed8f5c8d7d4f6c98665636 -a * master remotes/origin/HEAD -> origin/master remotes/origin/master
Your working copy was most likely not updated, e.g. because you had local modfications. The above should show you that origin/master contains the commit but your master branch does not. You can just type git rebase origin/master..