Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Fix compiler warnings n the osmo-auc-gen utility | Holger Hans Peter Freyther | 2013-07-14 | 1 | -1/+3 |
| | | | | | | | osmo-auc-gen.c:217:3: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] osmo-auc-gen.c:249:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ [-Wformat] Fixes: Coverity CID 1040668 | ||||
* | osmo-arfcn: Return something from the method | Holger Hans Peter Freyther | 2013-04-21 | 1 | -0/+1 |
| | | | | This is a fatal error when building RPMs for OpenSUSE. | ||||
* | build: Don't use the deprecated INCLUDES in the various Makefile.am | Sylvain Munaut | 2012-12-11 | 1 | -1/+2 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | utils/osmo-arfcn: Implement option to get ARFCN from frequency | Sylvain Munaut | 2012-12-11 | 1 | -1/+32 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | osmo-arfcn: add support for PCS band | Harald Welte | 2012-12-06 | 1 | -6/+13 |
| | |||||
* | actually install osmo-arfcn and osmo-auc-gen as part of 'make install' | Harald Welte | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | Add missing includes to timer_test.c and osmo-auc-gen.c | Harald Welte | 2012-08-02 | 1 | -0/+1 |
| | | | | | | This fixes the build with -Werror-implicit-function-declaration. taken from malformatted patch of Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | ||||
* | osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswan | Harald Welte | 2012-06-27 | 1 | -3/+23 |
| | | | | | | If you want to use eap-sim-file with strongswan, you need a triplets.dat file in a specific format. osmo-auc-gen can now generate the respective format automatically. | ||||
* | osmo-auc-gen: Add mode for verifying user-supplied AUTS | Harald Welte | 2012-03-22 | 1 | -14/+25 |
| | | | | | When -A is used on the command line, the respective AUTS value will be validated and the SQN of the UICC printed. | ||||
* | update copyright notice | Harald Welte | 2012-03-21 | 1 | -2/+2 |
| | |||||
* | osmo-auc-gen: Add -O to the getop line to make it work | Holger Hans Peter Freyther | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | auth_milenage/osmo-auc-gen: compute OPC in case only OP is known | Harald Welte | 2012-03-21 | 1 | -0/+12 |
| | |||||
* | osmo-auc-gen: Introduce a small cmdline help/reference | Harald Welte | 2012-03-21 | 1 | -1/+26 |
| | |||||
* | auth_core: don't use anonymous unions to make certain gcc versions happy | Harald Welte | 2011-12-07 | 1 | -10/+10 |
| | |||||
* | add 'osmo-auc-gen' tool that can be used to generate auth vectors | Harald Welte | 2011-12-07 | 2 | -1/+187 |
| | | | | | | Thsi tool usses libosmocore in order to generate 2G and 3G authentication vectors from private key material, exactly like an AuC would produce them in a real network. | ||||
* | Added autoconf option for utilities and embedded | job | 2011-09-02 | 1 | -0/+2 |
| | |||||
* | add script to generate http://www.osmocom.org/doc tree structure | Harald Welte | 2011-08-20 | 1 | -0/+14 |
| | |||||
* | add new 'osmo-arfcn' program to compute frequency based on arfcn | Harald Welte | 2011-08-02 | 2 | -0/+108 |
The freq -> arfcn side still needs to be implemented. |